Searched refs:proc_get_unmapped_area (Results 1 – 3 of 3) sorted by relevance
442 if (pde->proc_ops->proc_get_unmapped_area) in pde_get_unmapped_area()443 return pde->proc_ops->proc_get_unmapped_area(file, orig_addr, len, pgoff, flags); in pde_get_unmapped_area()
44 …unsigned long (*proc_get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long… member
332 .proc_get_unmapped_area = get_pci_unmapped_area,