Searched refs:PTE_CONT (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm64/kernel/pi/
H A Dmap_range.c72 protval |= PTE_CONT;
79 protval &= ~PTE_CONT;
/linux-master/arch/arm64/include/asm/
H A Dpgtable-prot.h52 #define _PAGE_KERNEL_EXEC_CONT ((PROT_NORMAL & ~PTE_PXN) | PTE_CONT)
H A Dpgtable-hwdef.h170 #define PTE_CONT (_AT(pteval_t, 1) << 52) /* Contiguous range */ macro
H A Dpgtable.h115 #define pte_cont(pte) (!!(pte_val(pte) & PTE_CONT))
250 pte = set_pte_bit(pte, __pgprot(PTE_CONT));
256 return clear_pte_bit(pte, __pgprot(PTE_CONT));
1370 * where it is possible and makes sense to do so. The PTE_CONT bit is considered
/linux-master/arch/arm64/mm/
H A Dptdump.c104 .mask = PTE_CONT,
105 .val = PTE_CONT,
H A Dmmu.c154 if ((old | new) & PTE_CONT)
230 __prot = __pgprot(pgprot_val(prot) | PTE_CONT);
308 __prot = __pgprot(pgprot_val(prot) | PTE_CONT);

Completed in 282 milliseconds