Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Dmmu.c935 pgprot_t sect_prot = __pgprot(PUD_TYPE_SECT | in pud_set_huge() local
937 pud_t new_pud = pfn_pud(__phys_to_pfn(phys), sect_prot); in pud_set_huge()
951 pgprot_t sect_prot = __pgprot(PMD_TYPE_SECT | in pmd_set_huge() local
953 pmd_t new_pmd = pfn_pmd(__phys_to_pfn(phys), sect_prot); in pmd_set_huge()