OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CP0_IntCtl
(Results
1 - 5
of
5
) sorted by null
/external/qemu/hw/
mips_timer.c
66
qemu_irq_lower(env->irq[(env->
CP0_IntCtl
>> CP0IntCtl_IPTI) & 0x7]);
101
qemu_irq_raise(env->irq[(env->
CP0_IntCtl
>> CP0IntCtl_IPTI) & 0x7]);
/external/qemu/target-mips/
machine.c
116
qemu_put_sbe32s(f, &env->
CP0_IntCtl
);
267
qemu_get_sbe32s(f, &env->
CP0_IntCtl
);
cpu.h
289
int32_t
CP0_IntCtl
;
op_helper.c
[
all
...]
translate.c
[
all
...]
Completed in 46 milliseconds