Home
last modified time | relevance | path

Searched refs:sgx_vm_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dencl.h87 extern const struct vm_operations_struct sgx_vm_ops;
95 if (!result || result->vm_ops != &sgx_vm_ops) in sgx_encl_find()
Ddriver.c97 vma->vm_ops = &sgx_vm_ops; in sgx_mmap()
Dencl.c666 const struct vm_operations_struct sgx_vm_ops = { variable