Searched refs:expect_fault (Results 1 – 1 of 1) sorted by relevance
27 #define test_at_insn(op, expect_fault) \ argument41 __GUEST_ASSERT((expect_fault) == fault, \43 (expect_fault) ? "" : "un", par); \44 if ((expect_fault)) { \56 static void test_at(bool expect_fault) in test_at() argument58 test_at_insn(S1E2R, expect_fault); in test_at()59 test_at_insn(S1E2W, expect_fault); in test_at()74 test_at_insn(S1E1R, expect_fault); in test_at()75 test_at_insn(S1E1W, expect_fault); in test_at()