Searched refs:ARM_EXCEPTION_CODE (Results 1 – 5 of 5) sorted by relevance
266 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()311 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
25 #define ARM_EXCEPTION_CODE(x) ((x) & ~(1U << ARM_EXIT_WITH_ABORT_BIT)) macro
27 #define ARM_EXCEPTION_CODE(x) ((x) & ~(1U << ARM_EXIT_WITH_SERROR_BIT)) macro
152 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
386 if (ARM_EXCEPTION_CODE(*exit_code) != ARM_EXCEPTION_IRQ) in fixup_guest_exit()