Searched refs:S_USER (Results 1 – 4 of 4) sorted by relevance
19 #define S_USER ((uint32_t)(2u << 1)) macro20 #define S_PRIV_USER ((S_PRIV) | (S_USER))
36 #define S_USER ((uint32_t)(2u << 1)) macro37 #define S_PRIV_USER ((S_PRIV) | (S_USER))
1551 S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()1568 S_USER | // Which modes should this breakpoint stop in? in SetHardwareBreakpoint()1701 S_USER | // Stop only in user mode in SetHardwareWatchpoint()
996 S_USER | // Stop only in user mode in SetHardwareWatchpoint()