Searched refs:ia32_do_mmap (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dbinfmt_elf32.c268 return ia32_do_mmap(filep, (addr & IA32_PAGE_MASK), eppnt->p_filesz + pgoff, prot, type,
H A Dia32priv.h507 extern unsigned long ia32_do_mmap (struct file *, unsigned long, unsigned long, int, int, loff_t);
H A Dsys_ia32.c873 ia32_do_mmap (struct file *file, unsigned long addr, unsigned long len, int prot, int flags, function
876 DBG("ia32_do_mmap(file=%p,addr=0x%lx,len=0x%lx,prot=%x,flags=%x,offset=0x%llx)\n",
912 DBG("ia32_do_mmap: returning 0x%lx\n", addr);
953 addr = ia32_do_mmap(file, a.addr, a.len, a.prot, flags, a.offset);
974 retval = ia32_do_mmap(file, addr, len, prot, flags,

Completed in 59 milliseconds