Home
last modified time | relevance | path

Searched refs:GHCB_MSR_TERM_REQ (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dsev_smoke_test.c29 wrmsr(MSR_AMD64_SEV_ES_GHCB, GHCB_MSR_TERM_REQ); in guest_sev_es_code()
114 TEST_ASSERT_EQ(vcpu->run->system_event.data[0], GHCB_MSR_TERM_REQ); in test_sync_vmsa()
143 TEST_ASSERT_EQ(vcpu->run->system_event.data[0], GHCB_MSR_TERM_REQ); in test_sev()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dsev.h28 #define GHCB_MSR_TERM_REQ 0x100 macro
/linux-6.12.1/arch/x86/include/asm/
Dsev-common.h179 #define GHCB_MSR_TERM_REQ 0x100 macro
/linux-6.12.1/arch/x86/hyperv/
Divm.c143 u64 val = GHCB_MSR_TERM_REQ; in hv_ghcb_terminate()
/linux-6.12.1/arch/x86/coco/sev/
Dshared.c123 u64 val = GHCB_MSR_TERM_REQ; in sev_es_terminate()
/linux-6.12.1/arch/x86/kvm/svm/
Dsev.c4242 case GHCB_MSR_TERM_REQ: { in sev_handle_vmgexit_msr_protocol()