Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dioport.h44 void cpu_outb(uint32_t addr, uint8_t val);
/openbmc/qemu/tests/qtest/fuzz/
H A Dqtest_wrappers.c82 cpu_outb(addr, value); in __wrap_qtest_outb()
/openbmc/qemu/system/
H A Dioport.c61 void cpu_outb(uint32_t addr, uint8_t val) in cpu_outb() function