Searched refs:ESR_ELx_SYS64_ISS_DIR_MASK (Results 1 – 4 of 4) sorted by relevance
195 #define ESR_ELx_SYS64_ISS_DIR_MASK 0x1 macro224 ESR_ELx_SYS64_ISS_DIR_MASK)243 ESR_ELx_SYS64_ISS_DIR_MASK)255 ESR_ELx_SYS64_ISS_DIR_MASK)
371 if ((esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ) { in kvm_hyp_handle_cpacr_el1()
1138 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in __vgic_v3_perform_cpuif_access()
2183 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in triage_sysreg_trap()