Searched refs:xencons_interface (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dconsole.h34 struct xencons_interface { struct
/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c47 static volatile struct xencons_interface *cons_ifp;
164 cons_ifp = (volatile struct xencons_interface *)HYPERVISOR_console_page;
207 cons_ifp = (volatile struct xencons_interface *)HYPERVISOR_console_page;
229 cons_ifp = (volatile struct xencons_interface *)HYPERVISOR_console_page;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.h129 volatile struct xencons_interface *ifp; /* console ring buffers */
H A Dxencons.c256 xcp->ifp = (volatile struct xencons_interface *)HYPERVISOR_console_page;
542 volatile struct xencons_interface *ifp;
734 volatile struct xencons_interface *ifp = xcp->ifp;
860 volatile struct xencons_interface *ifp = xcp->ifp;
1282 volatile struct xencons_interface *ifp = xcp->ifp;
1320 volatile struct xencons_interface *ifp = xcp->ifp;

Completed in 68 milliseconds