Home | Sort by: relevance | last modified time | path |
/src/sys/dev/hyperv/ | |
hypervvar.h | 92 typedef void (*hyperv_proc_t)(void *, struct cpu_info *); typedef in typeref:typename:void (*)(void *,struct cpu_info *) 93 void hyperv_set_event_proc(hyperv_proc_t, void *); 94 void hyperv_set_message_proc(hyperv_proc_t, void *); |
/src/sys/arch/x86/x86/ | |
hyperv.c | 136 hyperv_proc_t func; |