Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h672 #define CP0PF_GDW 24 /* 29..24 */ macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c971 if (((arg1 >> CP0PF_GDW) & 0x3F) < 12) { in helper_mtc0_pwfield()
972 mask &= ~(0x3F << CP0PF_GDW); in helper_mtc0_pwfield()
H A Dtlb_helper.c721 int pf_gdw = (env->CP0_PWField >> CP0PF_GDW) & 0x3F; in page_table_walk_refill()