Home
last modified time | relevance | path

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

/netbsd-src/common/include/x86emu/
H A Dx86emu.h179 void X86EMU_exec_call(struct X86EMU *, uint16_t, uint16_t);
/netbsd-src/sys/arch/x86/x86/
H A Dvga_post.c232 X86EMU_exec_call(&sc->emu, 0xc000, 0x0003); in vga_post_call()
/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c255 X86EMU_exec_call(struct X86EMU *emu, uint16_t seg, uint16_t off) in X86EMU_exec_call() function