Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dprocess.c290 if (!system_supports_gcs()) in flush_gcs()
307 if (!system_supports_gcs()) in copy_thread_gcs()
590 if (!system_supports_gcs()) in gcs_thread_switch()
H A Dsignal.c921 if (!system_supports_gcs()) in parse_user_sigframe()
1053 if (err == 0 && system_supports_gcs() && user.gcs) in restore_sigframe()
1080 if (!system_supports_gcs()) in gcs_restore_signal()
1193 if (system_supports_gcs() && (add_all || current->thread.gcspr_el0)) { in setup_sigframe_layout()
1309 if (system_supports_gcs() && err == 0 && user->gcs_offset) { in setup_sigframe()
1439 if (!system_supports_gcs()) in gcs_signal_entry()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h849 static inline bool system_supports_gcs(void) in system_supports_gcs() function
/linux/arch/arm64/mm/
H A Dfault.c590 if (!system_supports_gcs()) in is_invalid_gcs_access()