fpu_fpregs_owner_ctx  481 arch/x86/include/asm/fpu/internal.h DECLARE_PER_CPU(struct fpu *, fpu_fpregs_owner_ctx);
fpu_fpregs_owner_ctx  502 arch/x86/include/asm/fpu/internal.h 	__this_cpu_write(fpu_fpregs_owner_ctx, NULL);
fpu_fpregs_owner_ctx  512 arch/x86/include/asm/fpu/internal.h 	return fpu == this_cpu_read(fpu_fpregs_owner_ctx) && cpu == fpu->last_cpu;
fpu_fpregs_owner_ctx  521 arch/x86/include/asm/fpu/internal.h 	this_cpu_write(fpu_fpregs_owner_ctx, NULL);
fpu_fpregs_owner_ctx  527 arch/x86/include/asm/fpu/internal.h 	this_cpu_write(fpu_fpregs_owner_ctx, fpu);
fpu_fpregs_owner_ctx   44 arch/x86/kernel/fpu/core.c DEFINE_PER_CPU(struct fpu *, fpu_fpregs_owner_ctx);
fpu_fpregs_owner_ctx 1173 arch/x86/kernel/smpboot.c 	per_cpu(fpu_fpregs_owner_ctx, cpu) = NULL;