Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/kernel/
Defi.c122 else if (system_supports_bti_kernel() && spd->has_bti) in set_permissions()
Dvdso.c206 if (system_supports_bti_kernel()) in __setup_additional_pages()
/linux-6.14.4/arch/arm64/include/asm/
Dpgtable-prot.h105 #define PTE_MAYBE_GP (system_supports_bti_kernel() ? PTE_GP : 0)
Dcpufeature.h828 static inline bool system_supports_bti_kernel(void) in system_supports_bti_kernel() function
/linux-6.14.4/arch/arm64/kvm/hyp/
Dpgtable.c358 if (system_supports_bti_kernel()) in hyp_set_prot_attr()