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

/gem5/ext/mcpat/
H A Dcommon.h44 #define STRCMP(var, str) else if (strcmp(var, str) == 0) macro
46 #define ASSIGN_INT_IF(str, lhs) STRCMP(node_name, str) \
49 #define ASSIGN_FP_IF(str, lhs) STRCMP(node_name, str) \
52 #define ASSIGN_STR_IF(str, lhs) STRCMP(node_name, str) \
55 #define ASSIGN_ENUM_IF(str, lhs, etype) STRCMP(node_name, str) \
H A Dsystem.cc70 } STRCMP(type, "Core") { function
74 } STRCMP(type, "CacheUnit") { function
76 } STRCMP(type, "CacheController") { function
80 } STRCMP(type, "MemoryController") { function
82 } STRCMP(type, "FlashController") { function
84 } STRCMP(type, "NIUController") { function
86 } STRCMP(type, "PCIeController") { function
88 } STRCMP(type, "Memory") { function
91 } STRCMP(type, "OnChipNetwork") { function
98 } STRCMP(typ function
[all...]
H A Dbasic_components.cc119 STRCMP(type, "Core")
121 STRCMP(type, "CacheUnit")
123 STRCMP(type, "CacheController")
125 STRCMP(type, "MemoryController")
127 STRCMP(type, "Memory")
129 STRCMP(type, "OnChipNetwork")
131 STRCMP(type, "BusInterconnect")
133 STRCMP(type, "Directory")
H A Dcore.cc76 STRCMP(type, "CacheUnit") { function
219 STRCMP(type, "BranchTargetBuffer") { function
464 STRCMP(type, "BranchPredictor") { function
820 STRCMP(type, "CacheUnit") { function
1001 STRCMP(type, "InstructionTLB") { function
1041 } STRCMP(type, "DataTLB") { function
2090 STRCMP(type, "CacheUnit") { function
2095 STRCMP(comp_name, "system.L20") { function
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp54 typedef int (*STRCMP)(const void*, const void*); typedef in namespace:sc_core

Completed in 21 milliseconds