Searched refs:L_PMD_SECT_DIRTY (Results 1 – 1 of 1) sorted by relevance
83 #define L_PMD_SECT_DIRTY (_AT(pmdval_t, 1) << 55) macro190 #define pmd_dirty(pmd) (pmd_isset((pmd), L_PMD_SECT_DIRTY))204 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY);205 PMD_BIT_FUNC(mkclean, &= ~L_PMD_SECT_DIRTY);
Completed in 3 milliseconds