Searched refs:sgx_gpa_to_hva (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 91 static int sgx_gpa_to_hva(struct kvm_vcpu *vcpu, gpa_t gpa, unsigned long *hva) in sgx_gpa_to_hva() function 265 if (sgx_gpa_to_hva(vcpu, metadata_gpa, &metadata_hva) || in handle_encls_ecreate() 266 sgx_gpa_to_hva(vcpu, contents_gpa, &contents_hva) || in handle_encls_ecreate() 267 sgx_gpa_to_hva(vcpu, secs_gpa, &secs_hva)) in handle_encls_ecreate() 324 if (sgx_gpa_to_hva(vcpu, sig_gpa, &sig_hva) || in handle_encls_einit() 325 sgx_gpa_to_hva(vcpu, secs_gpa, &secs_hva) || in handle_encls_einit() 326 sgx_gpa_to_hva(vcpu, token_gpa, &token_hva)) in handle_encls_einit()
|