Searched refs:pgoff (Results 76 - 86 of 86) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfutex.c229 key->shared.pgoff = (((address - vma->vm_start) >> PAGE_SHIFT)
242 key->shared.pgoff =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h326 unsigned long len, unsigned long pgoff,
375 unsigned long pgoff, unsigned long flags);
H A Dsyscalls.h272 unsigned long prot, unsigned long pgoff,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c1431 unsigned long addr, pgoff, *sp; local
1463 pgoff = (off1 << (32 - PAGE_SHIFT)) | (off2 >> PAGE_SHIFT);
1486 error = do_mmap_pgoff(file, addr, len, prot, flags, pgoff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmemory.c2486 pgoff_t pgoff; local
2501 pgoff = pte_to_pgoff(orig_pte);
2503 vma->vm_page_prot, pgoff, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dfile.c179 " pgoff=0x%lx\n", vma->vm_start, vma->vm_end,
201 unsigned long len, unsigned long pgoff,
210 pgoff, flags);
200 spufs_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c2021 static pte_t srmmu_pgoff_to_pte(unsigned long pgoff) argument
2023 return __pte((pgoff << SRMMU_PTE_FILE_SHIFT) | SRMMU_FILE);
H A Dsun4c.c1827 static pte_t sun4c_pgoff_to_pte(unsigned long pgoff) argument
1829 return __pte(pgoff | _SUN4C_PAGE_FILE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c962 unsigned int fd, unsigned int pgoff)
975 (unsigned long) pgoff << IA32_PAGE_SHIFT);
961 sys32_mmap2(unsigned int addr, unsigned int len, unsigned int prot, unsigned int flags, unsigned int fd, unsigned int pgoff) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c1255 unsigned long len, unsigned long pgoff,
1254 arch_get_unmapped_area(struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c632 pfm_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags, unsigned long exec) argument
634 return get_unmapped_area(file, addr, len, pgoff, flags);

Completed in 215 milliseconds

1234