Home
last modified time | relevance | path

Searched refs:poe_context (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dpoe_siginfo.c42 struct poe_context *poe_ctx; in poe_present()
55 poe_ctx = (struct poe_context *) in poe_present()
H A Dtestcases.c165 if (head->size != sizeof(struct poe_context)) in validate_reserved()
/linux/tools/testing/selftests/mm/
H A Dpkey-arm64.h133 struct poe_context *poe_ctx = in aarch64_write_signal_pkey()
134 (struct poe_context *) get_header(ctx, POE_MAGIC, in aarch64_write_signal_pkey()
/linux/arch/arm64/include/uapi/asm/
H A Dsigcontext.h103 struct poe_context { struct
/linux/arch/arm64/kernel/
H A Dsignal.c245 struct poe_context __user *poe;
333 static int preserve_poe_context(struct poe_context __user *ctx, in preserve_poe_context()
829 user->poe = (struct poe_context __user *)head; in parse_user_sigframe()
1231 sizeof(struct poe_context)); in setup_sigframe_layout()
1306 struct poe_context __user *poe_ctx = in setup_sigframe()