Searched refs:pmd_page (Results 1 – 25 of 74) sorted by relevance
123
/arch/x86/include/asm/ |
D | pgtable_32.h | 50 ((pte_t *)kmap_atomic(pmd_page(*(dir))) + \ 55 ((pte_t *)page_address(pmd_page(*(dir))) + pte_index((address)))
|
/arch/xtensa/include/asm/ |
D | pgalloc.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd) 82 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/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 | pgtable-ppc32.h | 287 #define pmd_page(pmd) \ macro 292 #define pmd_page(pmd) \ macro 309 ((pte_t *) kmap_atomic(pmd_page(*(dir))) + pte_index(addr))
|
/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)
|
/arch/mn10300/include/asm/ |
D | pgalloc.h | 30 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/frv/include/asm/ |
D | pgalloc.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd)
|
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))
|
/arch/um/include/asm/ |
D | pgalloc.h | 20 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/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))
|
/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))
|
/arch/x86/mm/ |
D | init_64.c | 60 static void ident_pmd_init(unsigned long pmd_flag, pmd_t *pmd_page, in ident_pmd_init() argument 65 pmd_t *pmd = pmd_page + pmd_index(addr); in ident_pmd_init() 459 phys_pmd_init(pmd_t *pmd_page, unsigned long address, unsigned long end, in phys_pmd_init() argument 468 pmd_t *pmd = pmd_page + pmd_index(address); in phys_pmd_init() 757 free_pagetable(pmd_page(*pmd), 0); in free_pte_table() 894 free_pagetable(pmd_page(*pmd), in remove_pmd_table() 905 page_addr = page_address(pmd_page(*pmd)); in remove_pmd_table() 908 free_pagetable(pmd_page(*pmd), in remove_pmd_table() 1401 get_page_bootmem(section_nr, pmd_page(*pmd), in register_page_bootmem_memmap() 1417 page = pmd_page(*pmd); in register_page_bootmem_memmap()
|
/arch/metag/include/asm/ |
D | pgalloc.h | 13 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/openrisc/include/asm/ |
D | pgalloc.h | 104 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 18 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/sh/include/asm/ |
D | pgalloc.h | 29 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 55 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 30 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/score/include/asm/ |
D | pgalloc.h | 18 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/unicore32/include/asm/ |
D | pgalloc.h | 110 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 75 #define pmd_pgtable(pmd) pmd_page(pmd)
|
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 | mcf_pgalloc.h | 41 #define pmd_pgtable(pmd) pmd_page(pmd)
|
123