Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dsignal.c307 abi_ptr fpstate_addr, in xsave_sigcontext() argument
317 uint32_t extended_size = fpend_addr - fpstate_addr; in xsave_sigcontext()
342 abi_ptr fpstate_addr, in setup_sigcontext() argument
418 __put_user(fpstate_addr, &sc->fpstate); in setup_sigcontext()
468 fpstate = (void *)frame + (fpstate_addr - frame_addr); in setup_frame()
544 fpstate = (void *)frame + (fpstate_addr - frame_addr); in setup_rt_frame()
680 abi_ptr fpstate_addr, in frstor_sigcontext() argument
713 abi_ptr fpstate_addr; in restore_sigcontext() local
763 fpstate_addr = tswapl(sc->fpstate); in restore_sigcontext()
764 if (fpstate_addr == 0) { in restore_sigcontext()
[all …]