ftop               89 arch/x86/include/asm/fpu/types.h 	u8			ftop;
ftop               40 arch/x86/math-emu/fpu_aux.c 	soft->ftop = 0;	/* We don't keep top in the status word internally. */
ftop              636 arch/x86/math-emu/fpu_entry.c   ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
ftop              656 arch/x86/math-emu/fpu_entry.c 	S387->ftop = (S387->swd >> SW_Top_Shift) & 7;
ftop              657 arch/x86/math-emu/fpu_entry.c 	offset = (S387->ftop & 7) * 10;
ftop              673 arch/x86/math-emu/fpu_entry.c 	newtop = S387->ftop;
ftop              698 arch/x86/math-emu/fpu_entry.c 	int offset = (S387->ftop & 7) * 10, other = 80 - offset;
ftop              102 arch/x86/math-emu/fpu_system.h #define top			(I387->soft.ftop)