Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Dexternal_aborts.c224 GUEST_ASSERT_EQ(ESR_ELx_ISS(esr), EXPECTED_SERROR_ISS); in expect_serror_handler()
/linux/tools/arch/arm64/include/asm/
H A Desr.h78 #define ESR_ELx_ISS(esr) ((esr) & ESR_ELx_ISS_MASK) macro
/linux/arch/arm64/kvm/
H A Dhandle_exit.c322 u64 iss = ESR_ELx_ISS(esr); in handle_other()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c514 iss = ESR_ELx_ISS(read_sysreg_s(SYS_AFSR1_EL2)); in kvm_hyp_handle_impdef()