Searched refs:ftop (Results 1 – 10 of 10) sorted by relevance
71 extern asmlinkage int _save_ftop_context(void __user *ftop);72 extern asmlinkage int _restore_ftop_context(void __user *ftop);265 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_to_sigcontext() local267 return __put_user(current->thread.fpu.ftop, ftop); in copy_ftop_to_sigcontext()272 uint32_t __user *ftop = &ctx->ftop; in copy_ftop_from_sigcontext() local274 return __get_user(current->thread.fpu.ftop, ftop); in copy_ftop_from_sigcontext()357 uint32_t __user *ftop = &ctx->ftop; in save_hw_ftop_context() local359 return _save_ftop_context(ftop); in save_hw_ftop_context()364 uint32_t __user *ftop = &ctx->ftop; in restore_hw_ftop_context() local366 return _restore_ftop_context(ftop); in restore_hw_ftop_context()
354 r = membuf_write(&to, &target->thread.fpu.ftop, sizeof(u32)); in lbt_get() 375 &target->thread.fpu.ftop, in lbt_set()
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()
102 #define top (I387->soft.ftop)
40 soft->ftop = 0; /* We don't keep top in the status word internally. */ in fpstate_init_soft()
85 uint32_t ftop; member182 .ftop = 0, \
62 uint32_t ftop; member
67 __u32 ftop; member
91 u8 ftop; member
766 *v = vcpu->arch.fpu.ftop; in kvm_get_one_reg()856 vcpu->arch.fpu.ftop = v; in kvm_set_one_reg()