Home
last modified time | relevance | path

Searched refs:CP0PF_PTW (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.h675 #define CP0PF_PTW 6 /* 11..6 */ macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c980 if (((arg1 >> CP0PF_PTW) & 0x3F) < 12) { in helper_mtc0_pwfield()
981 mask &= ~(0x3F << CP0PF_PTW); in helper_mtc0_pwfield()
H A Dtlb_helper.c724 int pf_ptw = (env->CP0_PWField >> CP0PF_PTW) & 0x3F; in page_table_walk_refill()