Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c53 wrmsr(MSR_AMD64_SEV_ES_GHCB, GHCB_MSR_TERM_REQ); in guest_snp_code()
69 wrmsr(MSR_AMD64_SEV_ES_GHCB, GHCB_MSR_TERM_REQ); in guest_sev_es_code()
/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
/linux/arch/x86/hyperv/
H A Divm.c117 return native_rdmsrq(MSR_AMD64_SEV_ES_GHCB); in rd_ghcb_msr()
122 native_wrmsrq(MSR_AMD64_SEV_ES_GHCB, val); in wr_ghcb_msr()
H A Dhv_init.c104 rdmsrq(MSR_AMD64_SEV_ES_GHCB, ghcb_gpa); in hyperv_init_ghcb()
/linux/arch/x86/include/asm/
H A Dmsr-index.h710 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h705 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/linux/arch/x86/kvm/svm/
H A Dsev.c4665 svm_disable_intercept_for_msr(vcpu, MSR_AMD64_SEV_ES_GHCB, MSR_TYPE_RW); in sev_es_recalc_msr_intercepts()