Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dhv_support_kext.c72 static int hv_callbacks_enabled = 0; variable
177 if (hv_callbacks_enabled == 0) { in hv_set_callbacks()
179 hv_callbacks_enabled = 1; in hv_set_callbacks()
202 hv_callbacks_enabled = 0; in hv_release_callbacks()
210 if (hv_callbacks_enabled) { in hv_suspend()
219 if (hv_callbacks_enabled && hv_callbacks.resume) { in hv_resume()