Searched refs:PTE_CONT (Results 1 – 5 of 5) sorted by relevance
131 .mask = PTE_CONT,132 .val = PTE_CONT,
153 if ((old | new) & PTE_CONT) in pgattr_change_is_safe()229 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pte()307 __prot = __pgprot(pgprot_val(prot) | PTE_CONT); in alloc_init_cont_pmd()
72 #define PAGE_KERNEL_EXEC_CONT __pgprot((PROT_NORMAL & ~PTE_PXN) | PTE_CONT)
154 #define PTE_CONT (_AT(pteval_t, 1) << 52) /* Contiguous range */ macro
108 #define pte_cont(pte) (!!(pte_val(pte) & PTE_CONT))239 pte = set_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mkcont()245 return clear_pte_bit(pte, __pgprot(PTE_CONT)); in pte_mknoncont()
Completed in 13 milliseconds