Searched refs:fetch_type (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-fetch.c | 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() 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() 261 ptu_run_fp(suite, fetch_type, ffix, ppt_tsc, &pt_decode_tsc); in main() 262 ptu_run_fp(suite, fetch_type, ffix, ppt_cbr, &pt_decode_cbr); in main() 263 ptu_run_fp(suite, fetch_type, ffix, ppt_tma, &pt_decode_tma); in main() 264 ptu_run_fp(suite, fetch_type, ffix, ppt_mtc, &pt_decode_mtc); in main() [all …]
|