Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/boot/
Dcpucheck.c138 boot_wrmsr(MSR_K7_HWCR, &m); in check_cpu()
152 boot_wrmsr(MSR_VIA_FCR, &m); in check_cpu()
165 boot_wrmsr(0x80860004, &m_tmp); in check_cpu()
169 boot_wrmsr(0x80860004, &m); in check_cpu()
Dmsr.h21 static inline void boot_wrmsr(unsigned int reg, const struct msr *m) in boot_wrmsr() function
/linux-6.6.21/arch/x86/boot/compressed/
Dsev.c73 boot_wrmsr(MSR_AMD64_SEV_ES_GHCB, &m); in sev_es_wr_ghcb_msr()