Home
last modified time | relevance | path

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

/qemu/target/mips/
H A Dcpu.h683 #define CP0PS_PS 30 macro
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c714 int native_shift = (((env->CP0_PWSize >> CP0PS_PS) & 1) == 0) ? 2 : 3; in page_table_walk_refill()