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

/gem5/util/dist/test/
H A Dsimple_bootscript.rcS71 /sbin/ifconfig eth0 hw ether 00:90:00:00:00:${MY_ADDR_PADDED}
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp350 std_ulogic hu, hx, h0, h1, hz, hw, hl, hh, hd; local
392 h1 = v8 & v4; hz = v8 & v5; hw = v8 & v6;
445 h1 = v8 | v4; hz = v8 | v5; hw = v8 | v6;
498 h1 = v8 ^ v4; hz = v8 ^ v5; hw = v8 ^ v6;
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp2367 half_word* hw = (half_word*) &m_mant[m_msw];
2369 half_word* hw = ( (half_word*) &m_mant[m_msw] ) + 1;
2384 ls.s.l = hw[i];
2387 hw[i] = ls.s.l;
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc2147 half_word *hw = (half_word *)&m_mant[m_msw];
2149 half_word *hw = ((half_word *)&m_mant[m_msw]) + 1;
2163 ls.s.l = hw[i];
2166 hw[i] = ls.s.l;
/gem5/src/cpu/kvm/
H A Dbase.cc1093 panic("KVM: Unknown error when starting vCPU (hw reason: 0x%llx)\n",
1094 _kvmRun->hw.hardware_exit_reason);
1110 panic("KVM: Failed to enter virtualized mode (hw reason: 0x%llx)\n",

Completed in 17 milliseconds