Searched refs:user_gcs (Results 1 – 4 of 4) sorted by relevance
1494 static void task_gcs_to_user(struct user_gcs *user_gcs, in task_gcs_to_user() argument1499 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() argument1507 target->thread.gcspr_el0 = user_gcs->gcspr_el0; in task_gcs_from_user()1514 struct user_gcs user_gcs; in gcs_get() local1522 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() local1538 task_gcs_to_user(&user_gcs, target); in gcs_set()1547 task_gcs_from_user(target, &user_gcs); in gcs_set()[all …]
22 struct user_gcs { struct
142 struct user_gcs child_gcs; in TEST()
329 struct user_gcs { struct