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