Home
last modified time | relevance | path

Searched refs:pmd_page (Results 1 – 25 of 74) 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.h28 #define pmd_pgtable(pmd) pmd_page(pmd)
82 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/powerpc/include/asm/
Dpgalloc-32.h28 #define pmd_pgtable(pmd) pmd_page(pmd)
34 #define pmd_pgtable(pmd) pmd_page(pmd)
Dpgtable-ppc32.h287 #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/
Dmmzone.h18 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro
Dpgalloc.h16 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/mn10300/include/asm/
Dpgalloc.h30 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/frv/include/asm/
Dpgalloc.h28 #define pmd_pgtable(pmd) pmd_page(pmd)
Dpgtable.h248 #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/
Dpgalloc.h20 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/hexagon/include/asm/
Dpgtable.h295 #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/
Dpgalloc.h9 #define pmd_pgtable(pmd) pmd_page(pmd)
Dpgtable.h229 #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/
Dinit_64.c60 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/
Dpgalloc.h13 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/openrisc/include/asm/
Dpgalloc.h104 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/alpha/include/asm/
Dpgalloc.h18 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/sh/include/asm/
Dpgalloc.h29 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/sparc/include/asm/
Dpgalloc_32.h55 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/avr32/include/asm/
Dpgalloc.h30 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/score/include/asm/
Dpgalloc.h18 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/unicore32/include/asm/
Dpgalloc.h110 #define pmd_pgtable(pmd) pmd_page(pmd)
/arch/m68k/include/asm/
Dsun3_pgalloc.h75 #define pmd_pgtable(pmd) pmd_page(pmd)
Dsun3_pgtable.h136 #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))
Dmcf_pgalloc.h41 #define pmd_pgtable(pmd) pmd_page(pmd)

123