/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/ |
H A D | cpu.h | 669 #define CP0PF_MDW 12 /* 17..12 */ macro
|
H A D | helper.c | 701 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F; in page_table_walk_refill()
|
H A D | op_helper.c | 1538 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 1539 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
/dports/emulators/qemu5/qemu-5.2.0/target/mips/ |
H A D | cpu.h | 671 #define CP0PF_MDW 12 /* 17..12 */ macro
|
H A D | cp0_helper.c | 1002 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 1003 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
H A D | helper.c | 707 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F; in page_table_walk_refill()
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/ |
H A D | cpu.h | 669 #define CP0PF_MDW 12 /* 17..12 */ macro
|
H A D | cp0_helper.c | 969 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 970 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
H A D | helper.c | 707 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F; in page_table_walk_refill()
|
/dports/emulators/qemu42/qemu-4.2.1/target/mips/ |
H A D | cpu.h | 669 #define CP0PF_MDW 12 /* 17..12 */ macro
|
H A D | helper.c | 701 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F; in page_table_walk_refill()
|
H A D | op_helper.c | 1538 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 1539 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/ |
H A D | cpu.h | 675 #define CP0PF_MDW 12 /* 17..12 */
|
/dports/emulators/qemu/qemu-6.2.0/target/mips/ |
H A D | cpu.h | 675 #define CP0PF_MDW 12 /* 17..12 */ macro
|
/dports/emulators/qemu60/qemu-6.0.0/target/mips/ |
H A D | cpu.h | 675 #define CP0PF_MDW 12 /* 17..12 */ macro
|
H A D | cp0_helper.c | 1000 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 1001 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
H A D | tlb_helper.c | 653 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F; in page_table_walk_refill()
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/ |
H A D | cp0_helper.c | 989 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 990 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
H A D | cpu.h | 762 #define CP0PF_MDW 12 /* 17..12 */ macro
|
H A D | helper.c | 803 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F;
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 1000 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 1001 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
H A D | tlb_helper.c | 726 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F;
|
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 1000 if (((arg1 >> CP0PF_MDW) & 0x3F) < 12) { in helper_mtc0_pwfield() 1001 mask &= ~(0x3F << CP0PF_MDW); in helper_mtc0_pwfield()
|
H A D | tlb_helper.c | 726 int pf_mdw = (env->CP0_PWField >> CP0PF_MDW) & 0x3F; in page_table_walk_refill()
|