Home
last modified time | relevance | path

Searched refs:L_PTE_YOUNG (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/asm-arm/
Dpgtable.h158 #define L_PTE_YOUNG (1 << 1) macro
174 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_CACHEABLE | L_PTE_BUFFERABLE
245 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG)
267 PTE_BIT_FUNC(mkold, &= ~L_PTE_YOUNG);
268 PTE_BIT_FUNC(mkyoung, |= L_PTE_YOUNG);