Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dtraps.c275 struct fpu_swa_msg { struct
279 static DEFINE_PER_CPU(struct fpu_swa_msg, cpulast); argument
280 DECLARE_PER_CPU(struct fpu_swa_msg, cpulast);
281 static struct fpu_swa_msg last __cacheline_aligned;
302 struct fpu_swa_msg *cp = this_cpu_ptr(&cpulast); in handle_fpu_swa()