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

  /external/qemu/include/qemu/
log.h 35 #define CPU_LOG_INT (1 << 4)
  /external/qemu/target-i386/
excp_helper.c 56 qemu_log_mask(CPU_LOG_INT, "check_exception old: 0x%x new 0x%x\n",
smm_helper.c 49 qemu_log_mask(CPU_LOG_INT, "SMM: enter\n");
50 log_cpu_state_mask(CPU_LOG_INT, ENV_GET_CPU(env), X86_DUMP_CCOP);
290 qemu_log_mask(CPU_LOG_INT, "SMM: after RSM\n");
291 log_cpu_state_mask(CPU_LOG_INT, ENV_GET_CPU(env), X86_DUMP_CCOP);
seg_helper.c     [all...]
translate.c     [all...]
  /external/qemu/
qemu-log.c 103 { CPU_LOG_INT, "int",

Completed in 73 milliseconds