OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emu_inb
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/include/x86emu/
x86emu.h
162
uint8_t (*
emu_inb
)(struct X86EMU *, uint16_t addr);
member in struct:X86EMU
/src/sys/arch/x86/x86/
vga_post.c
198
sc->emu.
emu_inb
= vm86_emu_inb;
/src/common/lib/libx86emu/
x86emu.c
3555
emu->x86.R_AL = (*emu->
emu_inb
) (emu, port);
3670
emu->x86.R_AL = (*emu->
emu_inb
) (emu, emu->x86.R_DX);
7954
(*emu->
emu_inb
) (emu, emu->x86.R_DX));
7983
(*emu->
emu_inb
) (emu, emu->x86.R_DX));
Completed in 17 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025