Searched refs:CP0DB_SSt (Results 1 – 2 of 2) sorted by relevance
450 return (other->CP0_Debug & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) | in helper_mftc0_debug()451 (tcstatus & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt))); in helper_mftc0_debug()1374 uint32_t val = arg1 & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt)); in helper_mttc0_debug()1384 ((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) | in helper_mttc0_debug()1385 (arg1 & ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))); in helper_mttc0_debug()
1028 #define CP0DB_SSt 8 macro