/linux-3.4.99/arch/mips/include/asm/ |
D | pgtable-32.h | 156 #define pte_to_pgoff(_pte) ((((_pte).pte >> 1 ) & 0x07) | \ macro 186 #define pte_to_pgoff(_pte) ((_pte).pte_high >> 2) macro 195 #define pte_to_pgoff(_pte) ((((_pte).pte >> 1) & 0x7) | \ macro
|
D | pgtable-64.h | 287 #define pte_to_pgoff(_pte) ((_pte).pte >> 8) macro
|
/linux-3.4.99/arch/um/include/asm/ |
D | pgtable-3level.h | 123 #define pte_to_pgoff(p) ((p).pte >> 32) macro 129 #define pte_to_pgoff(pte) ((pte).pte_high) macro
|
D | pgtable-2level.h | 49 #define pte_to_pgoff(pte) (pte_val(pte) >> 5) macro
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pgtable_32.h | 356 BTFIXUPDEF_CALL(unsigned long, pte_to_pgoff, pte_t pte); 359 #define pte_to_pgoff(pte) BTFIXUP_CALL(pte_to_pgoff)(pte) macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgtable-2level.h | 74 #define pte_to_pgoff(pte) (((pte_val(pte) >> 2) & 0x7f) | (((pte_val(pte) >> 10)) << 7)) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable-2level.h | 74 #define pte_to_pgoff(pte) \ macro
|
D | pgtable-3level.h | 183 #define pte_to_pgoff(pte) ((pte).pte_high) macro
|
D | pgtable_64.h | 134 #define pte_to_pgoff(pte) ((pte_val((pte)) & PHYSICAL_PAGE_MASK) >> PAGE_SHIFT) macro
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgtable_32.h | 477 #define pte_to_pgoff(pte) ((pte).pte_high) macro 493 #define pte_to_pgoff(pte) (pte_val(pte) >> 1) macro
|
D | pgtable_64.h | 312 #define pte_to_pgoff(pte) (pte_val(pte)) macro
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgtable-ppc32.h | 328 #define pte_to_pgoff(pte) (pte_val(pte) >> 3) macro
|
D | pgtable-ppc64.h | 350 #define pte_to_pgoff(pte) (pte_val(pte) >> PTE_RPN_SHIFT) macro
|
/linux-3.4.99/mm/ |
D | mincore.c | 127 pgoff = pte_to_pgoff(pte); in mincore_pte_range()
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgtable.h | 296 #define pte_to_pgoff(x) (pte_val(x) >> 6) macro
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 205 static inline unsigned long pte_to_pgoff(pte_t pte) in pte_to_pgoff() function
|
D | motorola_pgtable.h | 271 static inline unsigned long pte_to_pgoff(pte_t pte) in pte_to_pgoff() function
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | pgtable.h | 295 #define pte_to_pgoff(x) (pte_val(x) >> 4) macro
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgtable.h | 355 #define pte_to_pgoff(pte) (((pte_val(pte) >> 1) & 0x1ff) \ macro
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgtable.h | 98 #define pte_to_pgoff(_pte) \ macro
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | pgtable.h | 508 #define pte_to_pgoff(pte) \ macro
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | pgtable.h | 357 #define pte_to_pgoff(pte) (pte_val(pte) >> 4) macro
|
/linux-3.4.99/arch/tile/include/asm/ |
D | pgtable.h | 288 #define pte_to_pgoff(pte) ((pte).val >> 32) macro
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgtable.h | 298 #define pte_to_pgoff(x) (pte_val(x) >> 3) macro
|
/linux-3.4.99/arch/openrisc/include/asm/ |
D | pgtable.h | 444 #define pte_to_pgoff(x) (pte_val(x) >> 6) macro
|