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

/freebsd-10.2-release/sys/dev/hyperv/vmbus/
H A Dhv_hv.c69 .hypercall_page = NULL,
166 volatile void* hypercall_page = hv_vmbus_g_context.hypercall_page; local
171 "m" (hypercall_page));
184 volatile void* hypercall_page = hv_vmbus_g_context.hypercall_page;
191 "S"(output_address_low), "m" (hypercall_page));
255 hv_vmbus_g_context.hypercall_page = virt_addr;
283 if (hv_vmbus_g_context.hypercall_page != NULL) {
287 free(hv_vmbus_g_context.hypercall_page, M_DEVBU
[all...]
H A Dhv_vmbus_priv.h186 void* hypercall_page; member in struct:__anon8955
/freebsd-10.2-release/sys/i386/xen/
H A Dlocore.s78 ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, .long, hypercall_page)
236 ENTRY(hypercall_page)
H A Dexception.s397 jmp hypercall_page + (__HYPERVISOR_iret * 32)

Completed in 89 milliseconds