Searched refs:proc_get_unmapped_area (Results 1 – 3 of 3) sorted by relevance
43 …unsigned long (*proc_get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long… member
465 typeof_member(struct proc_ops, proc_get_unmapped_area) get_area; in pde_get_unmapped_area()467 get_area = pde->proc_ops->proc_get_unmapped_area; in pde_get_unmapped_area()
322 .proc_get_unmapped_area = get_pci_unmapped_area,