Searched refs:X86EMU_exec_intr (Results 1 – 3 of 3) sorted by relevance
180 void X86EMU_exec_intr(struct X86EMU *, uint8_t);
253 X86EMU_exec_intr(&sc->emu, 0x10); in vga_post_set_vbe()
266 X86EMU_exec_intr(struct X86EMU *emu, uint8_t intr) in X86EMU_exec_intr() function