Searched refs:check_vma (Results 1 – 2 of 2) sorted by relevance
/drivers/dax/ |
D | device.c | 17 static int check_vma(struct dev_dax *dev_dax, struct vm_area_struct *vma, in check_vma() function 83 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pte_fault() 115 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pmd_fault() 157 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pud_fault() 296 rc = check_vma(dev_dax, vma, __func__); in dax_mmap()
|
/drivers/dma/idxd/ |
D | cdev.c | 174 static int check_vma(struct idxd_wq *wq, struct vm_area_struct *vma, in check_vma() function 201 rc = check_vma(wq, vma, __func__); in idxd_cdev_mmap()
|