Searched refs:ARM_EXCEPTION_CODE (Results 1 – 6 of 6) sorted by relevance
286 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()339 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
40 __entry->ret = ARM_EXCEPTION_CODE(ret);
1129 if (ARM_EXCEPTION_CODE(ret) == ARM_EXCEPTION_IRQ) { in kvm_arch_vcpu_ioctl_run()
15 #define ARM_EXCEPTION_CODE(x) ((x) & ~(1U << ARM_EXIT_WITH_SERROR_BIT)) macro16 #define ARM_EXCEPTION_IS_TRAP(x) (ARM_EXCEPTION_CODE((x)) == ARM_EXCEPTION_TRAP)
419 if (ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) in fixup_guest_exit()423 ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) { in fixup_guest_exit()
603 switch (ARM_EXCEPTION_CODE(hyp_vcpu->exit_code)) { in flush_hyp_vcpu()642 switch (ARM_EXCEPTION_CODE(exit_reason)) { in sync_hyp_vcpu()