Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c637 int hugepg = (env->CP0_PWCtl >> CP0PC_HUGEPG) & 0x1; in walk_directory()
734 int hugepg = (env->CP0_PWCtl >> CP0PC_HUGEPG) & 0x1; in page_table_walk_refill()
/openbmc/qemu/target/mips/
H A Dcpu.h701 #define CP0PC_HUGEPG 6 macro