Searched refs:desc (Results 126 - 150 of 155) sorted by relevance

1234567

/gem5/src/dev/storage/
H A Dide_disk.cc405 .desc("Number of full page size DMA reads (not PRD).")
409 .desc("Number of bytes transfered via DMA reads (not PRD).")
413 .desc("Number of DMA read transactions (not PRD).")
418 .desc("Number of full page size DMA writes.")
422 .desc("Number of bytes transfered via DMA writes.")
426 .desc("Number of DMA write transactions.")
/gem5/src/dev/arm/
H A Dsmmu_v3.cc760 .desc("STE L1 fetches")
765 .desc("STE fetches")
770 .desc("CD L1 fetches")
775 .desc("CD fetches")
781 .desc("Time to translate address")
787 .desc("Time to walk page tables")
H A Dhdlcd.cc111 .desc("number of buffer underruns")
/gem5/src/python/m5/
H A Dparams.py159 self.desc = args[0]
162 self.desc = args[1]
166 if 'desc' in kwargs:
167 assert(not hasattr(self, 'desc'))
168 self.desc = kwargs['desc']
169 del kwargs['desc']
179 if not hasattr(self, 'desc'):
180 raise TypeError('desc attribute missing')
2094 def __init__(self, role, desc, is_sourc
[all...]
H A DSimObject.py556 # each param desc should be uniquely assigned to one variable
1003 def __init__(self, type, desc, type_str, example, default_val, access_str):
1005 self.desc = desc
1156 self._params[keys].desc, type_str, ex_str,
1165 self._params[keys].desc,
/gem5/src/gpu-compute/
H A Dwavefront.cc102 .desc("number of executed instructions with N source register operands")
108 .desc("number of executed instructions with N destination register "
115 .desc("number of times the wf's instructions are blocked due to WAW "
122 .desc("number of times the wf's instructions are blocked due to RAW "
129 .desc("number of times instructions are blocked due to VRF port "
H A Ddispatcher.cc72 .desc("number of kernel launched")
/gem5/src/arch/x86/linux/
H A Dprocess.cc94 unameFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
112 archPrctlFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
178 setThreadArea32Func(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
201 panic("Failed to copy in GDT for %s.\n", desc->name());
255 panic("Failed to copy out GDT for %s.\n", desc->name());
/gem5/src/arch/alpha/linux/
H A Dprocess.cc80 unameFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
100 osf_getsysinfoFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
129 osf_setsysinfoFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
/gem5/src/cpu/
H A Dbase.cc430 .desc("number of cpu cycles simulated")
435 .desc("number of work items this cpu started")
440 .desc("number of work items this cpu completed")
/gem5/src/arch/arm/
H A Dtable_walker.cc573 DPRINTF(TLB, " - Selecting VTTBR (long-desc.)\n");
578 DPRINTF(TLB, " - Selecting HTTBR (long-desc.)\n");
604 DPRINTF(TLB, " - Selecting TTBR0 (long-desc.)\n");
628 DPRINTF(TLB, " - Selecting TTBR1 (long-desc.)\n");
675 DPRINTF(TLB, " - Descriptor at address %#x (%s) (long-desc.)\n",
682 DPRINTF(TLB, " - Descriptor at address %#x (%s) (long-desc.)\n",
1588 currState->aarch64 ? "AArch64" : "long-desc.");
2111 DPRINTF(TLB, " - domain from L%d desc:%d data:%#x\n",
2198 .desc("Table walker walks requested")
2203 .desc("Tabl
[all...]
/gem5/src/cpu/o3/
H A Drob_impl.hh540 .desc("The number of ROB reads");
544 .desc("The number of ROB writes");
/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc404 .desc("Number of time the SC predictor is the provider and "
409 .desc("Number of time the SC predictor is the provider and "
/gem5/src/mem/cache/prefetch/
H A Dbase.cc121 .desc("number of hwpf issued")
/gem5/src/arch/arm/linux/
H A Dprocess.cc108 unameFunc32(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
126 unameFunc64(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
144 setTLSFunc32(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
157 setTLSFunc64(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
1699 SyscallDesc *desc = syscallTables[i].getDesc(callnum); local
1700 if (desc)
1701 return desc;
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc88 issetugidFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
94 sysctlFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
1268 SyscallDesc *desc = syscallTables[i].getDesc(callnum); local
1269 if (desc)
1270 return desc;
/gem5/src/dev/pci/
H A Dcopy_engine.cc440 .desc("Number of bytes copied by each engine")
446 .desc("Number of copies processed by each engine")
/gem5/src/arch/riscv/linux/
H A Dprocess.cc91 unameFunc64(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
109 unameFunc32(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
/gem5/src/arch/sparc/solaris/
H A Dprocess.cc75 unameFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
/gem5/src/dev/net/
H A Dsinic.cc117 .desc("maximum vnic distance")
122 .desc("total vnic distance")
126 .desc("number of vnic distance measurements")
131 .desc("average vnic distance")
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.cc98 .desc("cycles for which number of transistions == max transitions")
/gem5/src/mem/cache/compressors/
H A Dbdi.cc465 .desc("Number of data entries that were compressed to this encoding.")
/gem5/src/mem/
H A Dcoherent_xbar.cc1118 .desc("Total snoops (count)")
1123 .desc("Total snoop traffic (bytes)")
1129 .desc("Request fanout histogram")
/gem5/src/arch/power/linux/
H A Dprocess.cc83 unameFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) argument
/gem5/src/sim/
H A Dsystem.cc455 .desc("Run time stat for" + namestr.str())

Completed in 79 milliseconds

1234567