Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dioport.h45 void cpu_outw(uint32_t addr, uint16_t val);
/openbmc/qemu/tests/qtest/fuzz/
H A Dqtest_wrappers.c91 cpu_outw(addr, value); in __wrap_qtest_outw()
/openbmc/qemu/system/
H A Dioport.c68 void cpu_outw(uint32_t addr, uint16_t val) in cpu_outw() function