Home
last modified time | relevance | path

Searched refs:fpsimd_context (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_duplicated_fpsimd.c27 head = get_starting_head(shead, sizeof(struct fpsimd_context) + HDR_SZ, in fake_sigreturn_duplicated_fpsimd_run()
34 head->size = sizeof(struct fpsimd_context); in fake_sigreturn_duplicated_fpsimd_run()
H A Dtestcases.c82 sizeof(struct fpsimd_context)) in validate_reserved()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsignal.c171 static int preserve_fpsimd_context(struct fpsimd_context __user *ctx) in preserve_fpsimd_context()
184 __put_user_error(sizeof(struct fpsimd_context), &ctx->head.size, err); in preserve_fpsimd_context()
189 static int restore_fpsimd_context(struct fpsimd_context __user *ctx) in restore_fpsimd_context()
200 if (magic != FPSIMD_MAGIC || size != sizeof(struct fpsimd_context)) in restore_fpsimd_context()
220 struct fpsimd_context __user *fpsimd;
384 user->fpsimd = (struct fpsimd_context __user *)head; in parse_user_sigframe()
577 sizeof(struct fpsimd_context)); in setup_sigframe_layout()
633 struct fpsimd_context __user *fpsimd_ctx = in setup_sigframe()
/OK3568_Linux_fs/buildroot/package/google-breakpad/
H A D0002-Replace-remaining-references-to-struct-ucontext-with.patch116 const struct fpsimd_context* fpregs) {
166 const struct fpsimd_context* fpregs);
186 struct fpsimd_context* fp_ptr =
187 (struct fpsimd_context*)&uc_ptr->uc_mcontext.__reserved;
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dsigcontext.h73 struct fpsimd_context { struct
/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.h73 struct fpsimd_context { struct
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dsve.rst71 byte offset i. (struct fpsimd_context, struct user_fpsimd_state).
125 * This record is supplementary to fpsimd_context. The FPSR and FPCR registers
126 are only present in fpsimd_context. For convenience, the content of V0..V31
127 is duplicated between sve_context and fpsimd_context.
163 are always restored from the corresponding members of fpsimd_context.vregs[]
166 * Inclusion of fpsimd_context in the signal frame remains mandatory,