Home
last modified time | relevance | path

Searched refs:FP_XSTATE_MAGIC1 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h21 #define FP_XSTATE_MAGIC1 0x46505853U macro
/linux/arch/x86/um/os-Linux/
H A Dmcontext.c119 if (res->sw_reserved.magic1 != FP_XSTATE_MAGIC1) { in get_fpstate()
/linux/arch/x86/um/
H A Dsignal.c207 __put_user(FP_XSTATE_MAGIC1, &to_fp64->fpstate.sw_reserved.magic1); in copy_sc_to_user()