Searched refs:CC_CONTENT_ALL (Results 1 – 4 of 4) sorted by relevance
91 #define CC_CONTENT_ALL 0x1fffULL macro
1541 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()
3086 return (CC_CONTENT_ALL); in Pcontent()
359 if (content & ~CC_CONTENT_ALL) { in corectl()