Searched refs:gcs_base (Results 1 – 3 of 3) sorted by relevance
64 tsk->thread.gcs_base = addr; in gcs_alloc_thread_stack()163 if (task->thread.gcs_base) in gcs_free()164 vm_munmap(task->thread.gcs_base, task->thread.gcs_size); in gcs_free()167 task->thread.gcs_base = 0; in gcs_free()194 if (task->thread.gcs_base || task->thread.gcspr_el0) in arch_set_shadow_stack_status()206 task->thread.gcs_base = gcs; in arch_set_shadow_stack_status()
292 current->thread.gcs_base = 0; in flush_gcs()307 p->thread.gcs_base = 0; in copy_thread_gcs()
194 u64 gcs_base; member
Completed in 8 milliseconds