Searched refs:emu_outw (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.h | 165 void (*emu_outw)(struct x86emu *, uint16_t addr, uint16_t val); member
|
| H A D | x86emu.c | 3745 (*emu->emu_outw) (emu, port, emu->x86.R_AX); in x86emuOp_out_word_IMM_AX() 3859 (*emu->emu_outw) (emu, emu->x86.R_DX, emu->x86.R_AX); in x86emuOp_out_word_DX_AX() 8309 (*emu->emu_outw) (emu, emu->x86.R_DX, in outs() 8336 (*emu->emu_outw) (emu, emu->x86.R_DX, in outs()
|