Home
last modified time | relevance | path

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

/freebsd-12.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()
267 kmem_free((vm_offset_t)hypercall_context.hc_addr, PAGE_SIZE); in hypercall_memfree()
268 hypercall_context.hc_addr = NULL; in hypercall_memfree()
285 hypercall_context.hc_addr = (void *)kmem_malloc(PAGE_SIZE, M_EXEC | in hypercall_create()
287 hypercall_context.hc_paddr = vtophys(hypercall_context.hc_addr); in hypercall_create()
297 hc = ((hypercall_context.hc_paddr >> PAGE_SHIFT) << in hypercall_create()
324 if (hypercall_context.hc_addr == NULL) in hypercall_destroy()