Searched refs:mmap_subpage (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 291 mmap_subpage (struct file *file, unsigned long start, unsigned long end, int prot, int flags, in mmap_subpage() function 377 ret = mmap_subpage(file, start, min(PAGE_ALIGN(start), end), prot, flags, in emulate_mmap() 390 ret = mmap_subpage(file, max(start, PAGE_START(end)), end, prot, flags, in emulate_mmap()
|