Home
last modified time | relevance | path

Searched refs:sev_free_vcpu (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.h775 void sev_free_vcpu(struct kvm_vcpu *vcpu);
799 static inline void sev_free_vcpu(struct kvm_vcpu *vcpu) {} in sev_free_vcpu() function
H A Dsev.c3145 void sev_free_vcpu(struct kvm_vcpu *vcpu) in sev_free_vcpu() function
H A Dsvm.c1509 sev_free_vcpu(vcpu); in svm_vcpu_free()