Searched refs:sgx_vm_ops (Results 1 – 3 of 3) sorted by relevance
87 extern const struct vm_operations_struct sgx_vm_ops;95 if (!result || result->vm_ops != &sgx_vm_ops) in sgx_encl_find()
97 vma->vm_ops = &sgx_vm_ops; in sgx_mmap()
666 const struct vm_operations_struct sgx_vm_ops = { variable