HomeSort by relevance Sort by last modified time
    Searched refs:fpstate (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
sigcontext.h 78 struct _fpstate __user * fpstate; member in struct:sigcontext
126 struct _fpstate __user *fpstate; member in struct:sigcontext
  /development/ndk/platforms/android-9/arch-x86/include/asm/
sigcontext.h 78 struct _fpstate __user * fpstate; member in struct:sigcontext
126 struct _fpstate __user *fpstate; member in struct:sigcontext
  /external/kernel-headers/original/asm-x86/
sigcontext.h 81 struct _fpstate __user * fpstate; member in struct:sigcontext
132 struct _fpstate __user *fpstate; /* zero when no FPU context */ member in struct:sigcontext
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
sigcontext.h 80 struct _fpstate * fpstate; member in struct:sigcontext
131 struct _fpstate *fpstate; /* zero when no FPU context */ member in struct:sigcontext
sigcontext32.h 66 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 78 struct _fpstate __user * fpstate; member in struct:sigcontext
126 struct _fpstate __user *fpstate; member in struct:sigcontext
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 78 struct _fpstate __user * fpstate; member in struct:sigcontext
126 struct _fpstate __user *fpstate; member in struct:sigcontext
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 78 struct _fpstate __user * fpstate; member in struct:sigcontext
126 struct _fpstate __user *fpstate; member in struct:sigcontext
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigcontext.h 102 struct _fpstate * fpstate; member in struct:sigcontext
153 struct _fpstate * fpstate; member in struct:sigcontext
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 126 struct _vki_fpstate fpstate; member in struct:sigframe
147 struct _vki_fpstate fpstate; member in struct:rt_sigframe
352 struct vki_ucontext *uc, struct _vki_fpstate *fpstate)
363 sc->fpstate = fpstate;
365 // FIXME: save_i387(&tst->arch, fpstate);
502 synth_ucontext(tst->tid, siginfo, trapno, err, mask, &uc, &frame->fpstate);
569 &frame->uContext, &frame->fpstate);
651 struct _vki_fpstate *fpstate )
670 //:: restore_i387(&tst->arch, fpstate);
    [all...]
sigframe-amd64-linux.c 123 struct _vki_fpstate fpstate; member in struct:rt_sigframe
328 struct vki_ucontext *uc, struct _vki_fpstate *fpstate)
339 sc->fpstate = fpstate;
341 // FIXME: save_i387(&tst->arch, fpstate);
485 &frame->uContext, &frame->fpstate);
567 struct _vki_fpstate *fpstate )
592 //:: restore_i387(&tst->arch, fpstate);
601 restore_sigcontext(tst, &frame->uContext.uc_mcontext, &frame->fpstate);
  /external/kernel-headers/original/asm-arm/
thread_info.h 16 #include <asm/fpstate.h>
63 union fp_state fpstate __attribute__((aligned(8))); member in struct:thread_info
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 220 struct _vki_fpstate __user *fpstate; /* zero when no FPU context */ member in struct:vki_sigcontext
vki-x86-linux.h 254 struct _vki_fpstate __user * fpstate; member in struct:vki_sigcontext
  /external/qemu/
kqemu.c 369 struct fpstate { struct
407 struct fpstate fp1, *fp = &fp1;
433 struct fpstate fp1, *fp = &fp1;

Completed in 4407 milliseconds