Home
last modified time | relevance | path

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

/arch/arm64/kernel/
A Dptrace.c1491 static void task_gcs_to_user(struct user_gcs *user_gcs, in task_gcs_to_user() argument
1496 user_gcs->gcspr_el0 = target->thread.gcspr_el0; in task_gcs_to_user()
1500 const struct user_gcs *user_gcs) in task_gcs_from_user() argument
1504 target->thread.gcspr_el0 = user_gcs->gcspr_el0; in task_gcs_from_user()
1511 struct user_gcs user_gcs; in gcs_get() local
1519 task_gcs_to_user(&user_gcs, target); in gcs_get()
1521 return membuf_write(&to, &user_gcs, sizeof(user_gcs)); in gcs_get()
1530 struct user_gcs user_gcs; in gcs_set() local
1535 task_gcs_to_user(&user_gcs, target); in gcs_set()
1544 task_gcs_from_user(target, &user_gcs); in gcs_set()
[all …]
/arch/arm64/include/uapi/asm/
A Dptrace.h329 struct user_gcs { struct

Completed in 13 milliseconds