Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A 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()
H A Dmsr.h21 static inline void boot_wrmsr(unsigned int reg, const struct msr *m) in boot_wrmsr() function
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c73 boot_wrmsr(MSR_AMD64_SEV_ES_GHCB, &m); in sev_es_wr_ghcb_msr()