Searched refs:emu_outb (Results 1 – 3 of 3) sorted by relevance
| /src/sys/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 | 3726 (*emu->emu_outb) (emu, port, emu->x86.R_AL); in x86emuOp_out_byte_IMM_AL() 3843 (*emu->emu_outb) (emu, emu->x86.R_DX, emu->x86.R_AL); in x86emuOp_out_byte_DX_AL() 8297 (*emu->emu_outb) (emu, emu->x86.R_DX, in outs() 8329 (*emu->emu_outb) (emu, emu->x86.R_DX, in outs()
|
| /src/sys/compat/x86bios/ |
| H A D | x86bios.c | 776 x86bios_emu.emu_outb = x86bios_emu_outb; in x86bios_init()
|