sgx_secs
pgoff_t epc_end_off = encl->size + sizeof(struct sgx_secs);
static int sgx_encl_create(struct sgx_encl *encl, struct sgx_secs *secs)
struct sgx_secs *contents = (struct sgx_secs *)pageinfo->contents;
struct sgx_secs *contents;
contents = (struct sgx_secs *)__get_free_page(GFP_KERNEL);
struct sgx_secs *secs = &encl->secs;
struct sgx_secs secs;