Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dsgx.c72 static int sgx_gva_to_gpa(struct kvm_vcpu *vcpu, gva_t gva, bool write, in sgx_gva_to_gpa() function
245 if (sgx_gva_to_gpa(vcpu, metadata_gva, false, &metadata_gpa) || in handle_encls_ecreate()
246 sgx_gva_to_gpa(vcpu, contents_gva, false, &contents_gpa) || in handle_encls_ecreate()
247 sgx_gva_to_gpa(vcpu, secs_gva, true, &secs_gpa)) in handle_encls_ecreate()
303 if (sgx_gva_to_gpa(vcpu, sig_gva, false, &sig_gpa) || in handle_encls_einit()
304 sgx_gva_to_gpa(vcpu, secs_gva, true, &secs_gpa) || in handle_encls_einit()
305 sgx_gva_to_gpa(vcpu, token_gva, false, &token_gpa)) in handle_encls_einit()