Searched refs:wfe_mode (Results 1 – 1 of 1) sorted by relevance
1158 uint32_t wfe_mode = 0; in cpu_machine_idle_init() local1159 if (PE_parse_boot_argn("wfe_mode", &wfe_mode, sizeof(wfe_mode))) { in cpu_machine_idle_init()1160 idle_proximate_timer_wfe = ((wfe_mode & 1) == 1); in cpu_machine_idle_init()1161 idle_proximate_io_wfe_masked = ((wfe_mode & 2) == 2); in cpu_machine_idle_init()1163 idle_proximate_io_wfe_unmasked = ((wfe_mode & 4) == 4); in cpu_machine_idle_init()