Searched refs:ns (Results 26 - 35 of 35) sorted by relevance

12

/gem5/src/dev/net/
H A Di8254xGBe.hh166 Tick intClock() { return SimClock::Int::ns * 1024; }
H A Di8254xGBe.cc705 Tick itr_interval = SimClock::Int::ns * 256 * regs.itr.interval();
813 Tick t = curTick() + SimClock::Int::ns * 256 * regs.itr.interval();
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh248 if (scr.ns == '0' && newMode == MODE_HYP)
H A Dstatic_inst.cc1068 if (target_el == EL1 && ArmSystem::haveEL(tc, EL2) && scr.ns && hcr.tge)
1071 if (target_el == EL2 && ArmSystem::haveEL(tc, EL3) && !scr.ns)
/gem5/src/arch/arm/
H A Dmiscregs.cc991 bool secure = !scr.ns;
1027 bool secure = !scr.ns;
1064 return snsBankedIndex(reg, tc, scr.ns);
1068 snsBankedIndex(MiscRegIndex reg, ThreadContext *tc, bool ns) argument
1073 !ArmSystem::highestELIs64(tc) && !ns) ? 2 : 1;
1082 return tc->getIsaPtr()->snsBankedIndex64(reg, scr.ns);
1136 bool secure = ArmSystem::haveSecurity(tc) && !scr.ns;
1180 bool secure = ArmSystem::haveSecurity(tc) && !scr.ns;
H A Dmiscregs.hh1935 // Uses just the scr.ns bit to pre flatten the misc regs. This is useful
1945 snsBankedIndex(MiscRegIndex reg, ThreadContext *tc, bool ns);
H A Dtable_walker.cc515 currState->isSecure ? "s" : "ns");
676 desc_addr, currState->isSecure ? "s" : "ns");
683 desc_addr, currState->isSecure ? "s" : "ns");
1450 (te.ns << 9) | // NS bit
1521 l2desc_addr, currState->isSecure ? "s" : "ns");
1674 currState->secureLookup ? "s" : "ns");
2065 te.ns = !descriptor.secure(haveSecurity, currState) || isStage2;
2108 "vmid:%d hyp:%d nc:%d ns:%d\n", te.vpn, te.xn, te.pxn,
2110 te.nonCacheable, te.ns);
/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.cc1778 bool ns = !inSecureState(); local
1807 redistributor_i->sendSGI(int_id, group, ns);
2385 return haveEL(EL3) && scr.ns == 0;
/gem5/src/python/m5/
H A DSimObject.py861 for ns in self.namespaces:
862 code('namespace $ns {')
869 for ns in reversed(self.namespaces):
870 code('} // namespace $ns')
/gem5/src/sim/
H A Dsyscall_emul.hh514 uint64_t elapsed_nsecs = curTick() / SimClock::Int::ns;
2066 // Set resolution at ns, which is what clock_gettime() returns

Completed in 75 milliseconds

12