Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
Dptunit-image_section_cache.c680 errcode = pt_iscache_lookup(NULL, &section, &laddr, 0); in lookup_null()
683 errcode = pt_iscache_lookup(&iscache, NULL, &laddr, 0); in lookup_null()
686 errcode = pt_iscache_lookup(&iscache, &section, NULL, 0); in lookup_null()
935 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, isid); in lookup()
955 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, 0); in lookup_bad_isid()
958 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, -isid); in lookup_bad_isid()
961 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, isid + 1); in lookup_bad_isid()
1011 errcode = pt_iscache_lookup(&cfix->iscache, &section, &laddr, isid); in clear_lookup()
1605 errcode = pt_iscache_lookup(&cfix->iscache, &section, in worker_add()
1661 errcode = pt_iscache_lookup(&cfix->iscache, &section, in worker_add_file()
[all …]
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, in pt_iscache_lookup() function
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
Dpt_image_section_cache.h165 extern int pt_iscache_lookup(struct pt_image_section_cache *iscache,
/freebsd-12-stable/contrib/processor-trace/libipt/src/
Dpt_image_section_cache.c771 int pt_iscache_lookup(struct pt_image_section_cache *iscache, in pt_iscache_lookup() function
1007 errcode = pt_iscache_lookup(iscache, &section, &laddr, isid); in pt_iscache_read()
Dpt_image.c631 errcode = pt_iscache_lookup(iscache, &section, &vaddr, isid); in pt_image_add_cached()