Searched refs:register_base (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_emu.h144 #define register_base ((u_char *) registers ) macro
145 #define fpu_register(x) ( * ((FPU_REG *)( register_base + 10 * (x & 7) )) )
146 #define st(x) ( * ((FPU_REG *)( register_base + 10 * ((top+x) & 7) )) )
H A Dreg_ld_str.c1128 __copy_from_user(register_base + offset, s, other);
1130 __copy_from_user(register_base, s + other, offset);
1209 if (__copy_to_user(d, register_base + offset, other))
1212 if (__copy_to_user(d + other, register_base, offset))

Completed in 155 milliseconds