Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/arm64/
H A Dlocore.s206 and x1, x1, #ESR_EC_MASK // Mask the exception class
716 and w6, w1, #(ESR_EC_MASK)
1154 tst w1, #(ESR_EC_MASK)
1620 and x1, x1, #ESR_EC_MASK // Mask the exception class
H A Dproc_reg.h1755 #define ESR_EC_MASK (0x3FULL << ESR_EC_SHIFT) macro
1756 #define ESR_EC(x) ((x & ESR_EC_MASK) >> ESR_EC_SHIFT)
H A Dsleh.c1631 thread->machine.recover_esr &= ~ESR_EC_MASK; in handle_user_abort()