Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/drivers/dax/
H A Ddevice.c17 static int check_vma(struct dev_dax *dev_dax, struct vm_area_struct *vma, in check_vma() function
110 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()
192 if (check_vma(dev_dax, vmf->vma, __func__)) in __dev_dax_pud_fault()
301 rc = check_vma(dev_dax, vma, __func__); in dax_mmap()
/linux-6.15/drivers/dma/idxd/
H A Dcdev.c371 static int check_vma(struct idxd_wq *wq, struct vm_area_struct *vma, in check_vma() function
413 rc = check_vma(wq, vma, __func__); in idxd_cdev_mmap()