Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dfault.h64 if (!(esr & ESR_ELx_S1PTW) && in __get_fault_info()
/linux/arch/arm64/include/asm/
H A Desr.h109 #define ESR_ELx_S1PTW (UL(1) << ESR_ELx_S1PTW_SHIFT) macro