Searched refs:fetch_type (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-fetch.c | 168 static struct ptunit_result fetch_type(struct fetch_fixture *ffix, in fetch_type() function 251 ptu_run_fp(suite, fetch_type, ffix, ppt_pad, &pt_decode_pad); in main() 252 ptu_run_fp(suite, fetch_type, ffix, ppt_psb, &pt_decode_psb); in main() 253 ptu_run_fp(suite, fetch_type, ffix, ppt_tip, &pt_decode_tip); in main() 254 ptu_run_fp(suite, fetch_type, ffix, ppt_tnt_64, &pt_decode_tnt_64); in main() 255 ptu_run_fp(suite, fetch_type, ffix, ppt_tip_pge, &pt_decode_tip_pge); in main() 256 ptu_run_fp(suite, fetch_type, ffix, ppt_tip_pgd, &pt_decode_tip_pgd); in main() 257 ptu_run_fp(suite, fetch_type, ffix, ppt_fup, &pt_decode_fup); in main() 258 ptu_run_fp(suite, fetch_type, ffix, ppt_pip, &pt_decode_pip); in main() 259 ptu_run_fp(suite, fetch_type, ffix, ppt_ovf, &pt_decode_ovf); in main() [all …]
|