Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_aux.c132 FPU_REG *st0_ptr = &st(0), *sti_ptr = &st(i); in fxch_i() local
149 FPU_copy_to_reg0(sti_ptr, sti_tag); in fxch_i()
167 reg_copy(sti_ptr, st0_ptr); in fxch_i()
168 reg_copy(&t, sti_ptr); in fxch_i()
Dreg_ld_str.c91 FPU_REG *sti_ptr = &st(stnr); in FPU_load_extended() local
95 __copy_from_user(sti_ptr, s, 10); in FPU_load_extended()
98 return FPU_tagof(sti_ptr); in FPU_load_extended()