Home
last modified time | relevance | path

Searched refs:sve_context (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dsve.rst65 example the signal frame (struct sve_context) and ptrace interface
122 * A new signal frame record sve_context encodes the SVE registers on signal
127 is duplicated between sve_context and fpsimd_context.
130 the thread's vector length (in sve_context.vl).
135 sve_context.head.size >= SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(sve_context.vl)).
147 __reserved[] referencing this space. sve_context is then written in the
156 * If there is no sve_context record in the signal frame, or if the record is
160 * If sve_context is present in the signal frame and contains full register
164 and not from sve_context. The remaining bits are restored from sve_context.
167 irrespective of whether sve_context is present or not.
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dsigcontext.h134 struct sve_context { struct
228 ((sizeof(struct sve_context) + (__SVE_VQ_BYTES - 1)) \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dsigcontext.h125 struct sve_context { struct
213 ((sizeof(struct sve_context) + (SVE_VQ_BYTES - 1)) \
/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0010-The-signal-definitions-of-musl-and-gdb-collide.patch46 struct sve_context {
47 @@ -128,6 +129,7 @@ struct sve_context {
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0010-The-signal-definitions-of-musl-and-gdb-collide.patch46 struct sve_context {
47 @@ -128,6 +129,7 @@ struct sve_context {
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0010-The-signal-definitions-of-musl-and-gdb-collide.patch46 struct sve_context {
47 @@ -128,6 +129,7 @@ struct sve_context {
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsignal.c221 struct sve_context __user *sve;
226 static int preserve_sve_context(struct sve_context __user *ctx) in preserve_sve_context()
264 struct sve_context sve; in restore_sve_fpsimd_context()
401 user->sve = (struct sve_context __user *)head; in parse_user_sigframe()
650 struct sve_context __user *sve_ctx = in setup_sigframe()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c94 sizeof(struct sve_context)) in validate_reserved()