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

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsev_smoke_test.c26 wrmsr(MSR_AMD64_SEV_ES_GHCB, GHCB_MSR_TERM_REQ);
55 TEST_ASSERT_EQ(vcpu->run->system_event.data[0], GHCB_MSR_TERM_REQ);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsev.h28 #define GHCB_MSR_TERM_REQ 0x100 macro
/linux-master/arch/x86/include/asm/
H A Dsev-common.h136 #define GHCB_MSR_TERM_REQ 0x100 macro
/linux-master/arch/x86/hyperv/
H A Divm.c143 u64 val = GHCB_MSR_TERM_REQ;
/linux-master/arch/x86/kernel/
H A Dsev-shared.c101 u64 val = GHCB_MSR_TERM_REQ;
/linux-master/arch/x86/kvm/svm/
H A Dsev.c2829 case GHCB_MSR_TERM_REQ: {

Completed in 159 milliseconds