Searched refs:pt_msec_cache (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_msec_cache.h42 struct pt_msec_cache { struct
57 extern int pt_msec_cache_init(struct pt_msec_cache *cache);
60 extern void pt_msec_cache_fini(struct pt_msec_cache *cache);
63 extern int pt_msec_cache_invalidate(struct pt_msec_cache *cache);
75 extern int pt_msec_cache_read(struct pt_msec_cache *cache,
90 extern int pt_msec_cache_fill(struct pt_msec_cache *cache,
H A Dpt_block_decoder.h36 #include "pt_msec_cache.h"
63 struct pt_msec_cache scache;
H A Dpt_insn_decoder.h36 #include "pt_msec_cache.h"
59 struct pt_msec_cache scache;
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c29 #include "pt_msec_cache.h"
36 int pt_msec_cache_init(struct pt_msec_cache *cache)
46 void pt_msec_cache_fini(struct pt_msec_cache *cache)
55 int pt_msec_cache_invalidate(struct pt_msec_cache *cache)
76 int pt_msec_cache_read(struct pt_msec_cache *cache,
99 int pt_msec_cache_fill(struct pt_msec_cache *cache,
H A Dpt_insn_decoder.c1260 struct pt_msec_cache *scache;
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-msec_cache.c31 #include "pt_msec_cache.h"
167 struct pt_msec_cache mcache;
207 struct pt_msec_cache mcache;
226 struct pt_msec_cache mcache;

Completed in 136 milliseconds