Searched refs:_index (Results 1 - 13 of 13) sorted by relevance

/gem5/ext/libelf/
H A Dgelf.h79 GElf_Dyn *gelf_getdyn(Elf_Data *_data, int _index, GElf_Dyn *_dst);
81 GElf_Phdr *gelf_getphdr(Elf *_elf, int _index, GElf_Phdr *_dst);
82 GElf_Rel *gelf_getrel(Elf_Data *_src, int _index, GElf_Rel *_dst);
83 GElf_Rela *gelf_getrela(Elf_Data *_src, int _index, GElf_Rela *_dst);
85 GElf_Sym *gelf_getsym(Elf_Data *_src, int _index, GElf_Sym *_dst);
87 int _index, GElf_Sym *_dst, Elf32_Word *_shindexdst);
90 int gelf_update_dyn(Elf_Data *_dst, int _index, GElf_Dyn *_src);
92 int gelf_update_phdr(Elf *_elf, int _index, GElf_Phdr *_src);
93 int gelf_update_rel(Elf_Data *_dst, int _index, GElf_Rel *_src);
94 int gelf_update_rela(Elf_Data *_dst, int _index, GElf_Rel
[all...]
H A Dlibelf.h200 Elf_Scn *elf_getscn(Elf *_elf, size_t _index);
/gem5/src/arch/x86/insts/
H A Dmicroldstop.hh72 uint8_t _scale, InstRegIndex _index, InstRegIndex _base,
78 scale(_scale), index(_index.index()), base(_base.index()),
103 uint8_t _scale, InstRegIndex _index, InstRegIndex _base,
110 _scale, _index, _base, _disp, _segment,
136 uint8_t _scale, InstRegIndex _index, InstRegIndex _base,
143 _scale, _index, _base, _disp, _segment,
69 MemOp(ExtMachInst _machInst, const char * mnem, const char * _instMnem, uint64_t setFlags, uint8_t _scale, InstRegIndex _index, InstRegIndex _base, uint64_t _disp, InstRegIndex _segment, uint8_t _dataSize, uint8_t _addressSize, Request::FlagsType _memFlags, OpClass __opClass) argument
100 LdStOp(ExtMachInst _machInst, const char * mnem, const char * _instMnem, uint64_t setFlags, uint8_t _scale, InstRegIndex _index, InstRegIndex _base, uint64_t _disp, InstRegIndex _segment, InstRegIndex _data, uint8_t _dataSize, uint8_t _addressSize, Request::FlagsType _memFlags, OpClass __opClass) argument
133 LdStSplitOp(ExtMachInst _machInst, const char * mnem, const char * _instMnem, uint64_t setFlags, uint8_t _scale, InstRegIndex _index, InstRegIndex _base, uint64_t _disp, InstRegIndex _segment, InstRegIndex _dataLow, InstRegIndex _dataHi, uint8_t _dataSize, uint8_t _addressSize, Request::FlagsType _memFlags, OpClass __opClass) argument
/gem5/src/gpu-compute/
H A Dtlb_coalescer.hh159 PortID _index)
161 index(_index) { }
186 PortID _index)
188 index(_index) { }
158 CpuSidePort(const std::string &_name, TLBCoalescer *tlb_coalescer, PortID _index) argument
185 MemSidePort(const std::string &_name, TLBCoalescer *tlb_coalescer, PortID _index) argument
H A Dgpu_tlb.hh263 PortID _index)
264 : SlavePort(_name, gpu_TLB), tlb(gpu_TLB), index(_index) { }
290 PortID _index)
291 : MasterPort(_name, gpu_TLB), tlb(gpu_TLB), index(_index) { }
262 CpuSidePort(const std::string &_name, GpuTLB * gpu_TLB, PortID _index) argument
289 MemSidePort(const std::string &_name, GpuTLB * gpu_TLB, PortID _index) argument
H A Dcompute_unit.hh425 DataPort(const std::string &_name, ComputeUnit *_cu, PortID _index) argument
427 index(_index) { }
475 SQCPort(const std::string &_name, ComputeUnit *_cu, PortID _index) argument
477 index(_index) { }
515 DTLBPort(const std::string &_name, ComputeUnit *_cu, PortID _index) argument
517 index(_index), stalled(false)
/gem5/src/arch/arm/insts/
H A Dmem.hh302 IntRegIndex _index)
304 shiftAmt(_shiftAmt), shiftType(_shiftType), index(_index)
319 IntRegIndex _index)
321 _shiftAmt, _shiftType, _index),
347 IntRegIndex _index)
349 _shiftAmt, _shiftType, _index)
370 IntRegIndex _index)
372 _shiftAmt, _shiftType, _index)
397 IntRegIndex _index)
399 _shiftAmt, _shiftType, _index)
299 MemoryReg(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
315 MemoryDReg(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _dest2, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
344 MemoryOffset(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
366 MemoryOffset(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _dest2, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
394 MemoryPreIndex(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
416 MemoryPreIndex(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _dest2, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
444 MemoryPostIndex(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
466 MemoryPostIndex(const char *mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _dest2, IntRegIndex _base, bool _add, int32_t _shiftAmt, ArmShiftType _shiftType, IntRegIndex _index) argument
[all...]
H A Dsve.hh344 IntRegIndex _op2, uint8_t _index) :
346 dest(_dest), op1(_op1), op2(_op2), index(_index)
342 SveBinIdxUnpredOp(const char* mnem, ExtMachInst _machInst, OpClass __opClass, IntRegIndex _dest, IntRegIndex _op1, IntRegIndex _op2, uint8_t _index) argument
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.hh75 PortID _index)
77 globalIdx(_index)
74 CpuPort(const std::string &_name, RubyTester *_tester, PortID _id, PortID _index) argument
/gem5/src/cpu/
H A Dtranslation.hh232 int _index)
233 : xc(_xc), state(_state), index(_index)
231 DataTranslation(ExecContextPtr _xc, WholeTranslationState* _state, int _index) argument
/gem5/src/dev/virtio/
H A Dbase.cc48 : memProxy(&_memProxy), queue(&_queue), _index(descIndex),
67 _index = std::move(rhs._index);
81 assert(_index < queue->getSize());
82 const Addr desc_addr(vq_addr + sizeof(desc) * _index);
89 _index, desc.addr, desc.len, desc.flags, desc.next);
112 _index, desc.addr, desc.len, desc.flags, desc.next);
H A Dbase.hh162 Index index() const { return _index; }
302 Index _index; member in class:VirtDescriptor
/gem5/src/cpu/simple/
H A Dtiming.hh94 SplitFragmentSenderState(PacketPtr _bigPkt, int _index) : argument
95 bigPkt(_bigPkt), index(_index)

Completed in 32 milliseconds