Home
last modified time | relevance | path

Searched defs:sgx_enclave_modify_types (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsgx.h114 struct sgx_enclave_modify_types { struct
115 __u64 offset;
116 __u64 length;
117 __u64 page_type;
118 __u64 result;
119 __u64 count;
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c890 static long sgx_enclave_modify_types(struct sgx_encl *encl, in sgx_enclave_modify_types() function