/external/kernel-headers/original/uapi/asm-x86/asm/ |
ucontext.h | 6 * by the fpstate pointer in the ucontext's
|
sigcontext.h | 27 * used to extend the fpstate pointer in the sigcontext, which now includes the 28 * extended state information along with fpstate information. 33 * fpstate+extended_size-FP_XSTATE_MAGIC2_SIZE address) is set to 47 * Total size of the fpstate area: 185 * Extended state pointed to by sigcontext::fpstate. 187 * In addition to the fpstate, information encoded in _xstate::xstate_hdr 192 struct _fpstate fpstate; member in struct:_xstate 223 * fpstate is really (struct _fpstate *) or (struct _xstate *) 229 __u32 fpstate; /* Zero when no FPU/extended context */ member in struct:sigcontext_32 266 * fpstate is really (struct _fpstate *) or (struct _xstate * 272 __u64 fpstate; \/* Zero when no FPU\/extended context *\/ member in struct:sigcontext_64 319 struct _fpstate __user *fpstate; member in struct:sigcontext 351 struct _fpstate __user *fpstate; \/* Zero when no FPU context *\/ member in struct:sigcontext [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
ucontext.h | 6 * by the fpstate pointer in the ucontext's
|
sigcontext.h | 14 * are used to extended the fpstate pointer in the sigcontext, which now 15 * includes the extended state information along with fpstate information. 20 * extended state information in the memory layout pointed by the fpstate 26 * fpstate pointer in the sigcontext. 124 struct _fpstate *fpstate; member in struct:sigcontext 184 struct _fpstate *fpstate; /* zero when no FPU context */ member in struct:sigcontext 202 * Extended state pointed by the fpstate pointer in the sigcontext. 203 * In addition to the fpstate, information encoded in the xstate_hdr 208 struct _fpstate fpstate; member in struct:_xstate
|
sigcontext32.h | 72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
ucontext.h | 6 * by the fpstate pointer in the ucontext's
|
sigcontext.h | 14 * are used to extended the fpstate pointer in the sigcontext, which now 15 * includes the extended state information along with fpstate information. 20 * extended state information in the memory layout pointed by the fpstate 26 * fpstate pointer in the sigcontext. 124 struct _fpstate *fpstate; member in struct:sigcontext 184 struct _fpstate *fpstate; /* zero when no FPU context */ member in struct:sigcontext 202 * Extended state pointed by the fpstate pointer in the sigcontext. 203 * In addition to the fpstate, information encoded in the xstate_hdr 208 struct _fpstate fpstate; member in struct:_xstate
|
sigcontext32.h | 72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
ucontext.h | 6 * by the fpstate pointer in the ucontext's
|
sigcontext.h | 14 * are used to extended the fpstate pointer in the sigcontext, which now 15 * includes the extended state information along with fpstate information. 20 * extended state information in the memory layout pointed by the fpstate 26 * fpstate pointer in the sigcontext. 124 struct _fpstate *fpstate; member in struct:sigcontext 184 struct _fpstate *fpstate; /* zero when no FPU context */ member in struct:sigcontext 202 * Extended state pointed by the fpstate pointer in the sigcontext. 203 * In addition to the fpstate, information encoded in the xstate_hdr 208 struct _fpstate fpstate; member in struct:_xstate
|
sigcontext32.h | 72 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
|
/external/strace/linux/i386/ |
arch_sigreturn.c | 5 * On i386, sigcontext is followed on stack by struct fpstate
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs1_linux.go | 31 type Fpstate C.struct__libc_fpstate
|
defs_linux_amd64.go | 161 type fpstate struct { type 213 fpregs *fpstate 223 __fpregs_mem fpstate 253 fpstate *fpstate1
|
defs_linux_386.go | 110 type fpstate struct { type 199 fpstate *fpstate
|
/prebuilts/go/linux-x86/src/runtime/ |
defs1_linux.go | 31 type Fpstate C.struct__libc_fpstate
|
defs_linux_amd64.go | 161 type fpstate struct { type 213 fpregs *fpstate 223 __fpregs_mem fpstate 253 fpstate *fpstate1
|
defs_linux_386.go | 110 type fpstate struct { type 199 fpstate *fpstate
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
sigcontext.h | 122 struct _fpstate fpstate; member in struct:_xstate 152 __u32 fpstate; member in struct:sigcontext_32 191 __u64 fpstate; member in struct:sigcontext_64 224 struct _fpstate __user * fpstate; member in struct:sigcontext 264 struct _fpstate __user * fpstate; member in struct:sigcontext
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sigcontext.h | 102 struct _fpstate * fpstate; member in struct:sigcontext 153 struct _fpstate * fpstate; member in struct:sigcontext
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
sigcontext.h | 102 struct _fpstate * fpstate; member in struct:sigcontext 153 struct _fpstate * fpstate; member in struct:sigcontext
|
/development/ndk/platforms/android-21/arch-x86/include/asm/ |
sigcontext.h | 106 struct _fpstate __user *fpstate; member in struct:sigcontext 167 struct _fpstate __user *fpstate; member in struct:sigcontext 187 struct _fpstate fpstate; member in struct:_xstate
|
/development/ndk/platforms/android-21/arch-x86_64/include/asm/ |
sigcontext.h | 106 struct _fpstate __user *fpstate; member in struct:sigcontext 167 struct _fpstate __user *fpstate; member in struct:sigcontext 187 struct _fpstate fpstate; member in struct:_xstate
|
/external/valgrind/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); 458 synth_ucontext(tst->tid, siginfo, trapno, err, mask, &uc, &frame->fpstate); 525 &frame->uContext, &frame->fpstate); 608 struct _vki_fpstate *fpstate ) 627 //:: restore_i387(&tst->arch, fpstate); [all...] |
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/ |
sigcontext.h | 106 struct _fpstate __user *fpstate; member in struct:sigcontext 167 struct _fpstate __user *fpstate; member in struct:sigcontext 187 struct _fpstate fpstate; member in struct:_xstate
|