register_base 145 arch/x86/math-emu/fpu_emu.h #define fpu_register(x) ( * ((FPU_REG *)( register_base + 10 * (x & 7) )) ) register_base 146 arch/x86/math-emu/fpu_emu.h #define st(x) ( * ((FPU_REG *)( register_base + 10 * ((top+x) & 7) )) ) register_base 1128 arch/x86/math-emu/reg_ld_str.c __copy_from_user(register_base + offset, s, other); register_base 1130 arch/x86/math-emu/reg_ld_str.c __copy_from_user(register_base, s + other, offset); register_base 1209 arch/x86/math-emu/reg_ld_str.c if (__copy_to_user(d, register_base + offset, other)) register_base 1212 arch/x86/math-emu/reg_ld_str.c if (__copy_to_user(d + other, register_base, offset))