Home
last modified time | relevance | path

Searched refs:pmd_page (Results 1 – 25 of 80) sorted by relevance

1234

/Linux-v5.4/arch/x86/include/asm/
Dpgtable_32.h50 ((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/
Dpgalloc.h23 #define pmd_pgtable(pmd) pmd_page(pmd)
75 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/sparc/mm/
Dtlb.c183 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/
Dpgtable.h348 #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/
Dpgtable.h274 #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/
Dident_map.c7 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()
Dinit_64.c502 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/
Dpgalloc.h28 #define pmd_pgtable(pmd) pmd_page(pmd)
Dpgtable.h250 #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/
Dpgalloc.h22 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/alpha/include/asm/
Dpgalloc.h21 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/sh/include/asm/
Dpgalloc.h28 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/m68k/include/asm/
Dsun3_pgalloc.h37 #define pmd_pgtable(pmd) pmd_page(pmd)
Dsun3_pgtable.h135 #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/
Dfault.c385 BUG_ON(pmd_page(*pmd) != pmd_page(*pmd_k)); in do_page_fault()
Dmm-nds32.c58 pte = pmd_page(*pmd); in pgd_free()
/Linux-v5.4/arch/nds32/include/asm/
Dpgalloc.h21 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/include/asm-generic/
Dpgtable-nopmd.h52 #define pud_page(pud) (pmd_page((pmd_t){ pud }))
/Linux-v5.4/arch/microblaze/include/asm/
Dpgalloc.h42 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/unicore32/include/asm/
Dpgalloc.h85 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/openrisc/include/asm/
Dpgalloc.h102 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/csky/include/asm/
Dpgalloc.h26 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/riscv/include/asm/
Dpgalloc.h40 #define pmd_pgtable(pmd) pmd_page(pmd)
/Linux-v5.4/arch/powerpc/mm/
Dpgtable_64.c127 struct page *pmd_page(pmd_t pmd) in pmd_page() function
/Linux-v5.4/arch/ia64/include/asm/
Dpgalloc.h79 #define pmd_pgtable(pmd) pmd_page(pmd)

1234