Searched refs:ARM_EXCEPTION_CODE (Results 1 – 5 of 5) sorted by relevance
373 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()419 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
41 __entry->ret = ARM_EXCEPTION_CODE(ret);
1263 if (ARM_EXCEPTION_CODE(ret) == ARM_EXCEPTION_IRQ) { in kvm_arch_vcpu_ioctl_run()
16 #define ARM_EXCEPTION_CODE(x) ((x) & ~(1U << ARM_EXIT_WITH_SERROR_BIT)) macro17 #define ARM_EXCEPTION_IS_TRAP(x) (ARM_EXCEPTION_CODE((x)) == ARM_EXCEPTION_TRAP)
677 if (ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) in fixup_guest_exit()681 ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) { in fixup_guest_exit()