Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Desr.h195 #define ESR_ELx_SYS64_ISS_DIR_MASK 0x1 macro
224 ESR_ELx_SYS64_ISS_DIR_MASK)
243 ESR_ELx_SYS64_ISS_DIR_MASK)
255 ESR_ELx_SYS64_ISS_DIR_MASK)
/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()