Searched refs:pt_iscache_lookup (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/processor-trace/libipt/test/src/ |
| D | ptunit-image_section_cache.c | 680 errcode = pt_iscache_lookup(NULL, §ion, &laddr, 0); in lookup_null() 683 errcode = pt_iscache_lookup(&iscache, NULL, &laddr, 0); in lookup_null() 686 errcode = pt_iscache_lookup(&iscache, §ion, NULL, 0); in lookup_null() 935 errcode = pt_iscache_lookup(&cfix->iscache, §ion, &laddr, isid); in lookup() 955 errcode = pt_iscache_lookup(&cfix->iscache, §ion, &laddr, 0); in lookup_bad_isid() 958 errcode = pt_iscache_lookup(&cfix->iscache, §ion, &laddr, -isid); in lookup_bad_isid() 961 errcode = pt_iscache_lookup(&cfix->iscache, §ion, &laddr, isid + 1); in lookup_bad_isid() 1011 errcode = pt_iscache_lookup(&cfix->iscache, §ion, &laddr, isid); in clear_lookup() 1605 errcode = pt_iscache_lookup(&cfix->iscache, §ion, in worker_add() 1661 errcode = pt_iscache_lookup(&cfix->iscache, §ion, in worker_add_file() [all …]
|
| D | ptunit-image.c | 89 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/ |
| D | pt_image_section_cache.h | 165 extern int pt_iscache_lookup(struct pt_image_section_cache *iscache,
|
| /freebsd-12-stable/contrib/processor-trace/libipt/src/ |
| D | pt_image_section_cache.c | 771 int pt_iscache_lookup(struct pt_image_section_cache *iscache, in pt_iscache_lookup() function 1007 errcode = pt_iscache_lookup(iscache, §ion, &laddr, isid); in pt_iscache_read()
|
| D | pt_image.c | 631 errcode = pt_iscache_lookup(iscache, §ion, &vaddr, isid); in pt_image_add_cached()
|