/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | testcases.h | 28 sizeof(struct _aarch64_ctx) 31 (struct _aarch64_ctx *)(&(uc->uc_mcontext.__reserved)) 34 (struct _aarch64_ctx *)(&(sf).uc.uc_mcontext.__reserved) 40 (struct _aarch64_ctx *)(&(buf).uc.uc_mcontext.__reserved) 85 (struct _aarch64_ctx *)((char *)(h) + (h)->size) 95 static inline struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header() 99 struct _aarch64_ctx *found = NULL; in get_header() 119 static inline struct _aarch64_ctx *get_terminator(struct _aarch64_ctx *head, in get_terminator() 126 static inline void write_terminator_record(struct _aarch64_ctx *tail) in write_terminator_record() 134 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead,
|
H A D | testcases.c | 12 struct _aarch64_ctx *term; in validate_extra_context() 118 struct _aarch64_ctx *head = in validate_reserved() 119 (struct _aarch64_ctx *)uc->uc_mcontext.__reserved; in validate_reserved() 305 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead, in get_starting_head() 310 struct _aarch64_ctx *head; in get_starting_head()
|
H A D | ssve_za_regs.c | 51 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl() 52 struct _aarch64_ctx *regs; in do_one_sme_vl()
|
H A D | zt_no_regs.c | 24 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in zt_no_regs_run()
|
H A D | fake_sigreturn_bad_size_for_magic0.c | 21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_size_for_magic0_run()
|
H A D | fake_sigreturn_duplicated_fpsimd.c | 21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_duplicated_fpsimd_run()
|
H A D | fake_sigreturn_bad_magic.c | 21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_magic_run()
|
H A D | fake_sigreturn_missing_fpsimd.c | 23 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_missing_fpsimd_run()
|
H A D | sve_vl.c | 33 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in sve_vl()
|
H A D | sme_vl.c | 33 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in sme_vl()
|
H A D | fake_sigreturn_bad_size.c | 24 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_size_run()
|
H A D | tpidr2_siginfo.c | 41 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in tpidr2_present()
|
H A D | fpmr_siginfo.c | 41 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in fpmr_present()
|
H A D | fake_sigreturn_sme_change_vl.c | 37 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_ssve_change_vl()
|
H A D | poe_siginfo.c | 41 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in poe_present()
|
H A D | fake_sigreturn_sve_change_vl.c | 37 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_sve_change_vl()
|
H A D | zt_regs.c | 30 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in zt_regs_run()
|
H A D | sve_regs.c | 46 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sve_vl()
|
H A D | za_no_regs.c | 40 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
|
H A D | ssve_regs.c | 46 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
|
H A D | za_regs.c | 48 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
|
/linux/arch/arm64/include/uapi/asm/ |
H A D | sigcontext.h | 70 struct _aarch64_ctx { struct 78 struct _aarch64_ctx head; argument 97 struct _aarch64_ctx head; 104 struct _aarch64_ctx head; 137 struct _aarch64_ctx head; 146 struct _aarch64_ctx head; 158 struct _aarch64_ctx head; 166 struct _aarch64_ctx head; 173 struct _aarch64_ctx head; 181 struct _aarch64_ctx head; [all …]
|
/linux/arch/arm64/kernel/ |
H A D | signal.c | 81 #define TERMINATOR_SIZE round_up(sizeof(struct _aarch64_ctx), 16) 211 sizeof(struct _aarch64_ctx)); in sigframe_alloc_end() 772 struct _aarch64_ctx __user *head; in parse_user_sigframe() 798 struct _aarch64_ctx const __user *end; in parse_user_sigframe() 807 head = (struct _aarch64_ctx __user *)(base + offset); in parse_user_sigframe() 936 end = (struct _aarch64_ctx const __user *)userp; in parse_user_sigframe() 1345 struct _aarch64_ctx __user *end; in setup_sigframe() 1352 end = (struct _aarch64_ctx __user *)userp; in setup_sigframe() 1375 struct _aarch64_ctx __user *end = in setup_sigframe()
|
/linux/Documentation/dev-tools/ |
H A D | checkuapi.rst | 213 struct _aarch64_ctx { 242 [C] 'struct _aarch64_ctx' changed:
|