Searched refs:wfe_mode (Results 1 – 1 of 1) sorted by relevance
1164 uint32_t wfe_mode = 0; in cpu_machine_idle_init() local1165 if (PE_parse_boot_argn("wfe_mode", &wfe_mode, sizeof(wfe_mode))) { in cpu_machine_idle_init()1166 idle_proximate_timer_wfe = ((wfe_mode & 1) == 1); in cpu_machine_idle_init()1167 idle_proximate_io_wfe_masked = ((wfe_mode & 2) == 2); in cpu_machine_idle_init()1169 idle_proximate_io_wfe_unmasked = ((wfe_mode & 4) == 4); in cpu_machine_idle_init()