Searched refs:system_supports_gcs (Results 1 – 6 of 6) sorted by relevance
46 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()
288 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()
874 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()
1513 if (!system_supports_gcs()) in gcs_get()1532 if (!system_supports_gcs()) in gcs_set()
120 if (system_supports_poe() || system_supports_gcs()) in arm_smmu_make_sva_cd()
849 static inline bool system_supports_gcs(void) in system_supports_gcs() function