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