Searched refs:PMD_BIT_FUNC (Results 1 – 1 of 1) sorted by relevance
235 #define PMD_BIT_FUNC(fn,op) \ macro238 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);239 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);240 PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY);241 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY);242 PMD_BIT_FUNC(mkclean, &= ~L_PMD_SECT_DIRTY);243 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);