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

/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h165 extern int pt_iscache_lookup(struct pt_image_section_cache *iscache,
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c680 errcode = pt_iscache_lookup(NULL, &section, &laddr, 0);
683 errcode = pt_iscache_lookup(&iscache, NULL, &laddr, 0);
686 errcode = pt_iscache_lookup(&iscache, &section, NULL, 0);
935 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, isid);
955 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, 0);
958 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, -isid);
961 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, isid + 1);
1011 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, isid);
1605 errcode = pt_iscache_lookup(&cfix->iscache, &section,
1661 errcode = pt_iscache_lookup(
[all...]
H A Dptunit-image.c89 extern int pt_iscache_lookup(struct pt_image_section_cache *iscache,
261 int pt_iscache_lookup(struct pt_image_section_cache *iscache, function
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c771 int pt_iscache_lookup(struct pt_image_section_cache *iscache, function
1007 errcode = pt_iscache_lookup(iscache, &section, &laddr, isid);
H A Dpt_image.c631 errcode = pt_iscache_lookup(iscache, &section, &vaddr, isid);

Completed in 114 milliseconds