Searched refs:pt_bcache_lookup (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h221 extern int pt_bcache_lookup(struct pt_bcache_entry *bce,
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c80 int pt_bcache_lookup(struct pt_bcache_entry *bce, function
H A Dpt_block_decoder.c1956 status = pt_bcache_lookup(&bce, bcache, noff);
1985 status = pt_bcache_lookup(&bce, bcache, noff);
2139 status = pt_bcache_lookup(&bce, bcache, offset);
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c140 errcode = pt_bcache_lookup(&bce, NULL, 0ull);
143 errcode = pt_bcache_lookup(NULL, &bcache, 0ull);
191 status = pt_bcache_lookup(&bce, bfix->bcache, index);
219 errcode = pt_bcache_lookup(&bce, bfix->bcache, bfix_nentries);
242 errcode = pt_bcache_lookup(&bce, bfix->bcache, index);
278 errcode = pt_bcache_lookup(&bce, bcache, index);
288 errcode = pt_bcache_lookup(&bce, bcache, index);

Completed in 166 milliseconds