Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hyperv/vmbus/
H A Dhyperv.c101 static struct hypercall_ctx hypercall_context; variable
119 return hypercall_md(hypercall_context.hc_addr, in hypercall_post_message()
126 return hypercall_md(hypercall_context.hc_addr, in hypercall_signal_event()
271 kmem_free((vm_offset_t)hypercall_context.hc_addr, PAGE_SIZE); in hypercall_memfree()
272 hypercall_context.hc_addr = NULL; in hypercall_memfree()
289 hypercall_context.hc_addr = (void *)kmem_malloc(PAGE_SIZE, M_EXEC | in hypercall_create()
291 hypercall_context.hc_paddr = vtophys(hypercall_context.hc_addr); in hypercall_create()
301 hc = ((hypercall_context.hc_paddr >> PAGE_SHIFT) << in hypercall_create()
328 if (hypercall_context.hc_addr == NULL) in hypercall_destroy()