Home
last modified time | relevance | path

Searched refs:PMD_TYPE_TABLE (Results 1 – 18 of 18) sorted by relevance

/arch/arm/include/asm/
Dpgalloc.h25 #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()
Dpgtable-3level-hwdef.h31 #define PMD_TYPE_TABLE (_AT(pmdval_t, 3) << 0) macro
Dpgtable-2level-hwdef.h21 #define PMD_TYPE_TABLE (_AT(pmdval_t, 1) << 0) macro
Dpgtable-3level.h145 PMD_TYPE_TABLE)
/arch/arm64/include/asm/
Dpgalloc.h52 __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()
Dkvm_mmu.h317 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()
Dpgtable-hwdef.h128 #define PMD_TYPE_TABLE (_AT(pmdval_t, 3) << 0) macro
Dpgtable.h372 PMD_TYPE_TABLE)
/arch/unicore32/include/asm/
Dpgalloc.h22 #define _PAGE_USER_TABLE (PMD_TYPE_TABLE | PMD_PRESENT)
23 #define _PAGE_KERNEL_TABLE (PMD_TYPE_TABLE | PMD_PRESENT)
Dpgtable-hwdef.h22 #define PMD_TYPE_TABLE (0 << 0) macro
Dpgtable.h211 != (PMD_PRESENT | PMD_TYPE_TABLE)))
/arch/arm/mm/
Dmmu.c255 .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 …]
Dioremap.c168 if ((pmd_val(pmd) & PMD_TYPE_MASK) == PMD_TYPE_TABLE) in unmap_area_sections()
/arch/unicore32/mm/
Dmmu.c94 .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,
Dioremap.c90 if ((pmd_val(pmd) & PMD_TYPE_MASK) == PMD_TYPE_TABLE) in unmap_area_sections()
/arch/arm64/mm/
Dkasan_init.c45 __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()
Dmmu.c163 __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/
Dhead.S166 orr \tmp2, \tmp2, #PMD_TYPE_TABLE // address of next table and entry type