Searched refs:emu_outb (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.h | 164 void (*emu_outb)(struct x86emu *, uint16_t addr, uint8_t val); member
|
| H A D | x86emu.c | 3729 (*emu->emu_outb) (emu, port, emu->x86.R_AL); in x86emuOp_out_byte_IMM_AL() 3846 (*emu->emu_outb) (emu, emu->x86.R_DX, emu->x86.R_AL); in x86emuOp_out_byte_DX_AL() 8300 (*emu->emu_outb) (emu, emu->x86.R_DX, in outs() 8332 (*emu->emu_outb) (emu, emu->x86.R_DX, in outs()
|