Home
last modified time | relevance | path

Searched refs:PMD_BIT_FUNC (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level.h200 #define PMD_BIT_FUNC(fn,op) \ macro
203 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);
204 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);
205 PMD_BIT_FUNC(mkwrite_novma, &= ~L_PMD_SECT_RDONLY);
206 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY);
207 PMD_BIT_FUNC(mkclean, &= ~L_PMD_SECT_DIRTY);
208 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);