Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h106 #define PTE_MAYBE_GP (system_supports_bti_kernel() ? PTE_GP : 0)
/linux/arch/arm64/kernel/
H A Dvdso.c124 if (system_supports_bti_kernel()) in __setup_additional_pages()
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c350 if (system_supports_bti_kernel()) in hyp_set_prot_attr()