Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/arm64/signal/testcases/
Dpoe_siginfo.c42 struct poe_context *poe_ctx; in poe_present()
55 poe_ctx = (struct poe_context *) in poe_present()
Dtestcases.c165 if (head->size != sizeof(struct poe_context)) in validate_reserved()
/linux-6.12.1/tools/testing/selftests/mm/
Dpkey-arm64.h132 struct poe_context *poe_ctx = in aarch64_write_signal_pkey()
133 (struct poe_context *) get_header(ctx, POE_MAGIC, in aarch64_write_signal_pkey()
/linux-6.12.1/arch/arm64/include/uapi/asm/
Dsigcontext.h103 struct poe_context { struct
/linux-6.12.1/arch/arm64/kernel/
Dsignal.c243 struct poe_context __user *poe;
318 static int preserve_poe_context(struct poe_context __user *ctx, in preserve_poe_context()
767 user->poe = (struct poe_context __user *)head; in parse_user_sigframe()
1089 sizeof(struct poe_context)); in setup_sigframe_layout()
1158 struct poe_context __user *poe_ctx = in setup_sigframe()