Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/boot/
H A Dcpucheck.c139 boot_wrmsr(MSR_K7_HWCR, &m); in check_cpu()
153 boot_wrmsr(MSR_VIA_FCR, &m); in check_cpu()
166 boot_wrmsr(0x80860004, &m_tmp); in check_cpu()
170 boot_wrmsr(0x80860004, &m); in check_cpu()
H A Dmsr.h21 static inline void boot_wrmsr(unsigned int reg, const struct msr *m) in boot_wrmsr() function
/linux-6.15/arch/x86/boot/compressed/
H A Dsev.c74 boot_wrmsr(MSR_AMD64_SEV_ES_GHCB, &m); in sev_es_wr_ghcb_msr()