Searched refs:zt_context (Results 1 – 6 of 6) sorted by relevance
180 struct zt_context { struct342 #define ZT_SIG_REGS_OFFSET sizeof(struct zt_context)347 (sizeof(struct zt_context) + ZT_SIG_REGS_SIZE(n))
31 struct zt_context *zt; in zt_regs_run()48 zt = (struct zt_context *)head; in zt_regs_run()
88 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()
239 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()
150 standard signal frame header followed by a struct zt_context specifying151 the number of ZTn registers supported by the system, then zt_context.nregs
247 [C] 'struct zt_context' changed: