Searched refs:test_exception (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/arm/ |
H A D | selftest.c | 115 #define test_exception(pre_insns, excptn_insn, post_insns, clobbers...) \ macro 157 test_exception("", "mcr p2, 0, r0, c0, c0", "", "r0"); in check_und() 189 test_exception( in check_svc() 198 test_exception("", "svc #123", ""); in check_svc() 220 test_exception("ldr r9, =check_pabt_invalid_paddr\n" in check_pabt() 242 #define test_exception(pre_insns, excptn_insn, post_insns, clobbers...) \ macro 321 test_exception("", "mrs x0, sctlr_el2", "", "x0"); in check_und() 342 test_exception("", "svc #123", ""); in check_svc() 367 test_exception("adrp x9, check_pabt_invalid_paddr\n" in check_pabt()
|