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

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

Completed in 63 milliseconds