Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_aarch64.c53 int hypercall_page_setup(vm_paddr_t);
72 hypercall_page_setup(vm_paddr_t hc) in hypercall_page_setup() function
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c56 int hypercall_page_setup(vm_paddr_t);
114 hypercall_page_setup(vm_paddr_t paddr) in hypercall_page_setup() function
/freebsd/sys/dev/hyperv/include/
H A Dhyperv.h88 int hypercall_page_setup(vm_paddr_t);
/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv.c214 ret = hypercall_page_setup(hypercall_context.hc_paddr); in hypercall_create()