Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Desr.h191 #define ESR_ELx_SYS64_ISS_DIR_MASK 0x1 macro
220 ESR_ELx_SYS64_ISS_DIR_MASK)
239 ESR_ELx_SYS64_ISS_DIR_MASK)
251 ESR_ELx_SYS64_ISS_DIR_MASK)
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c1037 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in __vgic_v3_perform_cpuif_access()
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1797 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in __check_nv_sr_forward()