Searched defs:sgx_encl (Results 1 – 1 of 1) sorted by relevance
50 struct sgx_encl { struct58 struct sgx_encl_page secs; argument59 unsigned long attributes;60 unsigned long attributes_mask;62 cpumask_t cpumask;63 struct file *backing;64 struct kref refcount;65 struct list_head va_pages;89 static inline int sgx_encl_find(struct mm_struct *mm, unsigned long addr, in sgx_encl_find() argument
Completed in 4 milliseconds