Searched refs:PTE_EXT_NG (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable-2level-hwdef.h83 #define PTE_EXT_NG (_AT(pteval_t, 1) << 11) /* v6 */ macro
H A Dpgtable-3level.h190 * For 3 levels of paging the PTE_EXT_NG bit will be set for user address ptes
197 * To correct this behaviour, we mask off PTE_EXT_NG for any pte that is
201 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \
203 == (pte_present(pte_b) ? pte_val(pte_b) & ~PTE_EXT_NG \
H A Dpgtable-3level-hwdef.h78 #define PTE_EXT_NG (_AT(pteval_t, 1) << 11) /* nG */ macro
H A Dpgtable.h249 ext |= PTE_EXT_NG; set_pte_at()

Completed in 106 milliseconds