aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/__alloc_gcs.c
AgeCommit message (Collapse)AuthorFilesLines
2025-01-20aarch64: Add GCS user-space allocation logicSzabolcs Nagy1-0/+63
Allocate GCS based on the stack size, this can be used for coroutines (makecontext) and thread creation (if the kernel allows user allocated GCS). Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>