/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable-types.h | 50 #define __pud(x) ((pud_t) { (x) } ) macro 76 #define __pud(x) (x) macro
|
D | pgalloc.h | 47 set_pud(pud, __pud(__pa(pmd) | PMD_TYPE_TABLE)); in pud_populate()
|
D | pgtable.h | 458 set_pud(pudp, __pud(0)); in pud_clear()
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable-3level.h | 60 set_pud(pud, __pud(_PAGE_TABLE + __pa(pmd))) 86 set_pud(pud, __pud(_PAGE_NEWPAGE)); in pud_clear()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | page_64.h | 74 #define __pud(x) ((pud_t) { (x) } ) macro 97 #define __pud(x) (x) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | page.h | 311 #define __pud(x) ((pud_t) { (x) }) macro 350 #define __pud(x) (x) macro
|
D | pgtable-ppc64.h | 177 return __pud(pte_val(pte)); in pte_pud()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgtable-3level.h | 47 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0)
|
/linux-4.4.14/arch/sh/mm/ |
D | pgtable.c | 45 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
/linux-4.4.14/include/asm-generic/ |
D | pgtable-nopud.h | 44 #define __pud(x) ((pud_t) { __pgd(x) } ) macro
|
D | pgtable-nopmd.h | 49 #define __pmd(x) ((pmd_t) { __pud(x) } )
|
/linux-4.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 356 #define walk_pud_level(m,s,a,p) walk_pmd_level(m,s,__pud(pgd_val(a)),p) 357 #define pgd_large(a) pud_large(__pud(pgd_val(a))) 358 #define pgd_none(a) pud_none(__pud(pgd_val(a)))
|
D | kasan_init_64.c | 82 kasan_zero_pud[i] = __pud(pud_val); in kasan_early_init()
|
D | init_64.c | 92 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE)); in ident_pud_init() 346 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE | in __init_extra_mapping() 539 set_pud(pud, __pud(0)); in phys_pud_init()
|
D | pgtable.c | 177 set_pud(pudp, __pud(__pa(pmd) | _PAGE_PRESENT)); in pud_populate()
|
D | pageattr.c | 901 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE)); in alloc_pmd_page() 1051 set_pud(pud, __pud(cpa->pfn | _PAGE_PSE | in populate_pud()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | page.h | 38 #define __pud(x) ((pud_t) { (x) } ) macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgalloc.h | 38 set_pud(pud, __pud((unsigned long)pmd)); in pud_populate()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | page.h | 88 #define __pud(x) ((pud_t) { (x) } ) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgalloc.h | 43 set_pud(pud, __pud(__pa(pmd) | PMD_TYPE_TABLE)); in pud_populate()
|
D | pgtable-3level.h | 153 *pudp = __pud(0); \
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable-3level.h | 126 set_pud(pudp, __pud(0)); in pud_clear()
|
D | pgalloc.h | 115 set_pud(pud, __pud(_PAGE_TABLE | __pa(pmd))); in pud_populate()
|
D | paravirt.h | 565 static inline pud_t __pud(pudval_t val) in __pud() function 612 set_pud(pudp, __pud(0)); in pud_clear()
|
D | pgtable.h | 81 #define __pud(x) native_make_pud(x) macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | espfix_64.c | 176 pud = __pud(__pa(pmd_p) | (PGTABLE_PROT & ptemask)); in init_espfix_ap()
|
D | machine_kexec_64.c | 68 set_pud(pud, __pud(__pa(pmd) | _KERNPG_TABLE)); in init_transition_pgtable()
|
/linux-4.4.14/arch/um/kernel/ |
D | mem.c | 81 set_pud(pud, __pud(_KERNPG_TABLE + (unsigned long) __pa(pmd_table))); in one_md_table_init()
|
/linux-4.4.14/arch/arm64/mm/ |
D | mmu.c | 218 set_pud(pud, __pud(phys | in alloc_init_pud()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 1197 set_pud(pud, __pud(0)); in xen_cleanmfnmap() 2158 set_pud(pud + idx_pmd, __pud(_PAGE_TABLE | pmd_phys)); in xen_relocate_p2m()
|