Searched refs:CP0PC_DPH (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/mips/ | ||
H A D | cpu.h | 700 #define CP0PC_DPH 7 macro |
/openbmc/qemu/target/mips/tcg/sysemu/ | ||
H A D | tlb_helper.c | 635 int dph = (env->CP0_PWCtl >> CP0PC_DPH) & 0x1; in walk_directory() |