Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/vmx/
Dsgx.c148 struct sgx_secs *contents = (struct sgx_secs *)pageinfo->contents; in __handle_encls_ecreate()
219 struct sgx_secs *contents; in handle_encls_ecreate()
272 contents = (struct sgx_secs *)__get_free_page(GFP_KERNEL_ACCOUNT); in handle_encls_ecreate()
/Linux-v5.15/tools/testing/selftests/sgx/
Dmain.h26 struct sgx_secs secs;
Dload.c77 struct sgx_secs *secs = &encl->secs; in encl_ioc_create()
/Linux-v5.15/arch/x86/include/asm/
Dsgx.h128 struct sgx_secs { struct
/Linux-v5.15/arch/x86/kernel/cpu/sgx/
Dioctl.c57 static int sgx_encl_create(struct sgx_encl *encl, struct sgx_secs *secs) in sgx_encl_create()