Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dx86_ops.h134 int tdx_vcpu_pre_run(struct kvm_vcpu *vcpu);
H A Dmain.c141 return tdx_vcpu_pre_run(vcpu); in vt_vcpu_pre_run()
H A Dtdx.c908 int tdx_vcpu_pre_run(struct kvm_vcpu *vcpu) in tdx_vcpu_pre_run() function