Searched refs:rflags_rf (Results 1 – 1 of 1) sorted by relevance
5 static int test_ud2(bool *rflags_rf) in test_ud2() argument10 *rflags_rf = exception_rflags_rf(); in test_ud2()14 static int test_gp(bool *rflags_rf) in test_gp() argument23 *rflags_rf = exception_rflags_rf(); in test_gp()30 bool rflags_rf; in main() local33 r = test_gp(&rflags_rf); in main()35 report(rflags_rf, "Testing #GP rflags.rf"); in main()36 r = test_ud2(&rflags_rf); in main()38 report(rflags_rf, "Testing #UD rflags.rf"); in main()