Searched refs:replaceBits (Results 1 - 17 of 17) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A Ddram_gen.cc130 replaceBits(addr, blockBits + bankBits + rankBits + pageBits - 1,
183 replaceBits(addr, blockBits + pageBits + bankBits - 1,
185 replaceBits(addr, blockBits + pageBits - 1, blockBits, new_col);
187 replaceBits(addr, blockBits + pageBits + bankBits +rankBits - 1,
193 replaceBits(addr, blockBits + bankBits - 1, blockBits, new_bank);
194 replaceBits(addr, blockBits + bankBits + rankBits + pageBits - 1,
197 replaceBits(addr, blockBits + bankBits + rankBits - 1,
H A Ddram_rot_gen.cc118 replaceBits(addr, blockBits + bankBits + rankBits + pageBits - 1,
/gem5/src/arch/mips/
H A Disa.cc189 replaceBits(procIDMask, 0, 32, 0);
203 replaceBits(cfg_Mask, 0, 32, 0);
225 replaceBits(cfg1_Mask, 0, 32, 0);
242 replaceBits(cfg2_Mask, 0, 32, 0);
258 replaceBits(cfg3_Mask, 0, 32, 0);
264 replaceBits(eBase, 31, 31, 1);
269 replaceBits(EB_Mask, 0, 32, 0);
278 replaceBits(SC_Mask, 0, 32, 0);
288 replaceBits(IC_Mask, 0, 32, 0);
297 replaceBits(wh_Mas
[all...]
/gem5/src/dev/pci/
H A Dcopy_engine_defs.hh81 inline void NAME(uint8_t d) { replaceBits(_data, OFFSET+BITS-1, OFFSET,d); }
85 inline void NAME(uint16_t d) { replaceBits(_data, OFFSET+BITS-1, OFFSET,d); }
89 inline void NAME(uint32_t d) { replaceBits(_data, OFFSET+BITS-1, OFFSET,d); }
93 inline void NAME(uint64_t d) { replaceBits(_data, OFFSET+BITS-1, OFFSET,d); }
/gem5/src/dev/x86/
H A Di8237.cc108 replaceBits(maskReg, select, bitVal);
/gem5/src/base/
H A Dbitfield.hh150 replaceBits(T& val, int first, int last, B bit_val) function
159 replaceBits(T& val, int bit, B bit_val) function
H A Dbitunion.hh177 replaceBits(storage, first, last, val);
197 replaceBits(storage, first, last, val);
/gem5/src/arch/sparc/
H A Dfaults.cc321 replaceBits(TSTATE, 42, 40, GL);
323 replaceBits(TSTATE, 39, 32, CCR);
325 replaceBits(TSTATE, 31, 24, ASI);
327 replaceBits(TSTATE, 20, 8, pstate);
329 replaceBits(TSTATE, 4, 0, CWP);
404 replaceBits(TSTATE, 42, 40, GL);
406 replaceBits(TSTATE, 39, 32, CCR);
408 replaceBits(TSTATE, 31, 24, ASI);
410 replaceBits(TSTATE, 20, 8, pstate);
412 replaceBits(TSTAT
[all...]
/gem5/src/arch/x86/bios/
H A Dintelmp.hh244 replaceBits(flags, 0, 1, polarity);
245 replaceBits(flags, 2, 3, trigger);
H A Dintelmp.cc289 replaceBits(cpuSignature, 0, 3, p->stepping);
290 replaceBits(cpuSignature, 4, 7, p->model);
291 replaceBits(cpuSignature, 8, 11, p->family);
/gem5/src/arch/x86/regs/
H A Dmisc.hh883 replaceBits(storage, 63, 56, bits(base, 31, 24));
884 replaceBits(storage, 39, 16, bits(base, 23, 0));
909 replaceBits(storage, 51, 48, bits(limit, 23, 16));
910 replaceBits(storage, 15, 0, bits(limit, 15, 0));
911 replaceBits(storage, 55, g ? 1 : 0);
/gem5/src/dev/storage/
H A Dide_ctrl.cc275 replaceBits(ideConfig, 7, 0, pkt->getLE<uint8_t>());
278 replaceBits(ideConfig, 15, 8, pkt->getLE<uint8_t>());
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh247 inline void setDd(TxDesc *d) { replaceBits(d->d2, 35, 32, ULL(1)); }
293 inline void NAME(uint32_t d) { replaceBits(_data, OFFSET+BITS-1, OFFSET,d); }
297 inline void NAME(uint64_t d) { replaceBits(_data, OFFSET+BITS-1, OFFSET,d); }
/gem5/src/arch/arm/
H A Dtypes.hh408 replaceBits(thumb_cond, 0, new_bit);
/gem5/src/arch/arm/insts/
H A Dmacromem.cc114 replaceBits(regs, reg, 0);
119 replaceBits(regs, reg, 0);
149 replaceBits(regs, reg, 0);
H A Dvfp.cc560 replaceBits(result, 14, 10, exponent);
637 replaceBits(result, sBitPos-1, mWidth, exponent);
/gem5/src/mem/
H A Ddram_ctrl.cc1712 replaceBits(bank_mask[i], j, j, 1);

Completed in 55 milliseconds