Lines Matching refs:regset

82  * @regset:	regset being examined
95 const struct user_regset *regset);
98 const struct user_regset *regset,
104 * @regset: regset being examined
105 * @pos: offset into the regset data to access, in bytes
118 const struct user_regset *regset,
125 * @regset: regset being examined
129 * provided, there is some user memory associated with this regset's
131 * window machines; the regset's data controls what user memory is
144 const struct user_regset *regset,
156 * @active: Function to report if regset is active, or %NULL.
165 * regset.
168 * accept, @n * @size bytes, even if the current regset size is smaller.
169 * The precise semantics of these operations depend on the regset being
186 * register set. For example, x86 GDT segment descriptors form a regset;
188 * that index space is available as a regset (the TLS slots); subtracting
189 * @bias from a segment selector index value computes the regset slot.
192 * of the core file note in which this regset's data appears.
193 * NT_PRSTATUS is a special case in that the regset data starts at
196 * other cases, the core file note contains exactly the whole regset
221 * A regset view is a collection of regsets (&struct user_regset,
224 * refer to the same &struct user_regset, or more than one regset
244 * task_user_regset_view - Return the process's native regset view.
301 const struct user_regset *regset,
305 const struct user_regset *regset,
319 * @offset: offset into the regset data, in bytes
329 const struct user_regset *regset = &view->regsets[setno];
331 if (!regset->set)
337 return regset->set(target, regset, offset, size, NULL, data);
340 #endif /* <linux/regset.h> */