/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable_32.h | 52 ((pte_t *)kmap_atomic(pmd_page(*(dir))) + \ 57 ((pte_t *)page_address(pmd_page(*(dir))) + pte_index((address)))
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgalloc.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd) 82 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 288 #define pmd_page(pmd) \ macro 293 #define pmd_page(pmd) \ macro 311 ((pte_t *) kmap_atomic(pmd_page(*(dir))) + pte_index(addr))
|
D | pgalloc.h | 68 #define pmd_pgtable(pmd) pmd_page(pmd) 83 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 67 #define pmd_pgtable(pmd) pmd_page(pmd) 82 #define pmd_pgtable(pmd) pmd_page(pmd)
|
D | pgtable.h | 258 #define pmd_page(pmd) \ macro 263 #define pmd_page(pmd) \ macro 280 ((pte_t *) kmap_atomic(pmd_page(*(dir))) + pte_index(addr))
|
/Linux-v4.19/arch/sparc/mm/ |
D | tlb.c | 183 if (is_huge_zero_page(pmd_page(pmd))) in __set_pmd_acct() 188 if (is_huge_zero_page(pmd_page(orig))) in __set_pmd_acct() 259 !is_huge_zero_page(pmd_page(entry))) in pmdp_invalidate()
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 287 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro 288 #define pmd_pgtable(pmd) pmd_page(pmd) 433 ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(address))
|
/Linux-v4.19/arch/x86/mm/ |
D | ident_map.c | 7 static void ident_pmd_init(struct x86_mapping_info *info, pmd_t *pmd_page, in ident_pmd_init() argument 12 pmd_t *pmd = pmd_page + pmd_index(addr); in ident_pmd_init()
|
D | init_64.c | 471 phys_pmd_init(pmd_t *pmd_page, unsigned long paddr, unsigned long paddr_end, in phys_pmd_init() argument 480 pmd_t *pmd = pmd_page + pmd_index(paddr); in phys_pmd_init() 855 free_pagetable(pmd_page(*pmd), 0); in free_pte_table() 988 free_hugepage_table(pmd_page(*pmd), in remove_pmd_table() 999 page_addr = page_address(pmd_page(*pmd)); in remove_pmd_table() 1002 free_hugepage_table(pmd_page(*pmd), in remove_pmd_table() 1526 get_page_bootmem(section_nr, pmd_page(*pmd), in register_page_bootmem_memmap() 1542 page = pmd_page(*pmd); in register_page_bootmem_memmap()
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgalloc.h | 20 #define pmd_pgtable(pmd) pmd_page(pmd)
|
D | pgtable.h | 111 #define pmd_page(pmd) phys_to_page(pmd_val(pmd) & PAGE_MASK) macro 333 ((pte_t *)page_address(pmd_page(*(dir))) + pte_index(address))
|
/Linux-v4.19/arch/nds32/mm/ |
D | fault.c | 380 BUG_ON(pmd_page(*pmd) != pmd_page(*pmd_k)); in do_page_fault()
|
D | mm-nds32.c | 58 pte = pmd_page(*pmd); in pgd_free()
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable-nopmd.h | 52 #define pud_page(pud) (pmd_page((pmd_t){ pud }))
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 135 #define pmd_page(pmd) virt_to_page(__pmd_page(pmd)) macro 206 #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-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 251 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT)) macro 255 ((pte_t *) page_address(pmd_page(*dir)) + \
|
D | pgalloc.h | 26 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgalloc.h | 18 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgalloc.h | 30 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgalloc.h | 19 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgalloc.h | 107 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgalloc.h | 110 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_32.h | 56 #define pmd_pgtable(pmd) pmd_page(pmd)
|