Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/ml/
H A Dhypersubr.S84 .globl hypercall_shared_info_page
85 .type hypercall_shared_info_page, @object
86 .size hypercall_shared_info_page, HYPERCALL_SHINFO_PAGESIZE
87 hypercall_shared_info_page: label
/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c77 extern caddr_t hypercall_shared_info_page;
203 xen_shared_info_frame = va_to_pfn(&hypercall_shared_info_page); in xen_hvm_init()
211 HYPERVISOR_shared_info = (void *)&hypercall_shared_info_page; in xen_hvm_init()