Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A Dexception.h29 esr |= (disr & ESR_ELx_ISS_MASK); in disr_to_esr()
A Desr.h77 #define ESR_ELx_ISS_MASK (ESR_ELx_IL - 1) macro
/linux/arch/arm64/kvm/
A Dinject_fault.c165 vcpu_set_vsesr(vcpu, esr & ESR_ELx_ISS_MASK); in kvm_set_sei_esr()
A Dguest.c828 if (!((events->exception.serror_esr) & ~ESR_ELx_ISS_MASK)) in __kvm_arm_vcpu_set_events()
/linux/arch/arm64/mm/
A Dfault.c80 pr_alert(" ISV = 0, ISS = 0x%08lx\n", esr & ESR_ELx_ISS_MASK); in data_abort_decode()

Completed in 10 milliseconds