/linux-3.4.99/arch/x86/xen/ |
D | grant-table.c | 47 static int map_pte_fn(pte_t *pte, struct page *pmd_page, in map_pte_fn() argument 61 static int map_pte_fn_status(pte_t *pte, struct page *pmd_page, in map_pte_fn_status() argument 71 static int unmap_pte_fn(pte_t *pte, struct page *pmd_page, in unmap_pte_fn() argument
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable_32.h | 53 ((pte_t *)kmap_atomic(pmd_page(*(dir))) + \ 58 ((pte_t *)page_address(pmd_page(*(dir))) + pte_index((address)))
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd) 34 #define pmd_pgtable(pmd) pmd_page(pmd)
|
D | pgalloc-64.h | 73 #define pmd_pgtable(pmd) pmd_page(pmd) 88 #define pmd_pgtable(pmd) pmd_page(pmd)
|
D | pgtable-ppc32.h | 289 #define pmd_page(pmd) \ macro 294 #define pmd_page(pmd) \ macro 311 ((pte_t *) kmap_atomic(pmd_page(*(dir))) + pte_index(addr))
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | pgalloc.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd) 71 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | pgtable.h | 295 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro 296 #define pmd_pgtable(pmd) pmd_page(pmd) 441 ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(address))
|
/linux-3.4.99/arch/frv/include/asm/ |
D | pgtable.h | 248 #define pud_page(pud) (pmd_page((pmd_t){ pud })) 369 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro 454 ((pte_t *)kmap_atomic(pmd_page(*(dir))) + pte_index(address)) 458 ((pte_t *)page_address(pmd_page(*(dir))) + pte_index(address))
|
D | pgalloc.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | mmzone.h | 18 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro
|
D | pgalloc.h | 16 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | pgalloc.h | 30 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/um/include/asm/ |
D | pgalloc.h | 20 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/include/asm-generic/ |
D | pgtable-nopmd.h | 51 #define pud_page(pud) (pmd_page((pmd_t){ pud }))
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgalloc.h | 9 #define pmd_pgtable(pmd) pmd_page(pmd)
|
D | pgtable.h | 229 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro 250 ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(address))
|
/linux-3.4.99/arch/openrisc/include/asm/ |
D | pgalloc.h | 98 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/sh/mm/ |
D | fault_32.c | 72 BUG_ON(pmd_page(*pmd) != pmd_page(*pmd_k)); in vmalloc_sync_one()
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 136 #define pmd_page(pmd) virt_to_page(__pmd_page(pmd)) macro 220 #define pte_offset_map(pmd, address) ((pte_t *)page_address(pmd_page(*pmd)) + pte_index(address))
|
D | sun3_pgalloc.h | 76 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgalloc.h | 29 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgalloc.h | 18 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | pgalloc.h | 18 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgalloc.h | 30 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | pgalloc.h | 108 #define pmd_pgtable(pmd) pmd_page(pmd)
|