Searched refs:esr_ec (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/arm64/kvm/ |
A D | trace_arm.h | 31 TP_PROTO(int ret, unsigned int esr_ec, unsigned long vcpu_pc), 32 TP_ARGS(ret, esr_ec, vcpu_pc), 36 __field( unsigned int, esr_ec ) 42 __entry->esr_ec = ARM_EXCEPTION_IS_TRAP(ret) ? esr_ec : 0; 48 __entry->esr_ec, 49 __print_symbolic(__entry->esr_ec, kvm_arm_exception_class),
|
A D | handle_exit.c | 271 u8 esr_ec = ESR_ELx_EC(esr); in kvm_get_exit_handler() local 273 return arm_exit_handlers[esr_ec]; in kvm_get_exit_handler()
|
A D | sys_regs.c | 2618 u8 esr_ec = kvm_vcpu_trap_get_class(vcpu); in unhandled_cp_access() local 2621 switch (esr_ec) { in unhandled_cp_access()
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/include/hyp/ |
A D | switch.h | 170 u8 esr_ec; in kvm_hyp_handle_fpsimd() local 177 esr_ec = kvm_vcpu_trap_get_class(vcpu); in kvm_hyp_handle_fpsimd() 180 if (!sve_guest && esr_ec != ESR_ELx_EC_FP_ASIMD) in kvm_hyp_handle_fpsimd() 457 u8 esr_ec = kvm_vcpu_trap_get_class(vcpu); in fixup_guest_exit() local 467 if (esr_ec == ESR_ELx_EC_HVC32 || esr_ec == ESR_ELx_EC_HVC64) in fixup_guest_exit()
|
Completed in 10 milliseconds