Searched refs:CPU_LOG_INT (Results 1 – 6 of 6) sorted by relevance
/external/qemu/target-i386/ |
D | smm_helper.c | 49 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()
|
D | excp_helper.c | 56 qemu_log_mask(CPU_LOG_INT, "check_exception old: 0x%x new 0x%x\n", in check_exception()
|
D | seg_helper.c | 1060 if (qemu_loglevel_mask(CPU_LOG_INT)) { in do_interrupt_all()
|
D | translate.c | 6874 qemu_set_log(CPU_LOG_INT | CPU_LOG_TB_IN_ASM); in disas_insn()
|
/external/qemu/include/qemu/ |
D | log.h | 35 #define CPU_LOG_INT (1 << 4) macro
|
/external/qemu/ |
D | qemu-log.c | 103 { CPU_LOG_INT, "int",
|