Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/include/asm/
Dpgtable-3level.h197 #define PMD_BIT_FUNC(fn,op) \ macro
200 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY);
201 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);
202 PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY);
203 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY);
204 PMD_BIT_FUNC(mkclean, &= ~L_PMD_SECT_DIRTY);
205 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);