Searched refs:PMD_SECT_AF (Results 1 – 9 of 9) sorted by relevance
215 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF))239 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);243 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
127 #define SWAPPER_PMD_FLAGS (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
38 #define _PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
141 #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) macro
89 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
647 PMD_SECT_AF | PMD_FLAGS_SMP | \mm_mmuflags)649 PMD_SECT_AF | PMD_FLAGS_UP | \mm_mmuflags)651 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
650 mem_types[i].prot_sect |= PMD_SECT_AF; in build_mem_type_table()