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

  /src/common/lib/libx86emu/
x86emu_util.c 143 emu->emu_rdb = rdb;
x86emu.c 302 NOTE: Do not inline this function, as (*emu->emu_rdb) is already inline!
322 NOTE: Do not inline this function, as (*emu->emu_rdb) is already inline!
483 return (*emu->emu_rdb) (emu, ((uint32_t) segment << 4) + offset);
  /src/common/include/x86emu/
x86emu.h 155 uint8_t (*emu_rdb)(struct X86EMU *, uint32_t addr); member in struct:X86EMU

Completed in 17 milliseconds