Searched refs:ARM_EXCEPTION_CODE (Results 1 – 4 of 4) sorted by relevance
229 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()275 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
40 __entry->ret = ARM_EXCEPTION_CODE(ret);
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)
446 if (ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) in fixup_guest_exit()
Completed in 7 milliseconds