Home
last modified time | relevance | path

Searched refs:helper_outb (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/avr/
H A Dhelper.c264 void helper_outb(CPUAVRState *env, uint32_t port, uint32_t data) in helper_outb() function
352 helper_outb(env, addr - NUMBER_OF_CPU_REGISTERS, data); in helper_fullwr()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c30 void helper_outb(CPUX86State *env, uint32_t port, uint32_t data) in helper_outb() function