Home
last modified time | relevance | path

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

/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.c64 boot_rdmsr(MSR_AMD64_SEV_ES_GHCB, &m); in sev_es_rd_ghcb_msr()
74 boot_wrmsr(MSR_AMD64_SEV_ES_GHCB, &m); in sev_es_wr_ghcb_msr()
/linux/tools/testing/selftests/kvm/x86_64/
H A Dsev_smoke_test.c29 wrmsr(MSR_AMD64_SEV_ES_GHCB, GHCB_MSR_TERM_REQ); in guest_sev_es_code()
/linux/arch/x86/hyperv/
H A Dhv_init.c69 rdmsrl(MSR_AMD64_SEV_ES_GHCB, ghcb_gpa); in hyperv_init_ghcb()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h625 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/linux/arch/x86/coco/sev/
H A Dcore.c293 return __rdmsr(MSR_AMD64_SEV_ES_GHCB); in sev_es_rd_ghcb_msr()
303 native_wrmsr(MSR_AMD64_SEV_ES_GHCB, low, high); in sev_es_wr_ghcb_msr()
/linux/arch/x86/kvm/svm/
H A Dsvm.c111 { .index = MSR_AMD64_SEV_ES_GHCB, .always = true },