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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm_plat.c218 domp->dflags = PPMD_LOCK_ALL | PPMD_CPU_READY;
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h278 #define PPMD_LOCK_ALL 0x4 macro
/illumos-gate/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 ||
1520 (domp->dflags == PPMD_LOCK_ALL) ? "all" : "one",
1523 if (domp->dflags == PPMD_LOCK_ALL)
1545 if (domp->dflags & PPMD_LOCK_ALL)
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c831 (domp->dflags & PPMD_LOCK_ALL) ? "all" : "one",
834 if (domp->dflags & PPMD_LOCK_ALL)
856 if (domp->dflags & PPMD_LOCK_ALL)
H A Dppm_subr.c209 "CPU", PPMD_CPU, PPMD_LOCK_ALL, PPMD_ON,

Completed in 55 milliseconds