Home
last modified time | relevance | path

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

123

/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)))
/arch/xtensa/include/asm/
Dpgalloc.h23 #define pmd_pgtable(pmd) pmd_page(pmd)
75 #define pmd_pgtable(pmd) pmd_page(pmd)
/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)) + \
/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()
/arch/um/include/asm/
Dpgalloc.h22 #define pmd_pgtable(pmd) pmd_page(pmd)
/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()
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h350 #define pmd_page(pmd) \ macro
355 #define pmd_page(pmd) \ macro
373 ((pte_t *)(kmap_atomic(pmd_page(*(dir))) + \
/arch/alpha/include/asm/
Dpgalloc.h21 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/sh/include/asm/
Dpgalloc.h29 #define pmd_pgtable(pmd) pmd_page(pmd)
/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))
/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))
/arch/nds32/include/asm/
Dpgalloc.h21 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/microblaze/include/asm/
Dpgalloc.h42 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/unicore32/include/asm/
Dpgalloc.h85 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/csky/include/asm/
Dpgalloc.h26 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/openrisc/include/asm/
Dpgalloc.h102 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/powerpc/mm/
Dpgtable_64.c127 struct page *pmd_page(pmd_t pmd) in pmd_page() function
/arch/nds32/mm/
Dmm-nds32.c58 pte = pmd_page(*pmd); in pgd_free()
Dfault.c385 BUG_ON(pmd_page(*pmd) != pmd_page(*pmd_k)); in do_page_fault()
/arch/ia64/include/asm/
Dpgalloc.h79 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/riscv/include/asm/
Dpgalloc.h40 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/sparc/include/asm/
Dpgalloc_32.h54 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/mips/include/asm/
Dpgalloc.h29 #define pmd_pgtable(pmd) pmd_page(pmd)

123