Searched defs:size (Results 126 - 150 of 330) sorted by relevance

1234567891011>>

/gem5/src/arch/arm/linux/
H A Datag.hh69 uint32_t size() const { return _size; } function in class:AtagHeader
[all...]
H A Dsystem.cc192 uint32_t size = ac.size() + am.size() + ad.size() + an.size(); local
205 size << 2); local
[all...]
/gem5/src/cpu/
H A Dtimebuf.hh45 unsigned size; member in class:TimeBuffer
[all...]
/gem5/src/mem/ruby/common/
H A DWriteMask.hh48 WriteMask(int size) argument
52 WriteMask(int size, std::vector<bool> & mask) argument
56 WriteMask(int size, std::vector<bool> &mask, argument
H A DNetDest.cc155 int size = m_bits[MachineType_base_level(machine)].getSize(); local
[all...]
/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc253 int size = Network::MessageSizeType_to_int(net_msg_ptr->getMessageSize()); local
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h122 scfx_mant::size() const function in class:sc_dt::scfx_mant
233 resize_to( int size, int restore ) argument
[all...]
/gem5/ext/systemc/src/sysc/qt/
H A Dstp.c48 xmalloc(unsigned size) argument
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_list.cpp87 sc_plist_base::size() const function in class:sc_core::sc_plist_base
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dcircular_buffer.h49 int size() const { return m_size; } function in class:tlm::circular_buffer
[all...]
H A Dtlm_fifo.h120 int size() const { function in class:tlm::tlm_fifo
[all...]
/gem5/util/tlm/src/
H A Dsc_slave_port.cc64 unsigned int size = packet->getSize(); local
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc40 Target(sc_core::sc_module_name name, bool debug, unsigned long long int size, unsigned int offset) argument
/gem5/src/cpu/kvm/
H A Dvm.hh546 uint64_t size; member in class:KvmVM::MemorySlot
/gem5/src/base/
H A Dbmpwriter.hh85 uint32_t size; member in struct:BmpWriter::FileHeader
/gem5/src/dev/virtio/
H A Dblock.hh166 RequestQueue(PortProxy &proxy, uint16_t size, VirtIOBlock &_parent) argument
/gem5/src/dev/net/
H A Dpktfifo.hh100 unsigned size() const { return _size; } function in class:PacketFifo
/gem5/src/systemc/core/
H A Dport.hh161 int size() { return _size; } function in class:sc_gem5::Port
/gem5/src/systemc/ext/channel/
H A Dsc_fifo.hh55 explicit sc_fifo(int size=16) : argument
62 explicit sc_fifo(const char *name, int size=16) : argument
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh113 inline int scfx_mant::size() const { return m_size; } function in class:sc_dt::scfx_mant
116 scfx_mant::alloc(std::size_t size) argument
126 scfx_mant::free(word *mant, std::size_t size) argument
203 resize_to(int size, int restore) argument
297 complement(scfx_mant &target, const scfx_mant &source, int size) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/stars/star104726/
H A Dglobal.h72 BYTE size; member in struct:__anon64
/gem5/src/arch/power/
H A Dtlb.hh106 int size; // TLB Size member in class:PowerISA::TLB
/gem5/src/arch/x86/
H A Dintmessage.hh80 prepIntRequest(const uint8_t id, Addr offset, Addr size) argument
94 buildIntRequest(const uint8_t id, T payload, Addr offset, Addr size) argument
/gem5/src/dev/alpha/
H A Dtsunami_cchip.cc454 int size = sys->threadContexts.size(); local
472 uint64_t size = sys->threadContexts.size(); local
490 uint64_t size = sys->threadContexts.size(); local
[all...]
/gem5/src/gpu-compute/
H A Dhsail_code.cc292 uint64_t size = 0; local
[all...]

Completed in 42 milliseconds

1234567891011>>