OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpstate
(Results
1 - 12
of
12
) sorted by null
/external/libunwind/src/x86/
Gos-freebsd.c
145
unw_word_t
fpstate
, fpformat;
local
284
&
fpstate
)) < 0)
286
if (
fpstate
== FREEBSD_UC_MCONTEXT_FPOWNED_NONE)
/bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext32.h
91
unsigned int
fpstate
;
member in struct:sigcontext_ia32
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-9/arch-x86/include/asm/
sigcontext.h
87
struct _fpstate __user *
fpstate
;
member in struct:sigcontext
/development/ndk/platforms/android-L/arch-x86/include/asm/
sigcontext32.h
91
unsigned int
fpstate
;
member in struct:sigcontext_ia32
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-L/arch-x86_64/include/asm/
sigcontext32.h
91
unsigned int
fpstate
;
member in struct:sigcontext_ia32
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/kernel-headers/original/uapi/asm-x86/asm/
sigcontext32.h
72
unsigned int
fpstate
; /* really (struct _fpstate_ia32 *) */
member in struct:sigcontext_ia32
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.
125
struct _fpstate __user *
fpstate
;
member in struct:sigcontext
187
struct _fpstate __user *
fpstate
; /* zero when no FPU context */
member in struct:sigcontext
209
* Extended state pointed by the
fpstate
pointer in the sigcontext.
210
* In addition to the
fpstate
, information encoded in the xstate_hdr
215
struct _fpstate
fpstate
;
member in struct:_xstate
/external/lldb/source/Plugins/Process/POSIX/
RegisterContextLinux_x86_64.cpp
89
FXSAVE*
fpstate
; // Location of FPR's.
member in struct:UserArea
RegisterContext_i386.h
153
FPU*
fpstate
; // Location of FPR's.
member in struct:RegisterContext_i386::UserArea
Completed in 109 milliseconds