Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dvirt.c408 int sgx_virt_einit(void __user *sigstruct, void __user *token, in sgx_virt_einit() function
435 EXPORT_SYMBOL_GPL(sgx_virt_einit);
/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h416 int sgx_virt_einit(void __user *sigstruct, void __user *token,
/openbmc/linux/arch/x86/kvm/vmx/
H A Dsgx.c329 ret = sgx_virt_einit((void __user *)sig_hva, (void __user *)token_hva, in handle_encls_einit()