Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h674 #define CP0PF_MDW 12 /* 17..12 */ macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c977 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield()
978 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
H A Dtlb_helper.c723 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F; in page_table_walk_refill()