Home
last modified time | relevance | path

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

/openbmc/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 Dsgx.c427 void vcpu_setup_sgx_lepubkeyhash(struct kvm_vcpu *vcpu) in vcpu_setup_sgx_lepubkeyhash() function
H A Dvmx.c4844 vcpu_setup_sgx_lepubkeyhash(vcpu); in __vmx_vcpu_reset()