Searched refs:PTE_CONT (Results 1 – 7 of 7) sorted by relevance
72 protval |= PTE_CONT; in map_range()79 protval &= ~PTE_CONT; in map_range()
78 .mask = PTE_CONT,79 .val = PTE_CONT,
140 if ((old | new) & PTE_CONT) in pgattr_change_is_safe()228 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte()315 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd()
59 #define _PAGE_KERNEL_EXEC_CONT ((PROT_NORMAL & ~PTE_PXN) | PTE_CONT)
215 if ((d) & PTE_CONT) { \
169 #define PTE_CONT (_AT(pteval_t, 1) << 52) /* Contiguous range */ macro
110 #define pte_cont(pte) (!!(pte_val(pte) & PTE_CONT))268 pte = set_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mkcont()274 return clear_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mknoncont()