Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c656 #define DMTC0_ENTRYLO_MASK(env) (env->PAMask >> 6) macro
661 env->CP0_EntryLo0 = (arg1 & DMTC0_ENTRYLO_MASK(env)) | rxi; in helper_dmtc0_entrylo0()
847 env->CP0_EntryLo1 = (arg1 & DMTC0_ENTRYLO_MASK(env)) | rxi; in helper_dmtc0_entrylo1()