Home
last modified time | relevance | path

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

/linux/arch/arm64/include/uapi/asm/
H A Dsigcontext.h180 struct zt_context { struct
351 #define ZT_SIG_REGS_OFFSET sizeof(struct zt_context)
356 (sizeof(struct zt_context) + ZT_SIG_REGS_SIZE(n))
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dzt_regs.c31 struct zt_context *zt; in zt_regs_run()
48 zt = (struct zt_context *)head; in zt_regs_run()
H A 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/arch/arm64/kernel/
H A Dsignal.c241 struct zt_context __user *zt;
613 static int preserve_zt_context(struct zt_context __user *ctx) in preserve_zt_context()
873 user->zt = (struct zt_context __user *)head; in parse_user_sigframe()
1321 struct zt_context __user *zt_ctx = in setup_sigframe()
/linux/Documentation/arch/arm64/
H A Dsme.rst140 standard signal frame header followed by a struct zt_context specifying
141 the number of ZTn registers supported by the system, then zt_context.nregs
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst247 [C] 'struct zt_context' changed: