root/arch/x86/lib/msr-reg-export.c

/* [<][>][^][v][top][bottom][index][help] */
   1 // SPDX-License-Identifier: GPL-2.0
   2 #include <linux/export.h>
   3 #include <asm/msr.h>
   4 
   5 EXPORT_SYMBOL(rdmsr_safe_regs);
   6 EXPORT_SYMBOL(wrmsr_safe_regs);

/* [<][>][^][v][top][bottom][index][help] */