Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dsgx.h16 void vcpu_setup_sgx_lepubkeyhash(struct kvm_vcpu *vcpu);
23 static inline void vcpu_setup_sgx_lepubkeyhash(struct kvm_vcpu *vcpu) { } in vcpu_setup_sgx_lepubkeyhash() function
H A Dvmx.c4746 vcpu_setup_sgx_lepubkeyhash(vcpu); in __vmx_vcpu_reset()