Home
last modified time | relevance | path

Searched refs:pt_bcache_entry (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h118 struct pt_bcache_entry { struct
162 static inline enum pt_exec_mode pt_bce_exec_mode(struct pt_bcache_entry bce) in pt_bce_exec_mode() argument
169 pt_bce_qualifier(struct pt_bcache_entry bce) in pt_bce_qualifier()
175 static inline int pt_bce_is_valid(struct pt_bcache_entry bce) in pt_bce_is_valid()
188 struct pt_bcache_entry entry[];
210 struct pt_bcache_entry bce);
221 extern int pt_bcache_lookup(struct pt_bcache_entry *bce,
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c101 ptu_uint_eq(sizeof(struct pt_bcache_entry), sizeof(uint32_t)); in bcache_entry_size()
109 2 * sizeof(struct pt_bcache_entry)); in bcache_size()
123 struct pt_bcache_entry bce; in add_null()
136 struct pt_bcache_entry bce; in lookup_null()
186 struct pt_bcache_entry bce; in initially_empty()
203 struct pt_bcache_entry bce; in add_bad_index()
216 struct pt_bcache_entry bce; in lookup_bad_index()
227 struct pt_bcache_entry bce, exp; in add()
256 struct pt_bcache_entry exp; in worker()
273 struct pt_bcache_entry bce; in worker()
H A Dptunit-section.c1318 sfix->section->size * sizeof(struct pt_bcache_entry)); in memsize_map_bcache()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c43 size = sizeof(*bcache) + (nentries * sizeof(struct pt_bcache_entry)); in pt_bcache_alloc()
63 struct pt_bcache_entry bce) in pt_bcache_add()
80 int pt_bcache_lookup(struct pt_bcache_entry *bce, in pt_bcache_lookup()
H A Dpt_block_decoder.c1710 struct pt_bcache_entry bce; in pt_blk_add_trampoline()
1745 struct pt_bcache_entry bce; in pt_blk_add_decode()
1781 struct pt_bcache_entry bce; in pt_blk_proceed_no_event_fill_cache()
2133 struct pt_bcache_entry bce; in pt_blk_proceed_no_event_cached()
H A Dpt_section.c381 (bcache->nentries * sizeof(struct pt_bcache_entry)); in pt_section_bcache_memsize()