OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_vki_fpstate
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c
127
struct
_vki_fpstate
fpstate;
148
struct
_vki_fpstate
fpstate;
231
//:: static void convert_fxsr_to_user( struct
_vki_fpstate
*buf,
262
//:: const struct
_vki_fpstate
*buf )
292
//:: static inline void save_i387_fsave( arch_thread_t *regs, struct
_vki_fpstate
*buf )
300
//:: static void save_i387_fxsave( arch_thread_t *regs, struct
_vki_fpstate
*buf )
310
//:: static void save_i387( arch_thread_t *regs, struct
_vki_fpstate
*buf )
318
//:: static inline void restore_i387_fsave( arch_thread_t *regs, const struct
_vki_fpstate
__user *buf )
323
//:: static void restore_i387_fxsave( arch_thread_t *regs, const struct
_vki_fpstate
__user *buf )
332
//:: static void restore_i387( arch_thread_t *regs, const struct
_vki_fpstate
__user *buf
[
all
...]
sigframe-amd64-linux.c
124
struct
_vki_fpstate
fpstate;
207
//:: static void convert_fxsr_to_user( struct
_vki_fpstate
*buf,
238
//:: const struct
_vki_fpstate
*buf )
268
//:: static inline void save_i387_fsave( arch_thread_t *regs, struct
_vki_fpstate
*buf )
276
//:: static void save_i387_fxsave( arch_thread_t *regs, struct
_vki_fpstate
*buf )
286
//:: static void save_i387( arch_thread_t *regs, struct
_vki_fpstate
*buf )
294
//:: static inline void restore_i387_fsave( arch_thread_t *regs, const struct
_vki_fpstate
__user *buf )
299
//:: static void restore_i387_fxsave( arch_thread_t *regs, const struct
_vki_fpstate
__user *buf )
308
//:: static void restore_i387( arch_thread_t *regs, const struct
_vki_fpstate
__user *buf )
329
struct vki_ucontext *uc, struct
_vki_fpstate
*fpstate
[
all
...]
/external/valgrind/main/include/vki/
vki-amd64-linux.h
179
struct
_vki_fpstate
{
struct
220
struct
_vki_fpstate
__user *fpstate; /* zero when no FPU context */
vki-x86-linux.h
212
struct
_vki_fpstate
{
struct
254
struct
_vki_fpstate
__user * fpstate;
vki-mips32-linux.h
233
struct
_vki_fpstate
{
struct
[
all
...]
Completed in 355 milliseconds