Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dioport.h46 void cpu_outl(uint32_t addr, uint32_t val);
/openbmc/qemu/tests/qtest/fuzz/
H A Dqtest_wrappers.c100 cpu_outl(addr, value); in __wrap_qtest_outl()
/openbmc/qemu/system/
H A Dioport.c78 void cpu_outl(uint32_t addr, uint32_t val) in cpu_outl() function