Searched refs:PMD_BIT_FUNC (Results 1 – 1 of 1) sorted by relevance
244 #define PMD_BIT_FUNC(fn,op) \ macro247 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);248 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);249 PMD_BIT_FUNC(mksplitting, |= L_PMD_SECT_SPLITTING);250 PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY);251 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY);252 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);