Home
last modified time | relevance | path

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

/trueos/sys/contrib/x86emu/
HDx86emu.h163 uint32_t (*emu_inl)(struct x86emu *, uint16_t addr); member
HDx86emu.c3713 emu->x86.R_EAX = (*emu->emu_inl) (emu, port); in x86emuOp_in_word_AX_IMM()
3833 emu->x86.R_EAX = (*emu->emu_inl) (emu, emu->x86.R_DX); in x86emuOp_in_word_AX_DX()
8255 (*emu->emu_inl) (emu, emu->x86.R_DX)); in ins()
8277 (*emu->emu_inl) (emu, emu->x86.R_DX)); in ins()
/trueos/sys/compat/x86bios/
HDx86bios.c766 x86bios_emu.emu_inl = x86bios_emu_inl; in x86bios_init()