Searched defs:HYPERVISOR_shared_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c72 shared_info_t *HYPERVISOR_shared_info = NULL; variable
213 HYPERVISOR_shared_info = (void *)&hypercall_shared_info_page;
243 if (HYPERVISOR_shared_info != NULL)
H A Dfakebop.c125 shared_info_t *HYPERVISOR_shared_info; variable
1763 HYPERVISOR_shared_info = (void *)xbp->bi_shared_info;
/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c34 shared_info_t *HYPERVISOR_shared_info; variable
75 HYPERVISOR_shared_info = (shared_info_t *)vaddr;
142 (void *)((uintptr_t)HYPERVISOR_shared_info + MMU_PAGESIZE);

Completed in 80 milliseconds