Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcpupart.h50 #define CP_DEFAULT 0 macro
/titanic_44/usr/src/uts/common/disp/
H A Dcpupart.c96 #define PSTOCP(psid) ((cpupartid_t)((psid) == PS_NONE ? CP_DEFAULT : (psid)))
97 #define CPTOPS(cpid) ((psetid_t)((cpid) == CP_DEFAULT ? PS_NONE : (cpid)))
113 if (psid == CP_DEFAULT) in cpupart_find_all()
273 cp_default.cp_id = CP_DEFAULT; in cpupart_initialize_default()
285 cp_id_next = CP_DEFAULT + 1; in cpupart_initialize_default()