Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c216 static int *cpu_mwait_hints; variable
635 cpu_mwait_hints = kmalloc(sizeof(int) * cpu_mwait_hints_cnt, in cpu_mwait_attach()
646 cpu_mwait_hints[hint_idx] = MWAIT_EAX_HINT(i, j); in cpu_mwait_attach()
657 int hint = cpu_mwait_hints[i]; in cpu_mwait_attach()
1149 hint = cpu_mwait_hints[idx]; in cpu_mwait_cx_hint()
1441 if (cpu_mwait_hints) { in cpu_smp_stopped()
1444 cpu_mwait_hints[ in cpu_smp_stopped()