Searched refs:risid (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-image.c | 1812 int status, isid, risid; in add_cached() local 1821 risid = -1; in add_cached() 1822 status = pt_image_read(&ifix->image, &risid, buffer, 2, &ifix->asid[0], in add_cached() 1825 ptu_int_eq(risid, isid); in add_cached() 1836 int status, isid, risid; in add_cached_null_asid() local 1844 risid = -1; in add_cached_null_asid() 1845 status = pt_image_read(&ifix->image, &risid, buffer, 2, &ifix->asid[0], in add_cached_null_asid() 1848 ptu_int_eq(risid, isid); in add_cached_null_asid() 1859 int status, isid, risid; in add_cached_twice() local 1872 risid = -1; in add_cached_twice() [all …]
|