OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0DB_Halt
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-mips/
cpu.h
389
#define
CP0DB_Halt
26
op_helper.c
767
return (env->CP0_Debug & ~((1 << CP0DB_SSt) | (1 <<
CP0DB_Halt
))) |
768
(tcstatus & ((1 << CP0DB_SSt) | (1 <<
CP0DB_Halt
)));
[
all
...]
Completed in 2407 milliseconds