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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable-2level.h51 #define pgoff_to_pte(off) ((pte_t) { ((off) << 5) + _PAGE_FILE }) macro
H A Dpgtable-3level.h125 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE }) macro
131 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable-2level.h73 #define pgoff_to_pte(off) \ macro
H A Dpgtable-3level.h112 #define pgoff_to_pte(off) \ macro
H A Dpgtable_64.h120 #define pgoff_to_pte(off) ((pte_t) { .pte = ((off) << PAGE_SHIFT) | \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable-2level.h75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7f) << 2) | (((off) >> 7) << 10) | _PAGE_FILE }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable-32.h179 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x07) << 1 ) | \ macro
206 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 }) macro
218 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | \ macro
H A Dpgtable-64.h290 #define pgoff_to_pte(off) ((pte_t) { ((off) << 8) | _PAGE_FILE }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h333 #define pgoff_to_pte(off) ((pte_t) { ((off) << 3) | _PAGE_FILE }) macro
H A Dpgtable-ppc64.h354 #define pgoff_to_pte(off) ((pte_t) {((off) << PTE_RPN_SHIFT)|_PAGE_FILE}) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dpgtable.h299 #define pgoff_to_pte(x) __pte(((x) << 6) | _PAGE_FILE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h451 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro
467 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE }) macro
H A Dpgtable_64.h314 #define pgoff_to_pte(off) ((pte_t) { (off) | _PAGE_FILE }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpgtable.h103 #define pgoff_to_pte(off) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsun3_pgtable.h210 static inline pte_t pgoff_to_pte(unsigned off) function
H A Dmotorola_pgtable.h277 static inline pte_t pgoff_to_pte(unsigned off) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_32.h361 #define pgoff_to_pte(off) BTFIXUP_CALL(pgoff_to_pte)(off) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgtable.h282 #define pgoff_to_pte(off) ((pte_t) { (((long long)(off)) << 32) | _PAGE_FILE }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dpgtable.h361 #define pgoff_to_pte(off) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h510 #define pgoff_to_pte(off) ((pte_t) { ((off) << 3) | _PAGE_FILE }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable.h349 #define pgoff_to_pte(off) ((pte_t) { ((((off) & 0x1ff) << 1) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dpgtable.h350 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpgtable.h439 #define pgoff_to_pte(x) __pte(((x) << 3) | L_PTE_FILE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h333 #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/parisc/include/asm/
H A Dpgtable.h148 #define pgoff_to_pte(off) ((pte_t) { ((off) << PTE_SHIFT) | _PAGE_FILE }) macro

Completed in 105 milliseconds

12