Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dptrace.c1518 static void task_gcs_to_user(struct user_gcs *user_gcs, in task_gcs_to_user() argument
1521 user_gcs->features_enabled = target->thread.gcs_el0_mode; in task_gcs_to_user()
1522 user_gcs->features_locked = target->thread.gcs_el0_locked; in task_gcs_to_user()
1523 user_gcs->gcspr_el0 = target->thread.gcspr_el0; in task_gcs_to_user()
1527 const struct user_gcs *user_gcs) in task_gcs_from_user() argument
1529 target->thread.gcs_el0_mode = user_gcs->features_enabled; in task_gcs_from_user()
1530 target->thread.gcs_el0_locked = user_gcs->features_locked; in task_gcs_from_user()
1531 target->thread.gcspr_el0 = user_gcs->gcspr_el0; in task_gcs_from_user()
1538 struct user_gcs user_gcs; in gcs_get() local
1546 task_gcs_to_user(&user_gcs, target); in gcs_get()
[all …]
/linux/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/arch/arm64/include/uapi/asm/
H A Dptrace.h329 struct user_gcs { struct