Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_primary_console.c188 uint32_t xs_gntref = GNTTAB_RESERVED_CONSOLE; in xen_primary_console_reset()
H A Dxen_gnttab.c545 s->entries.v1[GNTTAB_RESERVED_CONSOLE].flags = GTF_permit_access; in xen_gnttab_reset()
546 s->entries.v1[GNTTAB_RESERVED_CONSOLE].frame = XEN_SPECIAL_PFN(CONSOLE); in xen_gnttab_reset()
/openbmc/linux/include/xen/interface/
H A Dgrant_table.h106 #define GNTTAB_RESERVED_CONSOLE 0 macro
/openbmc/qemu/include/hw/xen/interface/
H A Dgrant_table.h134 #define GNTTAB_RESERVED_CONSOLE 0 macro
/openbmc/qemu/hw/char/
H A Dxen_console.c265 con->ring_ref = GNTTAB_RESERVED_CONSOLE; in xen_console_connect()