Searched defs:pgoff_to_pte (Results 26 - 29 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_64.h308 static inline pte_t pgoff_to_pte(unsigned long off) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dpgtable.h1120 #define pgoff_to_pte(__off) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h490 #define pgoff_to_pte(off) __pte((off) << 2 | _PAGE_FILE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpgtable.h484 #define pgoff_to_pte(off) ((pte_t) { ((off) << 2) | _PAGE_FILE }) macro

Completed in 91 milliseconds

12