Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dcpu.h202 #define CP0VPEC0_VPA 0 macro
Dop_helper.c860 if (env->CP0_VPEConf0 & (1 << CP0VPEC0_VPA)) in helper_mtc0_vpeconf0()
862 mask |= (1 << CP0VPEC0_MVP) | (1 << CP0VPEC0_VPA); in helper_mtc0_vpeconf0()