Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dhyperv.c137 static struct hyperv_proc hyperv_event_proc = { variable
647 (*hyperv_event_proc.func)(hyperv_event_proc.arg, ci); in hyperv_intr()
671 hyperv_event_proc.func = func; in hyperv_set_event_proc()
672 hyperv_event_proc.arg = arg; in hyperv_set_event_proc()