HomeSort by relevance Sort by last modified time
    Searched refs:cpu_outb (Results 1 - 5 of 5) sorted by null

  /external/qemu/include/exec/
ioport.h 46 void cpu_outb(pio_addr_t addr, uint8_t val);
  /external/qemu/
ioport.c 195 void cpu_outb(pio_addr_t addr, uint8_t val) function
kvm-all.c 565 cpu_outb(port, ldub_p(ptr));
  /external/qemu/target-i386/
misc_helper.c 70 cpu_outb(port, data & 0xff);
hax-all.c 452 cpu_outb(port, ldub_p(ptr));

Completed in 710 milliseconds