Home
last modified time | relevance | path

Searched refs:pt_msec_cache_fill (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c233 status = pt_msec_cache_fill(NULL, &msec, &image, &asid, 0ull); in fill_null()
236 status = pt_msec_cache_fill(&mcache, NULL, &image, &asid, 0ull); in fill_null()
239 status = pt_msec_cache_fill(&mcache, &msec, NULL, &asid, 0ull); in fill_null()
242 status = pt_msec_cache_fill(&mcache, &msec, &image, NULL, 0ull); in fill_null()
305 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill_nomap()
326 status = pt_msec_cache_fill(&tfix->mcache, &msec, &tfix->image, &asid, in fill()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h90 extern int pt_msec_cache_fill(struct pt_msec_cache *cache,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c99 int pt_msec_cache_fill(struct pt_msec_cache *cache, in pt_msec_cache_fill() function
H A Dpt_insn_decoder.c1281 return pt_msec_cache_fill(scache, pmsec, image, in pt_insn_msec_lookup()
H A Dpt_block_decoder.c2478 isid = pt_msec_cache_fill(&decoder->scache, &msec, decoder->image, in pt_blk_msec_fill()