OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86CPU
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
cpu-qom.h
7
typedef struct
X86CPU
{
11
}
X86CPU
;
13
static inline
X86CPU
*x86_env_get_cpu(CPUX86State *env)
15
return container_of(env,
X86CPU
, env);
19
#define ENV_OFFSET offsetof(
X86CPU
, env)
helper.c
[
all
...]
Completed in 3027 milliseconds