Searched refs:PMD_SECT_AF (Results 1 – 9 of 9) sorted by relevance
203 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF))227 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);231 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);
36 #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) macro
39 #define PMD_SECT_AF (_AT(pmdval_t, 0)) macro
116 #define SWAPPER_PMD_FLAGS (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
27 #define _PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
129 #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) macro
90 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
654 PMD_SECT_AF | PMD_FLAGS_SMP | \mm_mmuflags)656 PMD_SECT_AF | PMD_FLAGS_UP | \mm_mmuflags)658 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
647 mem_types[i].prot_sect |= PMD_SECT_AF; in build_mem_type_table()