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/
Dhyperv.c140 static struct hyperv_proc hyperv_event_proc = { variable
650 (*hyperv_event_proc.func)(hyperv_event_proc.arg, ci); in hyperv_intr()
674 hyperv_event_proc.func = func; in hyperv_set_event_proc()
675 hyperv_event_proc.arg = arg; in hyperv_set_event_proc()