Home
last modified time | relevance | path

Searched refs:_aarch64_ctx (Results 1 – 22 of 22) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/arm64/signal/testcases/
A Dtestcases.h26 sizeof(struct _aarch64_ctx)
29 (struct _aarch64_ctx *)(&(sf).uc.uc_mcontext.__reserved)
35 (struct _aarch64_ctx *)(&(buf).uc.uc_mcontext.__reserved)
80 (struct _aarch64_ctx *)((char *)(h) + (h)->size)
90 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic,
93 static inline struct _aarch64_ctx *get_terminator(struct _aarch64_ctx *head, in get_terminator()
100 static inline void write_terminator_record(struct _aarch64_ctx *tail) in write_terminator_record()
108 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead,
A Dtestcases.c9 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header()
13 struct _aarch64_ctx *found = NULL; in get_header()
35 struct _aarch64_ctx *term; in validate_extra_context()
141 struct _aarch64_ctx *head = in validate_reserved()
142 (struct _aarch64_ctx *)uc->uc_mcontext.__reserved; in validate_reserved()
309 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead, in get_starting_head()
314 struct _aarch64_ctx *head; in get_starting_head()
A Dssve_za_regs.c71 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
72 struct _aarch64_ctx *regs; in do_one_sme_vl()
A Dzt_no_regs.c24 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in zt_no_regs_run()
A Dfake_sigreturn_bad_size_for_magic0.c21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_size_for_magic0_run()
A Dfake_sigreturn_bad_magic.c21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_magic_run()
A Dfake_sigreturn_duplicated_fpsimd.c21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_duplicated_fpsimd_run()
A Dfake_sigreturn_missing_fpsimd.c23 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_missing_fpsimd_run()
A Dsme_vl.c33 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in sme_vl()
A Dsve_vl.c33 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in sve_vl()
A Dfake_sigreturn_bad_size.c24 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_size_run()
A Dtpidr2_siginfo.c41 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in tpidr2_present()
A Dzt_regs.c30 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in zt_regs_run()
A Dfake_sigreturn_sve_change_vl.c55 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_sve_change_vl()
A Dfake_sigreturn_sme_change_vl.c53 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_ssve_change_vl()
A Dsve_regs.c62 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sve_vl()
A Dssve_regs.c66 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
A Dza_no_regs.c56 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
A Dza_regs.c68 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
/linux-6.3-rc2/arch/arm64/include/uapi/asm/
A Dsigcontext.h70 struct _aarch64_ctx { struct
78 struct _aarch64_ctx head; argument
97 struct _aarch64_ctx head;
130 struct _aarch64_ctx head;
139 struct _aarch64_ctx head;
151 struct _aarch64_ctx head;
158 struct _aarch64_ctx head;
166 struct _aarch64_ctx head;
/linux-6.3-rc2/arch/arm64/kernel/
A Dsignal.c67 #define TERMINATOR_SIZE round_up(sizeof(struct _aarch64_ctx), 16)
156 sizeof(struct _aarch64_ctx)); in sigframe_alloc_end()
580 struct _aarch64_ctx __user *head; in parse_user_sigframe()
603 struct _aarch64_ctx const __user *end; in parse_user_sigframe()
612 head = (struct _aarch64_ctx __user *)(base + offset); in parse_user_sigframe()
708 end = (struct _aarch64_ctx const __user *)userp; in parse_user_sigframe()
1003 struct _aarch64_ctx __user *end; in setup_sigframe()
1010 end = (struct _aarch64_ctx __user *)userp; in setup_sigframe()
1033 struct _aarch64_ctx __user *end = in setup_sigframe()
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/
A Dtest_signals_utils.c172 struct _aarch64_ctx *head; in handle_signal_copyctx()
185 head = (struct _aarch64_ctx *)uc->uc_mcontext.__reserved; in handle_signal_copyctx()

Completed in 22 milliseconds