Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/x86/lib/msr-reg-export.c
26424 views
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);
7
8