Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu_util.c145 emu->emu_rdl = rdl; in X86EMU_init_default()
H A Dx86emu.c513 return (*emu->emu_rdl) (emu, ((uint32_t) segment << 4) + offset); in fetch_long()
/netbsd-src/common/include/x86emu/
H A Dx86emu.h157 uint32_t (*emu_rdl)(struct X86EMU *, uint32_t addr); member