Searched refs:check_vma (Results 1 – 2 of 2) sorted by relevance
| /drivers/dax/ |
| A D | device.c | 16 static int check_vma(struct dev_dax *dev_dax, struct vm_area_struct *vma, in check_vma() function 109 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pte_fault() 145 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pmd_fault() 191 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pud_fault() 300 rc = check_vma(dev_dax, vma, __func__); in dax_mmap()
|
| /drivers/dma/idxd/ |
| A D | cdev.c | 373 static int check_vma(struct idxd_wq *wq, struct vm_area_struct *vma, in check_vma() function 415 rc = check_vma(wq, vma, __func__); in idxd_cdev_mmap()
|
Completed in 7 milliseconds