Searched refs:PMD_SECT_AF (Results 1 – 9 of 9) sorted by relevance
215 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF))248 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);252 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);
48 #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) macro
42 #define PMD_SECT_AF (_AT(pmdval_t, 0)) macro
74 #define SWAPPER_PMD_FLAGS (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
123 #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) macro
70 #define PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
87 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
514 PMD_SECT_AF | PMD_FLAGS_SMP | \mm_mmuflags)516 PMD_SECT_AF | PMD_FLAGS_UP | \mm_mmuflags)518 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
643 mem_types[i].prot_sect |= PMD_SECT_AF; in build_mem_type_table()