OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0_Debug
(Results
1 - 5
of
5
) sorted by null
/external/qemu/target-mips/
helper.c
608
env->
CP0_Debug
|= 1 << CP0DB_DSS;
616
env->
CP0_Debug
|= 1 << CP0DB_DINT;
619
env->
CP0_Debug
|= 1 << CP0DB_DIB;
622
env->
CP0_Debug
|= 1 << CP0DB_DBp;
625
env->
CP0_Debug
|= 1 << CP0DB_DDBS;
628
env->
CP0_Debug
|= 1 << CP0DB_DDBL;
machine.c
136
qemu_put_sbe32s(f, &env->
CP0_Debug
);
287
qemu_get_sbe32s(f, &env->
CP0_Debug
);
cpu.h
384
int32_t
CP0_Debug
;
op_helper.c
749
target_ulong t0 = env->
CP0_Debug
;
767
return (env->
CP0_Debug
& ~((1 << CP0DB_SSt) | (1 << CP0DB_Halt))) |
[
all
...]
translate.c
[
all
...]
Completed in 29 milliseconds