Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/x86emu/
Dx86emu.h168 void (*emu_outl)(struct x86emu *, uint16_t addr, uint32_t val); member
Dx86emu.c3749 (*emu->emu_outl) (emu, port, emu->x86.R_EAX); in x86emuOp_out_word_IMM_AX()
3863 (*emu->emu_outl) (emu, emu->x86.R_DX, emu->x86.R_EAX); in x86emuOp_out_word_DX_AX()
8327 (*emu->emu_outl) (emu, emu->x86.R_DX, in outs()
8350 (*emu->emu_outl) (emu, emu->x86.R_DX, in outs()
/openbsd/src/sys/arch/amd64/pci/
Dvga_post.c179 sc->emu.emu_outl = vm86_emu_outl; in vga_post_init()
/openbsd/src/sys/arch/i386/pci/
Dvga_post.c179 sc->emu.emu_outl = vm86_emu_outl; in vga_post_init()