Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
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-v6.6/drivers/dax/
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()
/Linux-v6.6/drivers/dma/idxd/
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()