Searched refs:L_PMD_SECT_DIRTY (Results 1 – 1 of 1) sorted by relevance
80 #define L_PMD_SECT_DIRTY (_AT(pmdval_t, 1) << 55) macro188 #define pmd_dirty(pmd) (pmd_isset((pmd), L_PMD_SECT_DIRTY))203 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY);204 PMD_BIT_FUNC(mkclean, &= ~L_PMD_SECT_DIRTY);