Searched refs:PMD_SECT_AF (Results 1 – 8 of 8) sorted by relevance
181 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF))202 PMD_BIT_FUNC(mkold, &= ~PMD_SECT_AF);206 PMD_BIT_FUNC(mkyoung, |= PMD_SECT_AF);
37 #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) macro
39 #define PMD_SECT_AF (_AT(pmdval_t, 0)) macro
38 #define _PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)41 #define PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_MAYBE_NG | PMD_MAYBE_SHARED | PMD_SECT_AF)
141 #define PMD_SECT_AF (_AT(pmdval_t, 1) << 10) macro
98 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
655 PMD_SECT_AF | PMD_FLAGS_SMP | \mm_mmuflags)657 PMD_SECT_AF | PMD_FLAGS_UP | \mm_mmuflags)659 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
656 mem_types[i].prot_sect |= PMD_SECT_AF; in build_mem_type_table()