Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_aarch64.c55 bool hyperv_identify_features(void);
113 hyperv_identify_features(void) in hyperv_identify_features() function
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c58 bool hyperv_identify_features(void);
151 hyperv_identify_features(void) in hyperv_identify_features() function
/freebsd/sys/dev/hyperv/include/
H A Dhyperv.h90 bool hyperv_identify_features(void);
/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv.c172 return(hyperv_identify_features()); in hyperv_identify()