Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/ml/
H A Dhypersubr.S92 .globl hypercall_page
93 .type hypercall_page, @function
94 hypercall_page: label
96 .size hypercall_page, HYPERCALL_PAGESIZE
99 addq $hypercall_page, %rax; \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dxpv_platform.c76 extern caddr_t hypercall_page;
166 pfn = va_to_pfn(&hypercall_page); in xen_hvm_init()