Searched refs:ESR_EC_MASK (Results 1 – 3 of 3) sorted by relevance
261 and x1, x1, #ESR_EC_MASK // Mask the exception class949 and w6, w1, #(ESR_EC_MASK)1234 tst w1, #(ESR_EC_MASK)1763 and x1, x1, #ESR_EC_MASK // Mask the exception class
1871 #define ESR_EC_MASK (0x3FULL << ESR_EC_SHIFT) macro1872 #define ESR_EC(x) ((x & ESR_EC_MASK) >> ESR_EC_SHIFT)
1862 thread->machine.recover_esr &= ~ESR_EC_MASK; in handle_user_abort()