Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC_CP15_64 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/arch/arm64/kvm/hyp/
Daarch32.c59 case ESR_ELx_EC_CP15_64: in kvm_condition_valid32()
/linux-6.12.1/tools/perf/arch/arm64/util/
Darm64_exception_types.h28 #define ESR_ELx_EC_CP15_64 (0x04) macro
/linux-6.12.1/arch/arm64/kvm/
Dhandle_exit.c298 [ESR_ELx_EC_CP15_64] = kvm_handle_cp15_64,
Dsys_regs.c3787 case ESR_ELx_EC_CP15_64: in unhandled_cp_access()
/linux-6.12.1/arch/arm64/kernel/
Dtraps.c779 case ESR_ELx_EC_CP15_64: in do_el0_cp15()
825 [ESR_ELx_EC_CP15_64] = "CP15 MCRR/MRRC",
Dentry-common.c886 case ESR_ELx_EC_CP15_64: in el0t_32_sync_handler()
/linux-6.12.1/arch/arm64/include/asm/
Desr.h17 #define ESR_ELx_EC_CP15_64 UL(0x04) macro