Home
last modified time | relevance | path

Searched refs:ESR_EC_MASK (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/osfmk/arm64/
H A Dlocore.s147 and x1, x1, #ESR_EC_MASK // Mask the exception class
595 and w3, w1, #(ESR_EC_MASK)
1162 and x1, x1, #ESR_EC_MASK // Mask the exception class
H A Dproc_reg.h1716 #define ESR_EC_MASK (0x3FULL << ESR_EC_SHIFT) macro
1717 #define ESR_EC(x) ((x & ESR_EC_MASK) >> ESR_EC_SHIFT)
H A Dsleh.c1449 thread->machine.recover_esr &= ~ESR_EC_MASK; in handle_user_abort()