Home
last modified time | relevance | path

Searched refs:x86_def_t (Results 1 – 1 of 1) sorted by relevance

/external/qemu/target-i386/
Dhelper.c110 typedef struct x86_def_t { struct
121 } x86_def_t; argument
134 static x86_def_t x86_defs[] = {
312 static int cpu_x86_find_by_name(x86_def_t *x86_cpu_def, const char *cpu_model) in cpu_x86_find_by_name()
315 x86_def_t *def; in cpu_x86_find_by_name()
421 x86_def_t def1, *def = &def1; in cpu_x86_register()