Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/dev/arm64/
H A Dsysctl.c33 extern uint32_t idle_proximate_io_wfe_masked;
53 CTLFLAG_RW, &idle_proximate_io_wfe_masked, 0,
/xnu-10002.61.3/osfmk/arm64/
H A Dcpu.c149 uint32_t idle_proximate_io_wfe_masked = 0; variable
156 static uint32_t idle_proximate_io_wfe_masked = 0; variable
515 if (idle_proximate_io_wfe_masked == 1) { in cpu_idle()
1175 idle_proximate_io_wfe_masked = ((wfe_mode & 2) == 2); in cpu_machine_idle_init()