Searched refs:pt_asid_match (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-asid.c | 250 errcode = pt_asid_match(NULL, NULL); in match_null() 253 errcode = pt_asid_match(NULL, &asid); in match_null() 256 errcode = pt_asid_match(&asid, NULL); in match_null() 270 errcode = pt_asid_match(&lhs, &rhs); in match_default() 276 errcode = pt_asid_match(&lhs, &rhs); in match_default() 279 errcode = pt_asid_match(&rhs, &lhs); in match_default() 293 errcode = pt_asid_match(&lhs, &rhs); in match_default_mixed() 299 errcode = pt_asid_match(&lhs, &rhs); in match_default_mixed() 302 errcode = pt_asid_match(&rhs, &lhs); in match_default_mixed() 319 errcode = pt_asid_match(&lhs, &rhs); in match_cr3() [all …]
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_image.c | 189 errcode = pt_asid_match(masid, asid); in pt_image_add() 287 errcode = pt_asid_match(masid, asid); in pt_image_remove() 398 errcode = pt_asid_match(masid, &asid); in pt_image_remove_by_filename() 446 errcode = pt_asid_match(masid, &asid); in pt_image_remove_by_asid() 517 errcode = pt_asid_match(masid, asid); in pt_image_check_msec()
|
H A D | pt_asid.c | 85 int pt_asid_match(const struct pt_asid *lhs, const struct pt_asid *rhs) in pt_asid_match() function
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_asid.h | 72 extern int pt_asid_match(const struct pt_asid *lhs, const struct pt_asid *rhs);
|