Searched refs:CP0IntCtl_VS (Results 1 – 2 of 2) sorted by relevance
/qemu/target/mips/ | ||
H A D | cpu.h | 789 #define CP0IntCtl_VS 5 macro |
/qemu/target/mips/tcg/sysemu/ | ||
H A D | tlb_helper.c | 1133 uint32_t spacing = (env->CP0_IntCtl >> CP0IntCtl_VS) & 0x1f; in mips_cpu_do_interrupt() |