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
455 typeof_member(struct proc_ops, proc_get_unmapped_area) get_area; in pde_get_unmapped_area()457 get_area = pde->proc_ops->proc_get_unmapped_area; in pde_get_unmapped_area()
327 .proc_get_unmapped_area = get_pci_unmapped_area,