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

/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable-3level.h85 #define L_PTE_SPECIAL (_AT(pteval_t, 1) << 56) macro
216 #define pte_special(pte) (pte_isset((pte), L_PTE_SPECIAL)) pte_mkspecial()
219 pte_val(pte) |= L_PTE_SPECIAL; pte_mkspecial()

Completed in 32 milliseconds