Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/uapi/asm/
Dsigcontext.h180 struct zt_context { struct
342 #define ZT_SIG_REGS_OFFSET sizeof(struct zt_context)
347 (sizeof(struct zt_context) + ZT_SIG_REGS_SIZE(n))
/linux-6.12.1/tools/testing/selftests/arm64/signal/testcases/
Dzt_regs.c31 struct zt_context *zt; in zt_regs_run()
48 zt = (struct zt_context *)head; in zt_regs_run()
Dtestcases.c88 bool validate_zt_context(struct zt_context *zt, char **err) in validate_zt_context()
117 struct zt_context *zt = NULL; in validate_reserved()
190 zt = (struct zt_context *)head; in validate_reserved()
/linux-6.12.1/arch/arm64/kernel/
Dsignal.c239 struct zt_context __user *zt;
613 static int preserve_zt_context(struct zt_context __user *ctx) in preserve_zt_context()
811 user->zt = (struct zt_context __user *)head; in parse_user_sigframe()
1173 struct zt_context __user *zt_ctx = in setup_sigframe()
/linux-6.12.1/Documentation/arch/arm64/
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
/linux-6.12.1/Documentation/dev-tools/
Dcheckuapi.rst247 [C] 'struct zt_context' changed: