/linux-3.3/arch/mips/include/asm/ |
D | pgtable-32.h | 160 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x07) << 1 ) | \ macro 187 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 }) macro 199 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | \ macro
|
D | pgtable-64.h | 288 #define pgoff_to_pte(off) ((pte_t) { ((off) << 8) | _PAGE_FILE }) macro
|
/linux-3.3/arch/um/include/asm/ |
D | pgtable-3level.h | 125 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE }) macro 131 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro
|
D | pgtable-2level.h | 51 #define pgoff_to_pte(off) ((pte_t) { ((off) << 5) + _PAGE_FILE }) macro
|
/linux-3.3/arch/x86/include/asm/ |
D | pgtable-2level.h | 82 #define pgoff_to_pte(off) \ macro
|
D | pgtable-3level.h | 130 #define pgoff_to_pte(off) \ macro
|
D | pgtable_64.h | 135 #define pgoff_to_pte(off) ((pte_t) { .pte = ((off) << PAGE_SHIFT) | \ macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | pgtable-2level.h | 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7f) << 2) | (((off) >> 7) << 10) | _PAGE_FILE }) macro
|
/linux-3.3/arch/sh/include/asm/ |
D | pgtable_32.h | 478 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) macro 494 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE }) macro
|
D | pgtable_64.h | 313 #define pgoff_to_pte(off) ((pte_t) { (off) | _PAGE_FILE }) macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 329 #define pgoff_to_pte(off) ((pte_t) { ((off) << 3) | _PAGE_FILE }) macro
|
D | pgtable-ppc64.h | 351 #define pgoff_to_pte(off) ((pte_t) {((off) << PTE_RPN_SHIFT)|_PAGE_FILE}) macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 210 static inline pte_t pgoff_to_pte(unsigned off) in pgoff_to_pte() function
|
D | motorola_pgtable.h | 276 static inline pte_t pgoff_to_pte(unsigned off) in pgoff_to_pte() function
|
D | mcf_pgtable.h | 402 static inline pte_t pgoff_to_pte(unsigned pgoff) in pgoff_to_pte() function
|
/linux-3.3/arch/cris/include/asm/ |
D | pgtable.h | 297 #define pgoff_to_pte(x) __pte(((x) << 6) | _PAGE_FILE) macro
|
/linux-3.3/arch/unicore32/include/asm/ |
D | pgtable.h | 296 #define pgoff_to_pte(x) __pte(((x) << 4) | PTE_FILE) macro
|
/linux-3.3/arch/score/include/asm/ |
D | pgtable.h | 100 #define pgoff_to_pte(off) \ macro
|
/linux-3.3/arch/arm/include/asm/ |
D | pgtable.h | 288 #define pgoff_to_pte(x) __pte(((x) << 3) | L_PTE_FILE) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | pgtable.h | 511 #define pgoff_to_pte(off) \ macro
|
/linux-3.3/arch/tile/include/asm/ |
D | pgtable.h | 290 #define pgoff_to_pte(off) ((pte_t) { (((long long)(off)) << 32) | _PAGE_FILE }) macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | pgtable.h | 357 #define pgoff_to_pte(off) ((pte_t) { ((((off) & 0x1ff) << 1) \ macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | pgtable.h | 358 #define pgoff_to_pte(off) \ macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | pgtable.h | 348 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE }) macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | pgtable.h | 445 #define pgoff_to_pte(x) __pte(((x) << 6) | _PAGE_FILE) macro
|