Searched refs:Normal (Results 1 - 12 of 12) sorted by relevance

/gem5/src/python/m5/util/
H A Dterminal.py42 # print(termcap.Blue + "This could be blue!" + termcap.Normal)
64 'Normal': 'sgr0'
111 print(c_str + c_name + obj.Normal)
113 if attr_name == 'Normal':
116 print(attr_str + c_str + attr_name + " " + c_name + obj.Normal)
118 c_name + "Bold Underline " + c + obj.Normal)
123 print(termcap.Normal)
/gem5/ext/testlib/
H A Dterminal.py40 # print termcap.Blue + "This could be blue!" + termcap.Normal
63 'Normal': 'sgr0'
127 return color + char*w + termcap.Normal
158 print c_str + c_name + obj.Normal
160 if attr_name == 'Normal':
163 print attr_str + c_str + attr_name + " " + c_name + obj.Normal
165 c_name + "Bold Underline " + c_str + obj.Normal
169 print termcap.Normal
H A Dhandlers.py190 reset = color.Normal
259 default = color.Normal
/gem5/site_scons/gem5_scons/
H A D__init__.py62 tool_color = termcap.Normal
74 + termcap.Normal
/gem5/src/arch/arm/
H A Dstage2_lookup.cc122 stage1Te.mtype = TlbEntry::MemoryType::Normal;
125 if (stage1Te.mtype == TlbEntry::MemoryType::Normal) {
H A Dtable_walker.cc1050 te.mtype = TlbEntry::MemoryType::Normal;
1056 te.mtype = TlbEntry::MemoryType::Normal;
1063 te.mtype = TlbEntry::MemoryType::Normal;
1075 te.mtype = TlbEntry::MemoryType::Normal;
1091 te.mtype = TlbEntry::MemoryType::Normal;
1178 DPRINTF(TLBVerbose, "Normal ns1:%d ns0:%d s:%d\n",
1180 te.mtype = TlbEntry::MemoryType::Normal;
1190 if (te.mtype == TlbEntry::MemoryType::Normal){
1254 te.mtype = TlbEntry::MemoryType::Normal;
1293 // Normal memor
[all...]
H A Dtlb.cc628 (te->mtype != TlbEntry::MemoryType::Normal)) {
638 if (te->mtype != TlbEntry::MemoryType::Normal) {
814 (te->mtype != TlbEntry::MemoryType::Normal)) {
824 if (te->mtype != TlbEntry::MemoryType::Normal) {
1113 temp_te.mtype = is_fetch ? TlbEntry::MemoryType::Normal
1120 temp_te.mtype = TlbEntry::MemoryType::Normal;
1164 if (te->mtype != TlbEntry::MemoryType::Normal)
1174 (te->mtype != TlbEntry::MemoryType::Normal)) {
H A Dpagetable.hh92 Normal
/gem5/util/
H A Do3-pipeview.py244 curr_color = termcap.Normal
279 curr_color = termcap.Normal
282 outfile.write(curr_color + dot * (width - pos) + termcap.Normal +
/gem5/ext/mcpat/
H A Dbasic_components.h109 Normal, enumerator in enum:Access_mode
H A Dmemoryctrl.cc345 interface_ip.access_mode = Normal;
440 interface_ip.access_mode = Normal;
H A Dcore.cc104 interface_ip.access_mode = Normal;
154 interface_ip.access_mode = Normal;
638 interface_ip.access_mode = Normal;
690 interface_ip.access_mode = Normal;
941 interface_ip.access_mode = Normal;
970 interface_ip.access_mode = Normal;

Completed in 22 milliseconds