Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c56 #define PFFLAG_ROM_LOCK 1 /* Sets whether ROM memory area is RW or RO */ macro
319 s->flags = val & PFFLAG_ROM_LOCK; in platform_fixed_ioport_writeb()
322 hvmmem_type_t mem_type = (val & PFFLAG_ROM_LOCK) ? in platform_fixed_ioport_writeb()
328 s->flags = val & PFFLAG_ROM_LOCK; in platform_fixed_ioport_writeb()