Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_pc.c428 while (*safe != PAUSE_IDLE) in mach_cpu_pause()
/titanic_41/usr/src/uts/common/os/
H A Dcpu.c832 safe_list[i] = PAUSE_IDLE; in start_cpus()
885 ASSERT(safe_list[cpun] == PAUSE_IDLE); in cpu_pause_free()
892 ASSERT(safe_list[cpun] == PAUSE_IDLE); in cpu_pause_free()
907 safe_list[cpun] = PAUSE_IDLE; in cpu_pause_free()
1001 safe_list[i] = PAUSE_IDLE; in pause_cpus()
/titanic_41/usr/src/uts/common/sys/
H A Dcpuvar.h647 #define PAUSE_IDLE 0 /* normal state */ macro
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c822 while (*safe != PAUSE_IDLE) in mach_cpu_pause()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dmp_xen.c550 while (*safe != PAUSE_IDLE) { in mach_cpu_pause()