Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dsmm_helper.c49 qemu_log_mask(CPU_LOG_INT, "SMM: enter\n"); in do_smm_enter()
50 log_cpu_state_mask(CPU_LOG_INT, ENV_GET_CPU(env), X86_DUMP_CCOP); in do_smm_enter()
290 qemu_log_mask(CPU_LOG_INT, "SMM: after RSM\n"); in helper_rsm()
291 log_cpu_state_mask(CPU_LOG_INT, ENV_GET_CPU(env), X86_DUMP_CCOP); in helper_rsm()
Dexcp_helper.c56 qemu_log_mask(CPU_LOG_INT, "check_exception old: 0x%x new 0x%x\n", in check_exception()
Dseg_helper.c1060 if (qemu_loglevel_mask(CPU_LOG_INT)) { in do_interrupt_all()
Dtranslate.c6874 qemu_set_log(CPU_LOG_INT | CPU_LOG_TB_IN_ASM); in disas_insn()
/external/qemu/include/qemu/
Dlog.h35 #define CPU_LOG_INT (1 << 4) macro
/external/qemu/
Dqemu-log.c103 { CPU_LOG_INT, "int",