Searched refs:fpstate (Results 1 – 2 of 2) sorted by relevance
64 struct target_fregs_state fpstate; member88 uint32_t fpstate; /* pointer */ member125 uint64_t fpstate; /* pointer */ member245 abi_ptr *fpstate, abi_ptr *fxstate, abi_ptr *fpend) in get_sigframe() argument279 *fpstate = sp; in get_sigframe()341 struct target_fregs_state *fpstate, in setup_sigcontext() argument373 cpu_x86_fsave(env, fpstate, sizeof(*fpstate)); in setup_sigcontext()374 fpstate->status = fpstate->swd; in setup_sigcontext()376 __put_user(magic, &fpstate->magic); in setup_sigcontext()418 __put_user(fpstate_addr, &sc->fpstate); in setup_sigcontext()[all …]
73 union fp_state fpstate; member