Searched refs:_xstate (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/um/ |
H A D | signal.c | 30 #define _xstate_64 _xstate 110 struct _xstate __user *to_fp, struct pt_regs *regs, in copy_sc_to_user() 174 BUILD_BUG_ON(offsetof(struct _xstate, xstate_hdr) != in copy_sc_to_user() 216 struct _xstate __user *fp, sigset_t *set, in copy_ucontext_to_user() 256 (struct _xstate __user *)fp_to, in setup_signal_stack_sc() 314 err |= copy_ucontext_to_user(&frame->uc, (struct _xstate __user *)fp_to, in setup_signal_stack_si() 403 (struct _xstate __user *)fp_to, in setup_signal_stack_si()
|
/linux/arch/x86/include/uapi/asm/ |
H A D | sigcontext.h | 51 * - if magic1 == FP_XSTATE_MAGIC1 then it's sizeof(struct _xstate) 142 * larger: 'struct _xstate'. Note that 'struct _xstate' embeds 188 * In addition to the fpstate, information encoded in _xstate::xstate_hdr 192 struct _xstate { struct 224 * fpstate is really (struct _fpstate *) or (struct _xstate *) 267 * fpstate is really (struct _fpstate *) or (struct _xstate *) 193 fpstate_xstate global() argument 194 xstate_hdr_xstate global() argument 195 ymmh_xstate global() argument
|