Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/uapi/asm/
A Dsigcontext.h165 struct zt_context { struct
327 #define ZT_SIG_REGS_OFFSET sizeof(struct zt_context)
332 (sizeof(struct zt_context) + ZT_SIG_REGS_SIZE(n))
/linux-6.3-rc2/tools/testing/selftests/arm64/signal/testcases/
A Dzt_regs.c31 struct zt_context *zt; in zt_regs_run()
48 zt = (struct zt_context *)head; in zt_regs_run()
A Dtestcases.c111 bool validate_zt_context(struct zt_context *zt, char **err) in validate_zt_context()
140 struct zt_context *zt = NULL; in validate_reserved()
209 zt = (struct zt_context *)head; in validate_reserved()
/linux-6.3-rc2/arch/arm64/kernel/
A Dsignal.c182 struct zt_context __user *zt;
497 static int preserve_zt_context(struct zt_context __user *ctx) in preserve_zt_context()
682 user->zt = (struct zt_context __user *)head; in parse_user_sigframe()
992 struct zt_context __user *zt_ctx = in setup_sigframe()
/linux-6.3-rc2/Documentation/arm64/
A Dsme.rst150 standard signal frame header followed by a struct zt_context specifying
151 the number of ZTn registers supported by the system, then zt_context.nregs

Completed in 9 milliseconds