Home
last modified time | relevance | path

Searched refs:cpu_outb (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/exec/
H A Dioport.h46 void cpu_outb(uint32_t addr, uint8_t val);
/openbmc/qemu/monitor/
H A Dhmp-cmds.c353 cpu_outb(addr & IOPORTS_MASK, index & 0xff); in hmp_ioport_read()
388 cpu_outb(addr, val); in hmp_ioport_write()
/openbmc/qemu/tests/qtest/fuzz/
H A Dqtest_wrappers.c82 cpu_outb(addr, value); in __wrap_qtest_outb()
/openbmc/qemu/system/
H A Dioport.c62 void cpu_outb(uint32_t addr, uint8_t val) in cpu_outb() function
H A Dqtest.c472 cpu_outb(addr, value); in qtest_process_command()
/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c260 return cpu_outb(addr, val); in do_outp()