Searched refs:CC_CONTENT_DEFAULT (Results 1 – 7 of 7) sorted by relevance
93 #define CC_CONTENT_DEFAULT (CC_CONTENT_STACK | CC_CONTENT_HEAP | \ macro
180 cg->core_content = CC_CONTENT_DEFAULT; in core_init_zone()183 cg->core_default_content = corectl_content_alloc(CC_CONTENT_DEFAULT); in core_init_zone()
159 core_content_t content = CC_CONTENT_DEFAULT; in main()
525 glob_content = init_content = CC_CONTENT_DEFAULT; in read_legacy()
1539 mask = CC_CONTENT_DEFAULT; in proc_str2content()1607 defcnt = 1 + popc(content ^ CC_CONTENT_DEFAULT); in proc_content2str()1611 mask = content ^ CC_CONTENT_DEFAULT; in proc_content2str()
2033 if (Pgcore(P, core_name, CC_CONTENT_DEFAULT) != 0) { in gcore_dcmd()
1362 core_content_t content = CC_CONTENT_DEFAULT; in pt_gcore()