Home
last modified time | relevance | path

Searched refs:MSR_AMD64_SEV_ES_GHCB (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dmem_encrypt.S69 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
170 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
H A Dsev.c63 boot_rdmsr(MSR_AMD64_SEV_ES_GHCB, &m); in sev_es_rd_ghcb_msr()
73 boot_wrmsr(MSR_AMD64_SEV_ES_GHCB, &m); in sev_es_wr_ghcb_msr()
/openbmc/linux/arch/x86/hyperv/
H A Divm.c113 return __rdmsr(MSR_AMD64_SEV_ES_GHCB); in rd_ghcb_msr()
118 native_wrmsrl(MSR_AMD64_SEV_ES_GHCB, val); in wr_ghcb_msr()
H A Dhv_init.c69 rdmsrl(MSR_AMD64_SEV_ES_GHCB, ghcb_gpa); in hyperv_init_ghcb()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h584 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h601 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/openbmc/linux/arch/x86/kernel/
H A Dsev.c261 return __rdmsr(MSR_AMD64_SEV_ES_GHCB); in sev_es_rd_ghcb_msr()
271 native_wrmsr(MSR_AMD64_SEV_ES_GHCB, low, high); in sev_es_wr_ghcb_msr()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c110 { .index = MSR_AMD64_SEV_ES_GHCB, .always = true },