Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c79 bfix->bcache = pt_bcache_alloc(bfix_nentries); in bfix_init()
151 bfix->bcache = pt_bcache_alloc(0x10000ull); in alloc()
159 bfix->bcache = pt_bcache_alloc(1ull); in alloc_min()
167 bfix->bcache = pt_bcache_alloc(UINT32_MAX + 1ull); in alloc_too_big()
175 bfix->bcache = pt_bcache_alloc(0ull); in alloc_zero()
H A Dptunit-section.c91 struct pt_block_cache *pt_bcache_alloc(uint64_t nentries) in pt_bcache_alloc() function
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h196 extern struct pt_block_cache *pt_bcache_alloc(uint64_t nentries);
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c35 struct pt_block_cache *pt_bcache_alloc(uint64_t nentries) in pt_bcache_alloc() function
H A Dpt_section.c487 bcache = pt_bcache_alloc(csize); in pt_section_alloc_bcache()