Home
last modified time | relevance | path

Searched refs:expect_fault (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Dat.c27 #define test_at_insn(op, expect_fault) \ argument
41 __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() argument
58 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()