Lines Matching full:context
6 * struct extcontext - extended context header structure
7 * @magic: magic value identifying the type of extended context
10 * Extended context structures provide context which does not fit within struct
12 * ucontext and struct sigframe, with each extended context structure beginning
13 * with a header defined by this struct. The type of context represented is
14 * indicated by the magic field. Userland may check each extended context
16 * unrecognised context to be skipped, allowing for future expansion. The end
17 * of the extended context data is indicated by the magic value
26 * struct msa_extcontext - MSA extended context structure
27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC
31 * If MSA context is live for a task at the time a signal is delivered to it,
32 * this structure will hold the MSA context of the task as it was prior to the
46 * struct ucontext - user context structure
62 /* Extended context structures may follow ucontext */