Home
last modified time | relevance | path

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

/linux/tools/perf/util/kvm-stat-arch/
H A Darm64_exception_types.h73 #define ESR_ELx_EC_WATCHPT_LOW (0x34) macro
/linux/arch/arm64/kernel/
H A Dentry-common.c807 case ESR_ELx_EC_WATCHPT_LOW: in el0t_64_sync_handler()
942 case ESR_ELx_EC_WATCHPT_LOW: in el0t_32_sync_handler()
/linux/tools/arch/arm64/include/asm/
H A Desr.h59 #define ESR_ELx_EC_WATCHPT_LOW UL(0x34) macro
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c529 [ESR_ELx_EC_WATCHPT_LOW] = kvm_hyp_handle_watchpt_low,