Home
last modified time | relevance | path

Searched defs:bcache (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c37 struct pt_block_cache *bcache; in pt_bcache_alloc() local
57 void pt_bcache_free(struct pt_block_cache *bcache) in pt_bcache_free()
62 int pt_bcache_add(struct pt_block_cache *bcache, uint64_t index, in pt_bcache_add()
81 const struct pt_block_cache *bcache, uint64_t index) in pt_bcache_lookup()
H A Dpt_section.c369 struct pt_block_cache *bcache; in pt_section_bcache_memsize() local
446 struct pt_block_cache *bcache; in pt_section_alloc_bcache() local
H A Dpt_block_decoder.c1706 static inline int pt_blk_add_trampoline(struct pt_block_cache *bcache, in pt_blk_add_trampoline()
1742 static inline int pt_blk_add_decode(struct pt_block_cache *bcache, in pt_blk_add_decode()
1777 struct pt_block_cache *bcache, in pt_blk_proceed_no_event_fill_cache()
2130 struct pt_block_cache *bcache, in pt_blk_proceed_no_event_cached()
2533 struct pt_block_cache *bcache; in pt_blk_proceed_no_event() local
/freebsd/stand/common/
H A Dbcache.c61 struct bcache { struct
62 struct bcachectl *bcache_ctl; argument
63 caddr_t bcache_data; argument
64 size_t bcache_nblks; argument
66 daddr_t bcache_nextblkno; argument
90 static void bcache_invalidate(struct bcache *bc, daddr_t blkno); argument
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c44 struct pt_block_cache *bcache; member
137 struct pt_block_cache bcache; in lookup_null() local
257 struct pt_block_cache *bcache; in worker() local
H A Dptunit-section.c93 struct pt_block_cache *bcache; in pt_bcache_alloc() local
110 void pt_bcache_free(struct pt_block_cache *bcache) in pt_bcache_free()
356 struct pt_block_cache *bcache; in cache_null() local
1069 struct pt_block_cache *bcache; in worker_bcache() local
1130 struct pt_block_cache *bcache; in init_no_bcache() local
1154 struct pt_block_cache *bcache; in bcache_alloc_free() local
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h85 struct pt_block_cache *bcache; member