Searched refs:PMD_BIT_FUNC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgtable-3level.h | 199 #define PMD_BIT_FUNC(fn,op) \ macro 202 PMD_BIT_FUNC(wrprotect, |= L_PMD_SECT_RDONLY); 203 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF); 204 PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY); 205 PMD_BIT_FUNC(mkdirty, |= L_PMD_SECT_DIRTY); 206 PMD_BIT_FUNC(mkclean, &= ~L_PMD_SECT_DIRTY); 207 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable-3level.h | 200 #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);
|
Completed in 2 milliseconds