···33#define _ASM_X86_PARAVIRT_TYPES_H4455#ifndef __ASSEMBLY__66+#include <linux/types.h>77+68/* These all sit in the .parainstructions section to tell us what to patch. */79struct paravirt_patch_site {810 u8 *instr; /* original instructions */
+1
arch/x86/kernel/fpu/bugs.c
···22/*33 * x86 FPU bug checks:44 */55+#include <asm/cpufeature.h>56#include <asm/fpu/api.h>6778/*