Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm64/mm/
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()
182 if (!system_supports_gcs()) in arch_set_shadow_stack_status()
229 if (!system_supports_gcs()) in arch_get_shadow_stack_status()
241 if (!system_supports_gcs()) in arch_lock_shadow_stack_status()
Dmmap.c89 if (system_supports_gcs() && (vm_flags & VM_SHADOW_STACK)) { in vm_get_page_prot()
Dfault.c531 if (!system_supports_gcs()) in is_invalid_gcs_access()
/linux-6.14.4/arch/arm64/include/asm/
Dmman.h82 if (system_supports_gcs() && (vm_flags & VM_SHADOW_STACK)) { in arch_validate_flags()
Dcpufeature.h849 static inline bool system_supports_gcs(void) in system_supports_gcs() function
/linux-6.14.4/arch/arm64/kernel/
Dprocess.c288 if (!system_supports_gcs()) in flush_gcs()
302 if (!system_supports_gcs()) in copy_thread_gcs()
553 if (!system_supports_gcs()) in gcs_thread_switch()
Dsignal.c904 if (!system_supports_gcs()) in parse_user_sigframe()
1034 if (err == 0 && system_supports_gcs() && user.gcs) in restore_sigframe()
1061 if (!system_supports_gcs()) in gcs_restore_signal()
1174 if (system_supports_gcs() && (add_all || current->thread.gcspr_el0)) { in setup_sigframe_layout()
1290 if (system_supports_gcs() && err == 0 && user->gcs_offset) { in setup_sigframe()
1420 if (!system_supports_gcs()) in gcs_signal_entry()
Dptrace.c1516 if (!system_supports_gcs()) in gcs_get()
1535 if (!system_supports_gcs()) in gcs_set()
/linux-6.14.4/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3-sva.c122 if (system_supports_poe() || system_supports_gcs()) in arm_smmu_make_sva_cd()