kernel/arch/x86/include/asm/fpu/types.h
.. .. @@ -329,6 +329,18 @@ 329 329 */ 330 330 unsigned int last_cpu; 331 331 332 +#ifdef CONFIG_DOVETAIL333 + /*334 + * @preempted:335 + *336 + * When Dovetail is enabled, this flag is set for the inband337 + * task context saved when entering a kernel_fpu_begin/end()338 + * section before the latter got preempted by an out-of-band339 + * task.340 + */341 + unsigned char preempted : 1;342 +#endif343 +332 344 /* 333 345 * @avx512_timestamp: 334 346 *