Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dkvm_ppc.h243 u32 wval; member
391 case 4: __u.wval = (reg); break; \
402 case 4: __v = (val).wval; break; \
/arch/mips/math-emu/
Dcp1emu.c981 u32 wval; in cop1Emulate() local
1093 if (__get_user(wval, wva)) { in cop1Emulate()
1098 SITOREG(wval, MIPSInst_RT(ir)); in cop1Emulate()
1105 SIFROMREG(wval, MIPSInst_RT(ir)); in cop1Emulate()
1111 if (__put_user(wval, wva)) { in cop1Emulate()