HomeSort by: relevance | last modified time | path
    Searched refs:xencons_interface (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
console.h 34 struct xencons_interface { struct
  /src/sys/arch/xen/xen/
xencons.c 109 volatile struct xencons_interface *xencons_interface; variable in typeref:typename:volatile struct xencons_interface *
402 #define XNC_OUT (xencons_interface->out)
403 cons = xencons_interface->out_cons;
404 prod = xencons_interface->out_prod;
406 while (prod != cons + sizeof(xencons_interface->out)) {
422 xencons_interface->out_prod = prod;
458 #define XNC_IN (xencons_interface->in)
460 cons = xencons_interface->in_cons;
461 prod = xencons_interface->in_prod
    [all...]
hypervisor.c 427 xencons_interface = 0;
432 pmap_kenter_pa((vaddr_t) xencons_interface,
454 if (xencons_interface != 0) {
689 if (xencons_interface != 0 || vm_guest != VM_GUEST_XENPVHVM) {
  /src/sys/arch/xen/include/
hypervisor.h 152 extern volatile struct xencons_interface *xencons_interface;
  /src/sys/arch/xen/x86/
pvh_consinit.c 100 pmap_kenter_pa((vaddr_t) xencons_interface, ptoa(xen_hvm_param.value),
x86_xpmap.c 631 * xencons_interface (if present)
763 xencons_interface = (void *)page;
  /src/sys/arch/x86/x86/
pmap.c 1389 extern volatile struct xencons_interface *xencons_interface; /* XXX */
1396 xencons_interface = (void *) pmap_bootstrap_valloc(1);

Completed in 59 milliseconds