Home
last modified time | relevance | path

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

/Linux-v5.15/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.c377 const struct vm_operations_struct sgx_vm_ops = { variable