Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dpgtable-prot.h48 #define PTE_MAYBE_GP (system_supports_bti() ? PTE_GP : 0) macro
50 #define PTE_MAYBE_GP 0 macro
Dpgtable.h539 __pgprot_modify(prot, PTE_MAYBE_GP, PTE_PXN)
/linux-5.19.10/arch/arm64/mm/
Dpageattr.c134 __pgprot(PTE_MAYBE_GP)); in set_memory_nx()
140 __pgprot(PTE_MAYBE_GP), in set_memory_x()