Home
last modified time | relevance | path

Searched refs:ghcb_gpa_is_registered (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dsvm.h443 static inline bool ghcb_gpa_is_registered(struct vcpu_svm *svm, u64 val) in ghcb_gpa_is_registered()
440 static inline bool ghcb_gpa_is_registered(struct vcpu_svm *svm, u64 val) ghcb_gpa_is_registered() function
H A Dsev.c4523 if (is_sev_snp_guest(vcpu) && !ghcb_gpa_is_registered(svm, ghcb_gpa)) { in sev_handle_vmgexit()