Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dioport.h30 #define IOPORTS_MASK (MAX_IOPORTS - 1) macro
/openbmc/qemu/monitor/
H A Dhmp-cmds.c353 cpu_outb(addr & IOPORTS_MASK, index & 0xff); in hmp_ioport_read()
383 addr &= IOPORTS_MASK; in hmp_ioport_write()