Home
last modified time | relevance | path

Searched refs:CP0DB_SSt (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c450 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()
/openbmc/qemu/target/mips/
H A Dcpu.h1028 #define CP0DB_SSt 8 macro