Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.h24 sizeof(struct _aarch64_ctx)
27 (struct _aarch64_ctx *)(&(sf).uc.uc_mcontext.__reserved)
71 (struct _aarch64_ctx *)((char *)(h) + (h)->size)
83 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic,
86 static inline struct _aarch64_ctx *get_terminator(struct _aarch64_ctx *head, in get_terminator()
93 static inline void write_terminator_record(struct _aarch64_ctx *tail) in write_terminator_record()
101 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead,
H A Dtestcases.c5 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header()
9 struct _aarch64_ctx *found = NULL; in get_header()
30 struct _aarch64_ctx *term; in validate_extra_context()
59 struct _aarch64_ctx *head = in validate_reserved()
60 (struct _aarch64_ctx *)uc->uc_mcontext.__reserved; in validate_reserved()
170 struct _aarch64_ctx *get_starting_head(struct _aarch64_ctx *shead, in get_starting_head()
175 struct _aarch64_ctx *head; in get_starting_head()
H 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()
H A Dfake_sigreturn_duplicated_fpsimd.c21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_duplicated_fpsimd_run()
H A Dfake_sigreturn_bad_magic.c21 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_magic_run()
H A Dfake_sigreturn_missing_fpsimd.c23 struct _aarch64_ctx *head = GET_SF_RESV_HEAD(sf); in fake_sigreturn_missing_fpsimd_run()
H A Dfake_sigreturn_bad_size.c24 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_size_run()
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dsigcontext.h66 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;
/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.h66 struct _aarch64_ctx { struct
74 struct _aarch64_ctx head; argument
84 struct _aarch64_ctx head;
117 struct _aarch64_ctx head;
126 struct _aarch64_ctx head;
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsignal.c65 #define TERMINATOR_SIZE round_up(sizeof(struct _aarch64_ctx), 16)
154 sizeof(struct _aarch64_ctx)); in sigframe_alloc_end()
330 struct _aarch64_ctx __user *head; in parse_user_sigframe()
350 struct _aarch64_ctx const __user *end; in parse_user_sigframe()
359 head = (struct _aarch64_ctx __user *)(base + offset); in parse_user_sigframe()
426 end = (struct _aarch64_ctx const __user *)userp; in parse_user_sigframe()
661 struct _aarch64_ctx __user *end; in setup_sigframe()
668 end = (struct _aarch64_ctx __user *)userp; in setup_sigframe()
691 struct _aarch64_ctx __user *end = in setup_sigframe()