Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h682 #define CP0PS_PS 30 macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c718 MemOp native_op = (((env->CP0_PWSize >> CP0PS_PS) & 1) == 0) ? MO_32 : MO_64; in page_table_walk_refill()