HomeSort by: relevance | last modified time | path
    Searched refs:emu_rdw (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu_util.c 144 emu->emu_rdw = rdw;
x86emu.c 273 emu->x86.R_CS = (*emu->emu_rdw)(emu, intr * 4 + 2);
274 emu->x86.R_IP = (*emu->emu_rdw)(emu, intr * 4);
341 NOTE: Do not inline this function, as (*emu->emu_rdw) is already inline!
360 NOTE: Do not inline this function, as (*emu->emu_rdw) is already inline!
498 return (*emu->emu_rdw) (emu, ((uint32_t) segment << 4) + offset);
  /src/common/include/x86emu/
x86emu.h 156 uint16_t (*emu_rdw)(struct X86EMU *, uint32_t addr); member in struct:X86EMU

Completed in 19 milliseconds