Searched refs:ARM_EXCEPTION_CODE (Results 1 – 5 of 5) sorted by relevance
376 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()422 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
41 __entry->ret = ARM_EXCEPTION_CODE(ret);
1236 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)
795 if (ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) in __fixup_guest_exit()799 ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) { in __fixup_guest_exit()