Searched refs:do_mmap_pgoff (Results 1 - 22 of 22) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsys_x86_64.c59 error = do_mmap_pgoff(file, addr, len, prot, flags, off >> PAGE_SHIFT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dsys_cris.c63 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsyscall.c127 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
H A Dsysirix.c1586 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsys_parisc.c116 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dsyscalls.c206 ret = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsys_s390.c65 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsys_s390.c66 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
H A Dlinux32.c4196 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dsys_sh.c104 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dsys_arm.c78 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsys_i386.c59 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmm.h542 extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
554 ret = do_mmap_pgoff(file, addr, len, prot, flag, offset >> PAGE_SHIFT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmm.h542 extern unsigned long do_mmap_pgoff(struct file *file, unsigned long addr,
554 ret = do_mmap_pgoff(file, addr, len, prot, flag, offset >> PAGE_SHIFT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsys_sparc.c243 retval = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsys_ia64.c215 addr = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dsys_m68k.c63 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dksyms.c85 EXPORT_SYMBOL(do_mmap_pgoff); variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dmmap.c393 unsigned long do_mmap_pgoff(struct file * file, unsigned long addr, unsigned long len, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dlinux32.c199 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
312 av = (char **) do_mmap_pgoff(0, 0, len, PROT_READ | PROT_WRITE,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dsys_ia32.c271 retval = do_mmap_pgoff(file, a.addr, a.len, a.prot, a.flags, a.offset>>PAGE_SHIFT);
1956 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dsys_ia32.c3213 addr = do_mmap_pgoff(file, IA32_IOBASE,

Completed in 139 milliseconds