Home
last modified time | relevance | path

Searched refs:gcs_base (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/arm64/mm/
H A Dgcs.c64 tsk->thread.gcs_base = addr; in gcs_alloc_thread_stack()
169 if (task->thread.gcs_base) in gcs_free()
170 vm_munmap(task->thread.gcs_base, task->thread.gcs_size); in gcs_free()
173 task->thread.gcs_base = 0; in gcs_free()
200 if (task->thread.gcs_base || task->thread.gcspr_el0) in arch_set_shadow_stack_status()
212 task->thread.gcs_base = gcs; in arch_set_shadow_stack_status()
/linux-6.15/arch/arm64/include/asm/
H A Dprocessor.h192 u64 gcs_base; member
/linux-6.15/arch/arm64/kernel/
H A Dprocess.c305 p->thread.gcs_base = 0; in copy_thread_gcs()