Searched refs:PTE_DIRTY (Results 1 – 4 of 4) sorted by relevance
18 #define PTE_DIRTY (_AT(pteval_t, 1) << 55) macro53 #define _PAGE_KERNEL (PROT_NORMAL | PTE_DIRTY)54 #define _PAGE_KERNEL_RO ((PROT_NORMAL & ~PTE_WRITE) | PTE_RDONLY | PTE_DIRTY)55 #define _PAGE_KERNEL_ROX ((PROT_NORMAL & ~(PTE_WRITE | PTE_PXN)) | PTE_RDONLY | PTE_DIRTY)56 #define _PAGE_KERNEL_EXEC ((PROT_NORMAL & ~PTE_PXN) | PTE_DIRTY)57 #define _PAGE_KERNEL_EXEC_CONT ((PROT_NORMAL & ~PTE_PXN) | PTE_CONT | PTE_DIRTY)
174 #define pte_sw_dirty(pte) (!!(pte_val(pte) & PTE_DIRTY))270 pte = clear_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_mkclean()278 pte = set_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_mkdirty()293 pte = set_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_wrprotect()1233 pte = set_pte_bit(pte, __pgprot(PTE_DIRTY)); in pte_modify()
609 const pteval_t cmp_mask = PTE_RDONLY | PTE_AF | PTE_WRITE | PTE_DIRTY; in contpte_all_subptes_match_access_flags()
218 pte_val(entry) &= PTE_RDONLY | PTE_AF | PTE_WRITE | PTE_DIRTY; in __ptep_set_access_flags()