Home
last modified time | relevance | path

Searched refs:fpstate (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/i386/
H A Dsignal.c64 struct target_fregs_state fpstate; member
88 uint32_t fpstate; /* pointer */ member
125 uint64_t fpstate; /* pointer */ member
245 abi_ptr *fpstate, abi_ptr *fxstate, abi_ptr *fpend) in get_sigframe() argument
279 *fpstate = sp; in get_sigframe()
341 struct target_fregs_state *fpstate, in setup_sigcontext() argument
373 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 …]
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h73 union fp_state fpstate; member