Home
last modified time | relevance | path

Searched refs:CP0C3_PW (Results 1 – 4 of 4) sorted by relevance

/qemu/target/mips/
H A Dcpu.h892 #define CP0C3_PW 24 macro
H A Dcpu-defs.c.inc439 (1 << CP0C3_PW) | (1 << CP0C3_ULRI) | (1 << CP0C3_RXI) |
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c745 if (!(env->CP0_Config3 & (1 << CP0C3_PW))) { in page_table_walk_refill()
/qemu/target/mips/tcg/
H A Dtranslate.c1687 if (unlikely(!(ctx->CP0_Config3 & (1 << CP0C3_PW)))) { in check_pw()