Home
last modified time | relevance | path

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

/Linux-v6.6/arch/loongarch/kernel/
Dsignal.c70 extern asmlinkage int _save_ftop_context(void __user *ftop);
71 extern asmlinkage int _restore_ftop_context(void __user *ftop);
264 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_to_sigcontext() local
266 return __put_user(current->thread.fpu.ftop, ftop); in copy_ftop_to_sigcontext()
271 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_from_sigcontext() local
273 return __get_user(current->thread.fpu.ftop, ftop); in copy_ftop_from_sigcontext()
356 uint32_t __user *ftop = &ctx->ftop; in save_hw_ftop_context() local
358 return _save_ftop_context(ftop); in save_hw_ftop_context()
363 uint32_t __user *ftop = &ctx->ftop; in restore_hw_ftop_context() local
365 return _restore_ftop_context(ftop); in restore_hw_ftop_context()
Dasm-offsets.c168 OFFSET(THREAD_FTOP, loongarch_fpu, ftop); in output_thread_fpu_defines()
Dptrace.c354 r = membuf_write(&to, &target->thread.fpu.ftop, sizeof(u32)); in lbt_get()
375 &target->thread.fpu.ftop, in lbt_set()
/Linux-v6.6/arch/x86/math-emu/
Dfpu_entry.c637 ((S387->swd & ~SW_Top & 0xffff) | ((S387->ftop << SW_Top_Shift) & SW_Top))
657 S387->ftop = (S387->swd >> SW_Top_Shift) & 7; in fpregs_soft_set()
658 offset = (S387->ftop & 7) * 10; in fpregs_soft_set()
674 newtop = S387->ftop; in fpregs_soft_set()
697 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-v6.6/arch/loongarch/include/asm/
Dprocessor.h85 uint32_t ftop; member
182 .ftop = 0, \
/Linux-v6.6/arch/loongarch/include/uapi/asm/
Dptrace.h62 uint32_t ftop; member
Dsigcontext.h68 __u32 ftop; member
/Linux-v6.6/arch/x86/include/asm/fpu/
Dtypes.h89 u8 ftop; member
/Linux-v6.6/arch/loongarch/
DKconfig551 to SCR3), x86/ARM eflags (eflags) and x87 fpu stack pointer (ftop).
/Linux-v6.6/tools/power/pm-graph/
Dsleepgraph.py166 ftop = False variable in SystemValues
837 if self.ftop:
6813 sysvals.ftop = True