Symbol: x86_task_fpu
arch/x86/include/asm/fpu/sched.h
37
struct fpu *old_fpu = x86_task_fpu(old);
arch/x86/include/asm/processor.h
526
extern struct fpu *x86_task_fpu(struct task_struct *task);
arch/x86/kernel/fpu/context.h
56
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/core.c
233
fpuperm = &x86_task_fpu(current->group_leader)->guest_perm;
arch/x86/kernel/fpu/core.c
363
struct fpstate *fpstate = x86_task_fpu(current)->fpstate;
arch/x86/kernel/fpu/core.c
377
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/core.c
486
save_fpregs_to_fpstate(x86_task_fpu(current));
arch/x86/kernel/fpu/core.c
516
WARN_ON_FPU(fpu != x86_task_fpu(current));
arch/x86/kernel/fpu/core.c
618
struct fpu *src_fpu = x86_task_fpu(current->group_leader);
arch/x86/kernel/fpu/core.c
638
xstate = get_xsave_addr(&x86_task_fpu(dst)->fpstate->regs.xsave,
arch/x86/kernel/fpu/core.c
766
fpu = x86_task_fpu(tsk);
arch/x86/kernel/fpu/core.c
770
if (fpu == x86_task_fpu(current)) {
arch/x86/kernel/fpu/core.c
804
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/core.c
833
WARN_ON_FPU(fpu != x86_task_fpu(current));
arch/x86/kernel/fpu/core.c
869
fpstate_reset(x86_task_fpu(current));
arch/x86/kernel/fpu/core.c
910
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/core.c
922
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/regset.c
136
sync_fpstate(x86_task_fpu(target));
arch/x86/kernel/fpu/regset.c
146
struct fpu *fpu = x86_task_fpu(target);
arch/x86/kernel/fpu/regset.c
190
struct fpu *fpu = x86_task_fpu(target);
arch/x86/kernel/fpu/regset.c
217
struct fpu *fpu = x86_task_fpu(target);
arch/x86/kernel/fpu/regset.c
371
__convert_from_fxsr(env, tsk, &x86_task_fpu(tsk)->fpstate->regs.fxsave);
arch/x86/kernel/fpu/regset.c
404
struct fpu *fpu = x86_task_fpu(target);
arch/x86/kernel/fpu/regset.c
436
struct fpu *fpu = x86_task_fpu(target);
arch/x86/kernel/fpu/regset.c
48
if (fpu == x86_task_fpu(current))
arch/x86/kernel/fpu/regset.c
66
WARN_ON_FPU(fpu == x86_task_fpu(current));
arch/x86/kernel/fpu/regset.c
74
struct fpu *fpu = x86_task_fpu(target);
arch/x86/kernel/fpu/regset.c
94
struct fpu *fpu = x86_task_fpu(target);
arch/x86/kernel/fpu/signal.c
183
struct fpstate *fpstate = x86_task_fpu(tsk)->fpstate;
arch/x86/kernel/fpu/signal.c
271
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/signal.c
331
struct fpu *fpu = x86_task_fpu(tsk);
arch/x86/kernel/fpu/signal.c
41
fx_sw->xstate_size > x86_task_fpu(current)->fpstate->user_size ||
arch/x86/kernel/fpu/signal.c
451
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/signal.c
498
unsigned long frame_size = xstate_sigframe_size(x86_task_fpu(current)->fpstate);
arch/x86/kernel/fpu/signal.c
57
trace_x86_fpu_xstate_check_failed(x86_task_fpu(current));
arch/x86/kernel/fpu/signal.c
72
struct xregs_state *xsave = &x86_task_fpu(tsk)->fpstate->regs.xsave;
arch/x86/kernel/fpu/signal.c
78
fxsave(&x86_task_fpu(tsk)->fpstate->regs.fxsave);
arch/x86/kernel/fpu/xstate.c
1271
__copy_xstate_to_uabi_buf(to, x86_task_fpu(tsk)->fpstate,
arch/x86/kernel/fpu/xstate.c
1272
x86_task_fpu(tsk)->fpstate->user_xfeatures,
arch/x86/kernel/fpu/xstate.c
1412
return copy_uabi_to_xstate(x86_task_fpu(tsk)->fpstate, NULL, ubuf, &tsk->thread.pkru);
arch/x86/kernel/fpu/xstate.c
1506
if (fpstate->xfd == x86_task_fpu(current)->fpstate->xfd)
arch/x86/kernel/fpu/xstate.c
1583
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/fpu/xstate.c
1676
struct fpu *fpu = x86_task_fpu(current->group_leader);
arch/x86/kernel/fpu/xstate.c
1783
fpu = x86_task_fpu(current->group_leader);
arch/x86/kernel/fpu/xstate.c
1895
timestamp = READ_ONCE(x86_task_fpu(task)->avx512_timestamp);
arch/x86/kernel/fpu/xstate.c
781
fpstate_reset(x86_task_fpu(current));
arch/x86/kernel/fpu/xstate.c
990
wrmsrq(MSR_IA32_XFD, x86_task_fpu(current)->fpstate->xfd);
arch/x86/kernel/fpu/xstate.h
26
struct fpu *fpu = x86_task_fpu(current->group_leader);
arch/x86/kernel/fpu/xstate.h
302
struct fpstate *fpstate = x86_task_fpu(current)->fpstate;
arch/x86/kernel/fpu/xstate.h
336
xfd_validate_state(x86_task_fpu(current)->fpstate, mask, true);
arch/x86/kernel/process.c
121
fpstate_free(x86_task_fpu(tsk));
arch/x86/kernel/signal.c
258
struct fpu *fpu = x86_task_fpu(current);
arch/x86/kernel/signal.c
426
fsize += x86_task_fpu(current->group_leader)->perm.__user_state_size;
arch/x86/kernel/signal.c
433
mask = x86_task_fpu(current->group_leader)->perm.__state_perm;
arch/x86/kernel/traps.c
1428
struct fpu *fpu = x86_task_fpu(task);