Searched refs:L_PMD_SECT_DIRTY (Results 1 – 1 of 1) sorted by relevance
90 #define L_PMD_SECT_DIRTY (_AT(pmdval_t, 1) << 55) macro224 #define pmd_dirty(pmd) (pmd_isset((pmd), L_PMD_SECT_DIRTY))241 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY);242 PMD_BIT_FUNC(mkclean, &= ~L_PMD_SECT_DIRTY);