Home
last modified time | relevance | path

Searched refs:ESR_ELx_EC (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c176 switch (ESR_ELx_EC(esr)) { in kvm_handle_guest_debug()
286 u8 esr_ec = ESR_ELx_EC(esr); in kvm_get_exit_handler()
397 } else if (ESR_ELx_EC(esr) == ESR_ELx_EC_BRK64 && in nvhe_hyp_panic_handler()
H A Dhypercalls.c236 u8 ec = ESR_ELx_EC(kvm_vcpu_get_esr(vcpu)); in kvm_prepare_hypercall_exit()
/openbmc/linux/arch/arm64/mm/
H A Dfault.c106 ESR_ELx_EC(esr), esr_get_class_string(esr), in mem_abort_decode()
249 return ESR_ELx_EC(esr) == ESR_ELx_EC_IABT_CUR; in is_el1_instruction_abort()
254 return ESR_ELx_EC(esr) == ESR_ELx_EC_DABT_CUR; in is_el1_data_abort()
438 switch (ESR_ELx_EC(esr)) { in set_thread_esr()
518 return ESR_ELx_EC(esr) == ESR_ELx_EC_IABT_LOW; in is_el0_instruction_abort()
/openbmc/linux/arch/arm64/include/asm/
H A Desr.h74 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) macro
390 const unsigned long ec = ESR_ELx_EC(esr); in esr_is_data_abort()
H A Dkvm_emulate.h384 return ESR_ELx_EC(kvm_vcpu_get_esr(vcpu)); in kvm_vcpu_trap_get_class()
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c455 switch (ESR_ELx_EC(esr)) { in el1h_64_sync_handler()
694 switch (ESR_ELx_EC(esr)) { in el0t_64_sync_handler()
826 switch (ESR_ELx_EC(esr)) { in el0t_32_sync_handler()
H A Dtraps.c807 switch (ESR_ELx_EC(esr)) { in do_el0_cp15()
901 return esr_class_str[ESR_ELx_EC(esr)]; in esr_get_class_string()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c415 switch (ESR_ELx_EC(esr)) { in handle_trap()
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h634 ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC) in synchronize_vcpu_pstate()