Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dhyperv.c144 static struct hyperv_proc hyperv_message_proc = { variable
651 (*hyperv_message_proc.func)(hyperv_message_proc.arg, ci); in hyperv_intr()
682 hyperv_message_proc.func = func; in hyperv_set_message_proc()
683 hyperv_message_proc.arg = arg; in hyperv_set_message_proc()