Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dkvm_ppc.h255 u32 wval; member
394 case 4: __u.wval = (reg); break; \
405 case 4: __v = (val).wval; break; \
/arch/mips/math-emu/
Dcp1emu.c985 u32 wval; in cop1Emulate() local
1097 if (__get_user(wval, wva)) { in cop1Emulate()
1102 SITOREG(wval, MIPSInst_RT(ir)); in cop1Emulate()
1109 SIFROMREG(wval, MIPSInst_RT(ir)); in cop1Emulate()
1115 if (__put_user(wval, wva)) { in cop1Emulate()