Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c91 static ppm_domain_t xcppm_cpu = { "domain_cpu", PPMD_LOCK_ALL };
1517 ASSERT(domp->dflags == PPMD_LOCK_ALL || in xcppm_ctlops()
1520 (domp->dflags == PPMD_LOCK_ALL) ? "all" : "one", in xcppm_ctlops()
1523 if (domp->dflags == PPMD_LOCK_ALL) in xcppm_ctlops()
1545 if (domp->dflags & PPMD_LOCK_ALL) in xcppm_ctlops()
/titanic_44/usr/src/uts/common/sys/
H A Dppmvar.h278 #define PPMD_LOCK_ALL 0x4 macro
/titanic_44/usr/src/uts/i86pc/io/
H A Dppm_plat.c218 domp->dflags = PPMD_LOCK_ALL | PPMD_CPU_READY; in ppm_alloc_pstate_domains()
/titanic_44/usr/src/uts/common/io/ppm/
H A Dppm.c831 (domp->dflags & PPMD_LOCK_ALL) ? "all" : "one", in ppm_ctlops()
834 if (domp->dflags & PPMD_LOCK_ALL) in ppm_ctlops()
856 if (domp->dflags & PPMD_LOCK_ALL) in ppm_ctlops()
H A Dppm_subr.c209 "CPU", PPMD_CPU, PPMD_LOCK_ALL, PPMD_ON,