Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c51 (void) pt_msec_cache_invalidate(cache); in pt_msec_cache_fini()
55 int pt_msec_cache_invalidate(struct pt_msec_cache *cache) in pt_msec_cache_invalidate() function
111 errcode = pt_msec_cache_invalidate(cache); in pt_msec_cache_fill()
H A Dpt_insn_decoder.c1466 errcode = pt_msec_cache_invalidate(&decoder->scache); in pt_insn_process_paging()
1582 errcode = pt_msec_cache_invalidate(&decoder->scache); in pt_insn_process_vmcs()
H A Dpt_block_decoder.c3174 errcode = pt_msec_cache_invalidate(&decoder->scache); in pt_blk_process_paging()
3201 errcode = pt_msec_cache_invalidate(&decoder->scache); in pt_blk_process_vmcs()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h63 extern int pt_msec_cache_invalidate(struct pt_msec_cache *cache);
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c198 status = pt_msec_cache_invalidate(NULL); in invalidate_null()
253 status = pt_msec_cache_invalidate(&tfix->mcache); in invalidate()