HomeSort by relevance Sort by last modified time
    Searched refs:cpu_fprintf (Results 1 - 14 of 14) sorted by null

  /external/qemu/target-i386/
helper.c 410 void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...))
415 (*cpu_fprintf)(f, "x86 %16s\n", x86_defs[i].name);
602 int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
607 cpu_fprintf(f, "%-3s=%04x %016" PRIx64 " %08x %08x", name,
612 cpu_fprintf(f, "%-3s=%04x %08x %08x %08x", name, sc->selector,
619 cpu_fprintf(f, " DPL=%d ", (sc->flags & DESC_DPL_MASK) >> DESC_DPL_SHIFT);
622 cpu_fprintf(f, (sc->flags & DESC_L_MASK) ? "CS64" :
624 cpu_fprintf(f, " [%c%c", (sc->flags & DESC_C_MASK) ? 'C' : '-',
627 cpu_fprintf(f, (sc->flags & DESC_B_MASK) ? "DS " : "DS16");
628 cpu_fprintf(f, " [%c%c", (sc->flags & DESC_E_MASK) ? 'E' : '-'
    [all...]
cpu.h 866 void x86_cpu_list(FILE *f, fprintf_function cpu_fprintf);
    [all...]
  /external/qemu/include/qom/
cpu.h 126 * @cpu_fprintf: Function to dump with.
131 void cpu_dump_state(CPUState *cpu, FILE *f, fprintf_function cpu_fprintf,
138 * @cpu_fprintf: Function to dump with.
143 void cpu_dump_statistics(CPUState *cpu, FILE *f, fprintf_function cpu_fprintf,
  /external/qemu/
translate-all.c     [all...]
  /external/qemu/tcg/
tcg.c     [all...]
tcg.h 605 void tcg_dump_info(FILE *f, fprintf_function cpu_fprintf);
  /external/qemu/include/exec/
cpu-common.h 21 * @cpu_fprintf: Print function.
27 fprintf_function cpu_fprintf; member in struct:CPUListState
cpu-all.h 556 int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
  /external/qemu/target-mips/
translate_init.c 463 void mips_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...))
468 (*cpu_fprintf)(f, "MIPS '%s'\n",
translate.c     [all...]
cpu.h 491 void mips_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...));
  /external/qemu/target-arm/
cpu.h 451 void arm_cpu_list(FILE *f, fprintf_function cpu_fprintf);
helper.c 489 void arm_cpu_list(FILE *f, fprintf_function cpu_fprintf)
493 (*cpu_fprintf)(f, "Available CPUs:\n");
495 (*cpu_fprintf)(f, " %s\n", arm_cpu_names[i].name);
    [all...]
translate.c     [all...]

Completed in 405 milliseconds