Searched refs:PMD_TYPE_TABLE (Results 1 – 18 of 18) sorted by relevance
/arch/arm/include/asm/ |
D | pgalloc.h | 25 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_BIT4 | PMD_DOMAIN(DOMAIN_USER)) 26 #define _PAGE_KERNEL_TABLE (PMD_TYPE_TABLE | PMD_BIT4 | PMD_DOMAIN(DOMAIN_KERNEL)) 43 set_pud(pud, __pud(__pa(pmd) | PMD_TYPE_TABLE)); in pud_populate()
|
D | pgtable-3level-hwdef.h | 31 #define PMD_TYPE_TABLE (_AT(pmdval_t, 3) << 0) macro
|
D | pgtable-2level-hwdef.h | 21 #define PMD_TYPE_TABLE (_AT(pmdval_t, 1) << 0) macro
|
D | pgtable-3level.h | 145 PMD_TYPE_TABLE)
|
/arch/arm64/include/asm/ |
D | pgalloc.h | 52 __pud_populate(pud, __pa(pmd), PMD_TYPE_TABLE); in pud_populate() 145 __pmd_populate(pmdp, __pa(ptep), PMD_TYPE_TABLE); in pmd_populate_kernel() 151 __pmd_populate(pmdp, page_to_phys(ptep), PMD_TYPE_TABLE); in pmd_populate()
|
D | kvm_mmu.h | 317 merged_hyp_pgd[0] = __pgd(__pa(hyp_pgd) | PMD_TYPE_TABLE); in __kvm_extend_hypmap() 327 merged_hyp_pgd[idmap_idx] = __pgd(__pa(boot_hyp_pgd) | PMD_TYPE_TABLE); in __kvm_extend_hypmap()
|
D | pgtable-hwdef.h | 128 #define PMD_TYPE_TABLE (_AT(pmdval_t, 3) << 0) macro
|
D | pgtable.h | 372 PMD_TYPE_TABLE)
|
/arch/unicore32/include/asm/ |
D | pgalloc.h | 22 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_PRESENT) 23 #define _PAGE_KERNEL_TABLE (PMD_TYPE_TABLE | PMD_PRESENT)
|
D | pgtable-hwdef.h | 22 #define PMD_TYPE_TABLE (0 << 0) macro
|
D | pgtable.h | 211 != (PMD_PRESENT | PMD_TYPE_TABLE)))
|
/arch/arm/mm/ |
D | mmu.c | 255 .prot_l1 = PMD_TYPE_TABLE, 261 .prot_l1 = PMD_TYPE_TABLE, 267 .prot_l1 = PMD_TYPE_TABLE, 273 .prot_l1 = PMD_TYPE_TABLE, 279 .prot_l1 = PMD_TYPE_TABLE, 296 .prot_l1 = PMD_TYPE_TABLE, 302 .prot_l1 = PMD_TYPE_TABLE, 307 .prot_l1 = PMD_TYPE_TABLE, 314 .prot_l1 = PMD_TYPE_TABLE, 325 .prot_l1 = PMD_TYPE_TABLE, [all …]
|
D | ioremap.c | 168 if ((pmd_val(pmd) & PMD_TYPE_MASK) == PMD_TYPE_TABLE) in unmap_area_sections()
|
/arch/unicore32/mm/ |
D | mmu.c | 94 .prot_l1 = PMD_TYPE_TABLE | PMD_PRESENT, 104 .prot_l1 = PMD_TYPE_TABLE | PMD_PRESENT, 111 .prot_l1 = PMD_TYPE_TABLE | PMD_PRESENT, 116 .prot_l1 = PMD_TYPE_TABLE | PMD_PRESENT,
|
D | ioremap.c | 90 if ((pmd_val(pmd) & PMD_TYPE_MASK) == PMD_TYPE_TABLE) in unmap_area_sections()
|
/arch/arm64/mm/ |
D | kasan_init.c | 45 __pmd_populate(pmd, __pa_symbol(kasan_zero_pte), PMD_TYPE_TABLE); in kasan_early_pte_populate() 63 __pud_populate(pud, __pa_symbol(kasan_zero_pmd), PMD_TYPE_TABLE); in kasan_early_pmd_populate()
|
D | mmu.c | 163 __pmd_populate(pmd, pte_phys, PMD_TYPE_TABLE); in alloc_init_cont_pte() 789 __pud_populate(pud, __pa_symbol(bm_pmd), PMD_TYPE_TABLE); in early_fixmap_init() 791 __pmd_populate(pmd, __pa_symbol(bm_pte), PMD_TYPE_TABLE); in early_fixmap_init()
|
/arch/arm64/kernel/ |
D | head.S | 166 orr \tmp2, \tmp2, #PMD_TYPE_TABLE // address of next table and entry type
|