Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/boot/compressed/
Dmem_encrypt.S69 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
170 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
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()
/linux-6.6.21/arch/x86/hyperv/
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()
Dhv_init.c70 rdmsrl(MSR_AMD64_SEV_ES_GHCB, ghcb_gpa); in hyperv_init_ghcb()
/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h584 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/linux-6.6.21/arch/x86/include/asm/
Dmsr-index.h585 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/linux-6.6.21/arch/x86/kernel/
Dsev.c259 return __rdmsr(MSR_AMD64_SEV_ES_GHCB); in sev_es_rd_ghcb_msr()
269 native_wrmsr(MSR_AMD64_SEV_ES_GHCB, low, high); in sev_es_wr_ghcb_msr()
/linux-6.6.21/arch/x86/kvm/svm/
Dsvm.c108 { .index = MSR_AMD64_SEV_ES_GHCB, .always = true },