Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Desr.h196 #define ESR_ELx_SYS64_ISS_DIR_READ 0x1 macro
258 ESR_ELx_SYS64_ISS_DIR_READ)
262 ESR_ELx_SYS64_ISS_DIR_READ)
265 ESR_ELx_SYS64_ISS_DIR_READ)
268 ESR_ELx_SYS64_ISS_DIR_READ)
271 ESR_ELx_SYS64_ISS_DIR_READ)
/linux-6.12.1/arch/arm64/kvm/hyp/vhe/
Dswitch.c371 if ((esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ) { in kvm_hyp_handle_cpacr_el1()
/linux-6.12.1/arch/arm64/kvm/hyp/
Dvgic-v3-sr.c1138 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in __vgic_v3_perform_cpuif_access()
/linux-6.12.1/arch/arm64/kvm/
Demulate-nested.c2183 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in triage_sysreg_trap()