Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dptrace.c1494 static void task_gcs_to_user(struct user_gcs *user_gcs, in task_gcs_to_user() argument
1499 user_gcs->gcspr_el0 = target->thread.gcspr_el0; in task_gcs_to_user()
1503 const struct user_gcs *user_gcs) in task_gcs_from_user() argument
1507 target->thread.gcspr_el0 = user_gcs->gcspr_el0; in task_gcs_from_user()
1514 struct user_gcs user_gcs; in gcs_get() local
1522 task_gcs_to_user(&user_gcs, target); in gcs_get()
1524 return membuf_write(&to, &user_gcs, sizeof(user_gcs)); in gcs_get()
1533 struct user_gcs user_gcs; in gcs_set() local
1538 task_gcs_to_user(&user_gcs, target); in gcs_set()
1547 task_gcs_from_user(target, &user_gcs); in gcs_set()
[all …]
/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-util.h22 struct user_gcs { struct
H A Dlibc-gcs.c142 struct user_gcs child_gcs; in TEST()
/linux-6.15/arch/arm64/include/uapi/asm/
H A Dptrace.h329 struct user_gcs { struct