Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dioport.h47 uint8_t cpu_inb(uint32_t addr);
/openbmc/qemu/tests/qtest/fuzz/
H A Dqtest_wrappers.c55 return cpu_inb(addr); in WRAP()
/openbmc/qemu/system/
H A Dioport.c88 uint8_t cpu_inb(uint32_t addr) in cpu_inb() function