Home
last modified time | relevance | path

Searched refs:gcs_context (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/arm64/signal/testcases/
H A Dgcs_frame.c22 struct gcs_context *gcs; in gcs_regs()
60 gcs = (struct gcs_context *)head; in gcs_regs()
H A Dtestcases.c204 if (head->size != sizeof(struct gcs_context)) in validate_reserved()
/linux-6.15/Documentation/arch/arm64/
H A Dgcs.rst154 * A new signal frame record gcs_context encodes the current GCS mode and
173 handler via RET as normal. This will not be reported in the gcs_context in
182 * If there is a gcs_context record in the signal frame then the GCS flags
186 * If there is no gcs_context record in the signal frame then the GCS
/linux-6.15/arch/arm64/include/uapi/asm/
H A Dsigcontext.h188 struct gcs_context { struct
/linux-6.15/arch/arm64/kernel/
H A Dsignal.c243 struct gcs_context __user *gcs;
694 static int preserve_gcs_context(struct gcs_context __user *ctx) in preserve_gcs_context()
910 user->gcs = (struct gcs_context __user *)head; in parse_user_sigframe()
1176 sizeof(struct gcs_context)); in setup_sigframe_layout()
1291 struct gcs_context __user *gcs_ctx = in setup_sigframe()