/linux-2.4.37.9/include/asm-mips/ |
D | pgtable.h | 149 static inline unsigned long pmd_page(pmd_t pmd) in pmd_page() function 178 return ((pmd_page(pmd) > (unsigned long) high_memory) || in pmd_bad() 179 (pmd_page(pmd) < PAGE_OFFSET)); in pmd_bad() 253 return (pte_t *) (pmd_page(*dir)) + in pte_offset()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgtable.h | 196 BTFIXUPDEF_CALL_CONST(unsigned long, pmd_page, pmd_t) in BTFIXUPDEF_CALL_CONST() argument 199 #define pmd_page(pmd) BTFIXUP_CALL(pmd_page)(pmd) in BTFIXUPDEF_CALL_CONST() macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | pgtable.h | 440 #define pmd_page(pmd) \ macro 458 ((pte_t *) (pmd_page(*pmd) + ((address>>10) & ((PTRS_PER_PTE-1)<<2))))
|
/linux-2.4.37.9/include/asm-sh/ |
D | pgtable.h | 260 #define pmd_page(pmd) \ macro 274 #define pte_offset(dir, address) ((pte_t *) pmd_page(*(dir)) + \
|
/linux-2.4.37.9/include/asm-i386/ |
D | pgtable.h | 323 #define pmd_page(pmd) \ macro 342 #define pte_offset(dir, address) ((pte_t *) pmd_page(*(dir)) + \
|
/linux-2.4.37.9/include/asm-cris/ |
D | pgtable.h | 461 extern inline unsigned long pmd_page(pmd_t pmd) in pmd_page() function 488 return (pte_t *) pmd_page(*dir) + ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)); in pte_offset()
|
/linux-2.4.37.9/include/asm-arm/proc-armo/ |
D | pgtable.h | 46 static inline unsigned long pmd_page(pmd_t pmd) in pmd_page() function
|
/linux-2.4.37.9/include/asm-arm/proc-armv/ |
D | pgtable.h | 67 static inline unsigned long pmd_page(pmd_t pmd) in pmd_page() function
|
/linux-2.4.37.9/include/asm-s390x/ |
D | pgtable.h | 497 #define pmd_page(pmd) \ macro 516 ((pte_t *) pmd_page(*(dir)) + (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)))
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgtable.h | 233 #define pmd_page(pmd) \ macro 284 #define pte_offset(dir, address) ((pte_t *) pmd_page(*(dir)) + \
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pgtable.h | 251 extern inline unsigned long pmd_page(pmd_t pmd) in pmd_page() function 311 return (pte_t *) pmd_page(*dir) + ((address >> PAGE_SHIFT) & (PTRS_PER_PAGE - 1)); in pte_offset()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pgtable.h | 208 #define pmd_page(pmd) (__bpn_to_ba(pmd_val(pmd))) macro 230 ((pte_t *) pmd_page(*(dir)) + (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)))
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pgtable.h | 235 #define pmd_page(pmd) ((unsigned long) __va(pmd_val(pmd) & _PFN_MASK)) macro 333 ((pte_t *) pmd_page(*(dir)) + (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)))
|
/linux-2.4.37.9/include/asm-parisc/ |
D | pgtable.h | 323 #define pmd_page(pmd) ((unsigned long) __va(pmd_val(pmd) & PAGE_MASK)) macro 345 ((pte_t *) pmd_page(*(pmd)) + (((address)>>PAGE_SHIFT) & (PTRS_PER_PTE-1)))
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pgtable.h | 184 static inline unsigned long pmd_page(pmd_t pmd) in pmd_page() function 459 return (pte_t *) (pmd_page(*dir)) + in pte_offset()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pgtable.h | 592 #define pmd_page(pmd) (pmd_val(pmd) & PAGE_MASK) macro 610 return (pte_t *) pmd_page(*dir) + ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)); in pte_offset()
|
/linux-2.4.37.9/include/asm-arm/ |
D | pgtable.h | 135 #define pte_offset(dir, addr) ((pte_t *)pmd_page(*(dir)) + __pte_offset(addr))
|
/linux-2.4.37.9/include/asm-sh64/ |
D | pgtable.h | 261 #define pmd_page(pmd_entry) ((unsigned long) (pmd_val(pmd_entry) & PAGE_MASK)) macro
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | init.c | 322 ptep = (pte_t *)pmd_page(*pmdp) + ((promva >> 13) & 0x3ff); in prom_virt_to_phys() 399 ptep = (pte_t *)pmd_page(*pmdp) + in inherit_prom_mappings()
|
/linux-2.4.37.9/arch/cris/ |
D | README.mm | 199 return (pte_t *) pmd_page(*dir) + ((address >> PAGE_SHIFT) &
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | sun4c.c | 2127 BTFIXUPSET_CALL(pmd_page, sun4c_pmd_page, BTFIXUPCALL_ANDNINT(PAGE_SIZE - 1)); in ld_mmu_sun4c() 2129 BTFIXUPSET_CALL(pmd_page, sun4c_pmd_page, BTFIXUPCALL_NORM); in ld_mmu_sun4c()
|
D | srmmu.c | 2064 BTFIXUPSET_CALL(pmd_page, srmmu_pmd_page, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
|