Searched refs:sgx_gva_to_gpa (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/kvm/vmx/ |
D | sgx.c | 74 static int sgx_gva_to_gpa(struct kvm_vcpu *vcpu, gva_t gva, bool write, in sgx_gva_to_gpa() function 256 if (sgx_gva_to_gpa(vcpu, metadata_gva, false, &metadata_gpa) || in handle_encls_ecreate() 257 sgx_gva_to_gpa(vcpu, contents_gva, false, &contents_gpa) || in handle_encls_ecreate() 258 sgx_gva_to_gpa(vcpu, secs_gva, true, &secs_gpa)) in handle_encls_ecreate() 314 if (sgx_gva_to_gpa(vcpu, sig_gva, false, &sig_gpa) || in handle_encls_einit() 315 sgx_gva_to_gpa(vcpu, secs_gva, true, &secs_gpa) || in handle_encls_einit() 316 sgx_gva_to_gpa(vcpu, token_gva, false, &token_gpa)) in handle_encls_einit()
|