Home
last modified time | relevance | path

Searched refs:ftop (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/x86/math-emu/
Dfpu_entry.c636 ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
656 S387->ftop = (S387->swd >> SW_Top_Shift) & 7; in fpregs_soft_set()
657 offset = (S387->ftop & 7) * 10; in fpregs_soft_set()
673 newtop = S387->ftop; in fpregs_soft_set()
696 int offset = (S387->ftop & 7) * 10, other = 80 - offset; in fpregs_soft_get()
Dfpu_system.h102 #define top (I387->soft.ftop)
Dfpu_aux.c40 soft->ftop = 0; /* We don't keep top in the status word internally. */ in fpstate_init_soft()
/linux-6.1.9/arch/x86/include/asm/fpu/
Dtypes.h89 u8 ftop; member
/linux-6.1.9/tools/power/pm-graph/
Dsleepgraph.py166 ftop = False variable in SystemValues
836 if self.ftop:
6792 sysvals.ftop = True