Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dpageattr.c143 __pgprot(PTE_MAYBE_GP)); in set_memory_nx()
149 __pgprot(PTE_MAYBE_GP), in set_memory_x()
/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h95 #define PTE_MAYBE_GP (system_supports_bti_kernel() ? PTE_GP : 0) macro