Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/boot/compressed/
Dmem_encrypt.S77 movl $MSR_AMD64_SEV_ES_GHCB, %ecx
178 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-5.19.10/arch/x86/hyperv/
Divm.c103 return __rdmsr(MSR_AMD64_SEV_ES_GHCB); in rd_ghcb_msr()
108 native_wrmsrl(MSR_AMD64_SEV_ES_GHCB, val); in wr_ghcb_msr()
Dhv_init.c66 rdmsrl(MSR_AMD64_SEV_ES_GHCB, ghcb_gpa); in hyperv_init_ghcb()
/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h548 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h548 #define MSR_AMD64_SEV_ES_GHCB 0xc0010130 macro
/linux-5.19.10/arch/x86/kernel/
Dsev.c247 return __rdmsr(MSR_AMD64_SEV_ES_GHCB); in sev_es_rd_ghcb_msr()
257 native_wrmsr(MSR_AMD64_SEV_ES_GHCB, low, high); in sev_es_wr_ghcb_msr()
/linux-5.19.10/arch/x86/kvm/svm/
Dsvm.c101 { .index = MSR_AMD64_SEV_ES_GHCB, .always = true },