Home
last modified time | relevance | path

Searched refs:sve_context (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_sve_change_vl.c56 struct sve_context *sve; in fake_sigreturn_sve_change_vl()
69 if (head->size != sizeof(struct sve_context)) { in fake_sigreturn_sve_change_vl()
74 sve = (struct sve_context *)head; in fake_sigreturn_sve_change_vl()
H A Dfake_sigreturn_sme_change_vl.c54 struct sve_context *sve; in fake_sigreturn_ssve_change_vl()
67 if (head->size != sizeof(struct sve_context)) { in fake_sigreturn_ssve_change_vl()
72 sve = (struct sve_context *)head; in fake_sigreturn_ssve_change_vl()
H A Dsve_vl.c34 struct sve_context *sve; in sve_vl()
46 sve = (struct sve_context *)head; in sve_vl()
H A Dtestcases.c61 bool validate_sve_context(struct sve_context *sve, char **err) in validate_sve_context()
70 /* Either a bare sve_context or a sve_context followed by regs data */ in validate_sve_context()
71 if ((sve->head.size != sizeof(struct sve_context)) && in validate_sve_context()
138 struct sve_context *sve = NULL; in validate_reserved()
195 sve = (struct sve_context *)head; in validate_reserved()
H A Dssve_regs.c67 struct sve_context *ssve; in do_one_sme_vl()
93 ssve = (struct sve_context *)head; in do_one_sme_vl()
H A Dsve_regs.c63 struct sve_context *sve; in do_one_sve_vl()
87 sve = (struct sve_context *)head; in do_one_sve_vl()
H A Dssve_za_regs.c73 struct sve_context *ssve; in do_one_sme_vl()
100 ssve = (struct sve_context *)regs; in do_one_sme_vl()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H A Dsigcontext.h47 * 0x8a0 sve_context (vl <= 64) (optional)
134 struct sve_context { struct
142 #include <asm/sve_context.h>
169 * sve_context.head.size >=
170 * SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(sve_context.vl))
173 * If sve_context.head.size <
174 * SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(sve_context.vl)),
180 * will need to remove or resize the sve_context block if it wants to
186 * sve_context.vl must equal the thread's current vector length when
195 * guaranteed for a struct sve_context writte
[all...]
H A Dptrace.h26 #include <asm/sve_context.h>
H A Dkvm.h38 #include <asm/sve_context.h>
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dsigcontext.h55 struct sve_context { struct
61 #include <asm/sve_context.h>
75 #define SVE_SIG_REGS_OFFSET ((sizeof(struct sve_context) + (__SVE_VQ_BYTES - 1)) / __SVE_VQ_BYTES * __SVE_VQ_BYTES)
H A Dptrace.h23 #include <asm/sve_context.h>
H A Dkvm.h32 #include <asm/sve_context.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dsigcontext.h55 struct sve_context { struct
61 #include <asm/sve_context.h>
75 #define SVE_SIG_REGS_OFFSET ((sizeof(struct sve_context) + (__SVE_VQ_BYTES - 1)) / __SVE_VQ_BYTES * __SVE_VQ_BYTES)
H A Dptrace.h23 #include <asm/sve_context.h>
H A Dkvm.h32 #include <asm/sve_context.h>
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H A Dsigcontext.h47 * 0x8a0 sve_context (vl <= 64) (optional)
138 struct sve_context { struct
173 #include <asm/sve_context.h>
200 * sve_context.head.size >=
201 * SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(sve_context.vl))
204 * If sve_context.head.size <
205 * SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(sve_context.vl)),
211 * will need to remove or resize the sve_context block if it wants to
217 * sve_context.vl must equal the thread's current vector length when
233 * guaranteed for a struct sve_context writte
[all...]
H A Dptrace.h26 #include <asm/sve_context.h>
H A Dkvm.h38 #include <asm/sve_context.h>
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H A Dsigcontext.h44 struct sve_context { struct
65 ((sizeof(struct sve_context) + (SVE_VQ_BYTES - 1)) \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c94 sizeof(struct sve_context)) in validate_reserved()
95 *err = "Bad size for sve_context"; in validate_reserved()
/kernel/linux/linux-5.10/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h38 #include <asm/sve_context.h>
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsignal.c177 struct sve_context __user *sve;
233 static int preserve_sve_context(struct sve_context __user *ctx) in preserve_sve_context()
650 user->sve = (struct sve_context __user *)head; in parse_user_sigframe()
974 struct sve_context __user *sve_ctx = in setup_sigframe()
/kernel/linux/linux-6.6/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h38 #include <asm/sve_context.h>

Completed in 15 milliseconds