Searched refs:ftop (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | signal.c | 240 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_to_sigcontext() local 242 return __put_user(current->thread.fpu.ftop, ftop); in copy_ftop_to_sigcontext() 247 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_from_sigcontext() local 249 return __get_user(current->thread.fpu.ftop, ftop); in copy_ftop_from_sigcontext() 332 uint32_t __user *ftop = &ctx->ftop; in save_hw_ftop_context() local 334 return _save_ftop_context(ftop); in save_hw_ftop_context() 339 uint32_t __user *ftop = &ctx->ftop; in restore_hw_ftop_context() local 341 return _restore_ftop_context(ftop); in restore_hw_ftop_context()
|
| H A D | ptrace.c | 354 r = membuf_write(&to, &target->thread.fpu.ftop, sizeof(u32)); in lbt_get() 375 &target->thread.fpu.ftop, in lbt_set()
|
| H A D | asm-offsets.c | 173 OFFSET(THREAD_FTOP, loongarch_fpu, ftop); in output_thread_fpu_defines()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | lbt.h | 20 asmlinkage int _save_ftop_context(void __user *ftop); 21 asmlinkage int _restore_ftop_context(void __user *ftop);
|
| H A D | processor.h | 85 uint32_t ftop; member 182 .ftop = 0, \
|
| /linux/arch/x86/math-emu/ |
| H A D | fpu_entry.c | 637 ((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()
|
| H A D | fpu_system.h | 102 #define top (I387->soft.ftop)
|
| H A D | fpu_aux.c | 40 soft->ftop = 0; /* We don't keep top in the status word internally. */ in fpstate_init_soft()
|
| /linux/arch/loongarch/include/uapi/asm/ |
| H A D | sigcontext.h | 67 __u32 ftop; member
|
| H A D | ptrace.h | 58 __u32 ftop; member
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | types.h | 91 u8 ftop; member
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 855 *v = vcpu->arch.fpu.ftop; in kvm_get_one_reg() 945 vcpu->arch.fpu.ftop = v; in kvm_set_one_reg()
|
| /linux/arch/loongarch/ |
| H A D | Kconfig | 621 to SCR3), x86/ARM eflags (eflags) and x87 fpu stack pointer (ftop).
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 167 ftop = False variable in SystemValues 848 if self.ftop: 6871 sysvals.ftop = True
|