Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h665 #define CP0PF_BDI 32 /* 37..32 */ macro
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c941 if (((arg1 >> CP0PF_BDI) & 0x3FULL) < 12) { in helper_mtc0_pwfield()
942 mask &= ~(0x3FULL << CP0PF_BDI); in helper_mtc0_pwfield()