Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c388 int intno; in cpu_exec() local
391 intno = cpu_get_pic_interrupt(env); in cpu_exec()
392 … qemu_log_mask(CPU_LOG_TB_IN_ASM, "Servicing hardware INT=0x%02x\n", intno); in cpu_exec()
398 do_interrupt(intno, 0, 0, 0, 1); in cpu_exec()
406 int intno; in cpu_exec() local
409intno = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.int_vector)); in cpu_exec()
410 … qemu_log_mask(CPU_LOG_TB_IN_ASM, "Servicing virtual hardware INT=0x%02x\n", intno); in cpu_exec()
411 do_interrupt(intno, 0, 0, 0, 1); in cpu_exec()