Home
last modified time | relevance | path

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

/arch/arm64/include/uapi/asm/
A Dsigcontext.h70 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 …]
/arch/arm64/kernel/
A Dsignal.c81 #define TERMINATOR_SIZE round_up(sizeof(struct _aarch64_ctx), 16)
214 sizeof(struct _aarch64_ctx)); in sigframe_alloc_end()
742 struct _aarch64_ctx __user *head; in parse_user_sigframe()
768 struct _aarch64_ctx const __user *end; in parse_user_sigframe()
777 head = (struct _aarch64_ctx __user *)(base + offset); in parse_user_sigframe()
906 end = (struct _aarch64_ctx const __user *)userp; in parse_user_sigframe()
1317 struct _aarch64_ctx __user *end; in setup_sigframe()
1324 end = (struct _aarch64_ctx __user *)userp; in setup_sigframe()
1347 struct _aarch64_ctx __user *end = in setup_sigframe()

Completed in 9 milliseconds