Home
last modified time | relevance | path

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

/qemu/target/mips/sysemu/
H A Dphysaddr.c127 int KX = (env->CP0_Status & (1 << CP0St_KX)) != 0; in get_physical_address() local
197 if (kernel_mode && KX && in get_physical_address()
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1173 int KX = (env->CP0_Status & (1 << CP0St_KX)) != 0; in mips_cpu_do_interrupt() local
1175 if ((R != 0 || UX) && (R != 3 || KX) && in mips_cpu_do_interrupt()
1194 int KX = (env->CP0_Status & (1 << CP0St_KX)) != 0; in mips_cpu_do_interrupt() local
1196 if ((R != 0 || UX) && (R != 3 || KX) && in mips_cpu_do_interrupt()