Searched refs:es_base (Results 1 – 2 of 2) sorted by relevance
321 unsigned long es_base; in vc_handle_ioio() local337 es_base = insn_get_seg_base(ctxt->regs, INAT_SEG_REG_ES); in vc_handle_ioio()342 (void *)(es_base + regs->si), in vc_handle_ioio()364 (void *)(es_base + regs->di), in vc_handle_ioio()
522 unsigned long ds_base, es_base; in vc_handle_mmio_movs() local530 es_base = insn_get_seg_base(ctxt->regs, INAT_SEG_REG_ES); in vc_handle_mmio_movs()532 if (ds_base == -1L || es_base == -1L) { in vc_handle_mmio_movs()539 dst = es_base + (unsigned char *)ctxt->regs->di; in vc_handle_mmio_movs()
Completed in 6 milliseconds