OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fx_layout
(Results
1 - 6
of
6
) sorted by null
/external/qemu/target-i386/
hax-darwin.h
76
#define HAX_VCPU_IOCTL_SET_FPU _IOW(0, 0xc3, struct
fx_layout
)
77
#define HAX_VCPU_IOCTL_GET_FPU _IOR(0, 0xc4, struct
fx_layout
)
hax-i386.h
69
int hax_sync_fpu(CPUState *env, struct
fx_layout
*fl, int set);
hax-darwin.c
268
int hax_sync_fpu(CPUState *env, struct
fx_layout
*fl, int set)
hax-interface.h
22
/*
fx_layout
according to Intel SDM */
23
struct
fx_layout
{
struct
hax-windows.c
399
int hax_sync_fpu(CPUState *env, struct
fx_layout
*fl, int set)
hax-all.c
943
struct
fx_layout
fpu;
966
struct
fx_layout
fpu;
Completed in 30 milliseconds