Searched refs:ps (Results 1 - 15 of 15) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test01/
H A Dtest01.cpp59 sc_attribute<std::string>* ps = dynamic_cast<sc_attribute<std::string>*>( p ); local
60 if( ps != 0 ) {
61 cout << ps->value << endl;
/gem5/src/sim/
H A Dcore.hh66 extern double ps; ///< picosecond
89 extern Tick ps; ///< picosecond
H A Dcore.cc56 double ps; member in namespace:SimClock::Float
69 Tick ps; member in namespace:SimClock::Int
78 // Default to 1 THz (1 Tick == 1 ps)
95 Float::ps = Float::s / 1.0e12; member in class:Float
106 Int::ps = Int::ns / 1000; member in class:Int
/gem5/tests/test-progs/asmtest/src/riscv/
H A DMakefile48 $$($(1)_ps_tests): $(1)-ps-%: $(1)/%.S
50 $$(RISCV_GCC) $(2) $$(RISCV_GCC_OPTS) -I$(src_dir)/../env/ps -I$(src_dir)/macros/scalar -I$(src_dir)/macros/mt -T$(src_dir)/../env/ps/link.ld $$< -o $(bin_dir)/$$@
81 all: ps
82 # build tests with ps environment
83 ps: $(ps_env_tests_dump)
/gem5/src/arch/x86/
H A Dpagetable.hh145 Bitfield<7> ps; member in namespace:X86ISA
H A Dpagetable_walker.cc342 if (!pte.ps) {
404 if (!pte.ps) {
454 if (!pte.ps) {
/gem5/system/alpha/h/
H A DfromHudsonOsf.h261 sll ps, 63-PS_V_CM, p7; \
263 bis zero, zero, ps; \
/gem5/src/arch/sparc/
H A Dtlb.hh194 uint64_t MakeTsbPtr(TsbPageSize ps, uint64_t tag_access, uint64_t c0_tsb,
H A Dtlb.cc1327 TLB::MakeTsbPtr(TsbPageSize ps, uint64_t tag_access, uint64_t c0_tsb, argument
1344 int page_size = (ps == Ps0) ? bits(config, 2,0) : bits(config,10,8);
1346 if (ps == Ps1 && split)
/gem5/src/arch/arm/
H A Dmiscregs_types.hh487 Bitfield<18, 16> ps; member in namespace:ArmISA
502 Bitfield<18, 16> ps; member in namespace:ArmISA
539 Bitfield<18, 16> ps; // Only defined for VTCR_EL2 member in namespace:ArmISA
H A Dtable_walker.cc755 int tsz = 0, ps = 0; local
783 ps = currState->vtcr.ps;
810 ps = currState->tcr.ips;
839 ps = currState->tcr.ps;
854 ps = currState->tcr.ps;
938 int pa_range = decodePhysAddrRange64(ps);
H A Disa.cc1802 ttbcrMask.ps = ones; // T1SZ
/gem5/util/tlm/src/
H A Dsc_master_port.cc282 sc_core::sc_time((double)(ticks / SimClock::Int::ps), sc_core::SC_PS);
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc293 sc_core::sc_time((double)(ticks / SimClock::Int::ps), sc_core::SC_PS);
/gem5/ext/ply/ply/
H A Dyacc.py2728 for ps in pstrings:
2730 p = ps.split()
2751 raise SyntaxError("%s:%d: Syntax error in rule '%s'" % (file,dline,ps.strip()))

Completed in 28 milliseconds