/Linux-v5.4/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)))
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgalloc.h | 23 #define pmd_pgtable(pmd) pmd_page(pmd) 75 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/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-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 348 #define pmd_page(pmd) \ macro 353 #define pmd_page(pmd) \ macro 371 ((pte_t *)(kmap_atomic(pmd_page(*(dir))) + \
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 274 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro 275 #define pmd_pgtable(pmd) pmd_page(pmd) 420 ((pte_t *)page_address(pmd_page(*(dir))) + __pte_offset(address))
|
/Linux-v5.4/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 | 502 phys_pmd_init(pmd_t *pmd_page, unsigned long paddr, unsigned long paddr_end, in phys_pmd_init() argument 511 pmd_t *pmd = pmd_page + pmd_index(paddr); in phys_pmd_init() 915 free_pagetable(pmd_page(*pmd), 0); in free_pte_table() 1048 free_hugepage_table(pmd_page(*pmd), in remove_pmd_table() 1059 page_addr = page_address(pmd_page(*pmd)); in remove_pmd_table() 1062 free_hugepage_table(pmd_page(*pmd), in remove_pmd_table() 1579 get_page_bootmem(section_nr, pmd_page(*pmd), in register_page_bootmem_memmap() 1595 page = pmd_page(*pmd); in register_page_bootmem_memmap()
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgalloc.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd)
|
D | pgtable.h | 250 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT)) macro 254 ((pte_t *) page_address(pmd_page(*dir)) + \
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgalloc.h | 22 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgalloc.h | 21 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgalloc.h | 28 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 37 #define pmd_pgtable(pmd) pmd_page(pmd)
|
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))
|
/Linux-v5.4/arch/nds32/mm/ |
D | fault.c | 385 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-v5.4/arch/nds32/include/asm/ |
D | pgalloc.h | 21 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/include/asm-generic/ |
D | pgtable-nopmd.h | 52 #define pud_page(pud) (pmd_page((pmd_t){ pud }))
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgalloc.h | 42 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgalloc.h | 85 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | pgalloc.h | 102 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgalloc.h | 26 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgalloc.h | 40 #define pmd_pgtable(pmd) pmd_page(pmd)
|
/Linux-v5.4/arch/powerpc/mm/ |
D | pgtable_64.c | 127 struct page *pmd_page(pmd_t pmd) in pmd_page() function
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgalloc.h | 79 #define pmd_pgtable(pmd) pmd_page(pmd)
|