Home
last modified time | relevance | path

Searched refs:system_supports_gcs (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/mm/
H A Dgcs.c46 if (!system_supports_gcs()) in gcs_alloc_thread_stack()
79 if (!system_supports_gcs()) in SYSCALL_DEFINE3()
157 if (!system_supports_gcs()) in gcs_free()
176 if (!system_supports_gcs()) in arch_set_shadow_stack_status()
223 if (!system_supports_gcs()) in arch_get_shadow_stack_status()
235 if (!system_supports_gcs()) in arch_lock_shadow_stack_status()
/linux/arch/arm64/kernel/
H A Dprocess.c288 if (!system_supports_gcs()) in flush_gcs()
304 if (!system_supports_gcs()) in copy_thread_gcs()
587 if (!system_supports_gcs()) in gcs_thread_switch()
H A Dsignal.c874 if (!system_supports_gcs()) in parse_user_sigframe()
1006 if (err == 0 && system_supports_gcs() && user.gcs) in restore_sigframe()
1033 if (!system_supports_gcs()) in gcs_restore_signal()
1146 if (system_supports_gcs() && (add_all || current->thread.gcspr_el0)) { in setup_sigframe_layout()
1262 if (system_supports_gcs() && err == 0 && user->gcs_offset) { in setup_sigframe()
1392 if (!system_supports_gcs()) in gcs_signal_entry()
H A Dptrace.c1513 if (!system_supports_gcs()) in gcs_get()
1532 if (!system_supports_gcs()) in gcs_set()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c120 if (system_supports_poe() || system_supports_gcs()) in arm_smmu_make_sva_cd()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h849 static inline bool system_supports_gcs(void) in system_supports_gcs() function