Home
last modified time | relevance | path

Searched refs:check_vma (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dfind_vma.c23 static long check_vma(struct task_struct *task, struct vm_area_struct *vma, in check_vma() function
46 find_addr_ret = bpf_find_vma(task, addr, check_vma, &data, 0); in handle_getpid()
49 find_zero_ret = bpf_find_vma(task, 0, check_vma, &data, 0); in handle_getpid()
62 find_addr_ret = bpf_find_vma(task, addr, check_vma, &data, 0); in handle_pe()
67 find_zero_ret = bpf_find_vma(task, 0, check_vma, &data, 0); in handle_pe()
/kernel/linux/linux-5.10/drivers/dax/
H A Ddevice.c17 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()
/kernel/linux/linux-6.6/drivers/dax/
H A Ddevice.c17 static int check_vma(struct dev_dax *dev_dax, struct vm_area_struct *vma, in check_vma() function
111 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pte_fault()
146 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()
299 rc = check_vma(dev_dax, vma, __func__); in dax_mmap()
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Dcdev.c125 static int check_vma(struct idxd_wq *wq, struct vm_area_struct *vma, in check_vma() function
152 rc = check_vma(wq, vma, __func__); in idxd_cdev_mmap()
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dcdev.c377 static int check_vma(struct idxd_wq *wq, struct vm_area_struct *vma, in check_vma() function
404 rc = check_vma(wq, vma, __func__); in idxd_cdev_mmap()

Completed in 4 milliseconds