Searched refs:L_PTE_DIRTY (Results 1 – 1 of 1) sorted by relevance
164 #define L_PTE_DIRTY (1 << 7) macro244 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY)265 PTE_BIT_FUNC(mkclean, &= ~L_PTE_DIRTY);266 PTE_BIT_FUNC(mkdirty, |= L_PTE_DIRTY);