Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcorectl.h91 #define CC_CONTENT_ALL 0x1fffULL macro
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1541 mask = CC_CONTENT_ALL; in proc_str2content()
1603 if (content & ~CC_CONTENT_ALL) in proc_content2str()
1608 allcnt = 1 + popc(content ^ CC_CONTENT_ALL); in proc_content2str()
1619 mask = content ^ CC_CONTENT_ALL; in proc_content2str()
H A DPcontrol.c3086 return (CC_CONTENT_ALL); in Pcontent()
/titanic_41/usr/src/uts/common/syscall/
H A Dcorectl.c359 if (content & ~CC_CONTENT_ALL) { in corectl()