Searched refs:_aarch64_ctx (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/tools/testing/selftests/arm64/signal/testcases/ |
D | testcases.h | 25 sizeof(struct _aarch64_ctx) 28 (struct _aarch64_ctx *)(&(sf).uc.uc_mcontext.__reserved) 34 (struct _aarch64_ctx *)(&(buf).uc.uc_mcontext.__reserved) 79 (struct _aarch64_ctx *)((char *)(h) + (h)->size) 89 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, 92 static inline struct _aarch64_ctx *get_terminator(struct _aarch64_ctx *head, in get_terminator() 99 static inline void write_terminator_record(struct _aarch64_ctx *tail) in write_terminator_record() 107 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead,
|
D | testcases.c | 5 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header() 9 struct _aarch64_ctx *found = NULL; in get_header() 31 struct _aarch64_ctx *term; in validate_extra_context() 116 struct _aarch64_ctx *head = in validate_reserved() 117 (struct _aarch64_ctx *)uc->uc_mcontext.__reserved; in validate_reserved() 256 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead, in get_starting_head() 261 struct _aarch64_ctx *head; in get_starting_head()
|
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()
|
D | fake_sigreturn_bad_magic.c | 21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_magic_run()
|
D | fake_sigreturn_duplicated_fpsimd.c | 21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_duplicated_fpsimd_run()
|
D | fake_sigreturn_missing_fpsimd.c | 23 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_missing_fpsimd_run()
|
D | sme_vl.c | 33 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in sme_vl()
|
D | sve_vl.c | 33 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in sve_vl()
|
D | fake_sigreturn_bad_size.c | 24 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_size_run()
|
D | fake_sigreturn_sme_change_vl.c | 53 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_ssve_change_vl()
|
D | fake_sigreturn_sve_change_vl.c | 55 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_sve_change_vl()
|
D | sve_regs.c | 62 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sve_vl()
|
D | ssve_regs.c | 62 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
|
D | za_no_regs.c | 56 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
|
D | za_regs.c | 64 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in do_one_sme_vl()
|
/linux-6.1.9/arch/arm64/include/uapi/asm/ |
D | sigcontext.h | 66 struct _aarch64_ctx { struct 74 struct _aarch64_ctx head; argument 93 struct _aarch64_ctx head; 126 struct _aarch64_ctx head; 135 struct _aarch64_ctx head; 146 struct _aarch64_ctx head;
|
/linux-6.1.9/arch/arm64/kernel/ |
D | signal.c | 65 #define TERMINATOR_SIZE round_up(sizeof(struct _aarch64_ctx), 16) 154 sizeof(struct _aarch64_ctx)); in sigframe_alloc_end() 464 struct _aarch64_ctx __user *head; in parse_user_sigframe() 485 struct _aarch64_ctx const __user *end; in parse_user_sigframe() 494 head = (struct _aarch64_ctx __user *)(base + offset); in parse_user_sigframe() 574 end = (struct _aarch64_ctx const __user *)userp; in parse_user_sigframe() 835 struct _aarch64_ctx __user *end; in setup_sigframe() 842 end = (struct _aarch64_ctx __user *)userp; in setup_sigframe() 865 struct _aarch64_ctx __user *end = in setup_sigframe()
|
/linux-6.1.9/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 171 struct _aarch64_ctx *head; in handle_signal_copyctx() 184 head = (struct _aarch64_ctx *)uc->uc_mcontext.__reserved; in handle_signal_copyctx()
|