Searched refs:gtoh (Results 1 - 21 of 21) sorted by relevance

/gem5/src/arch/x86/
H A Dnativetrace.cc47 rax = X86ISA::gtoh(rax);
48 rcx = X86ISA::gtoh(rcx);
49 rdx = X86ISA::gtoh(rdx);
50 rbx = X86ISA::gtoh(rbx);
51 rsp = X86ISA::gtoh(rsp);
52 rbp = X86ISA::gtoh(rbp);
53 rsi = X86ISA::gtoh(rsi);
54 rdi = X86ISA::gtoh(rdi);
55 r8 = X86ISA::gtoh(r8);
56 r9 = X86ISA::gtoh(r
[all...]
H A Dmmapped_ipr.hh87 xc->setMiscReg(index, gtoh(data));
H A Dmemhelpers.hh116 mem = gtoh(mem);
132 real_mem = gtoh(real_mem);
216 *res = gtoh(*res);
242 *res = gtoh(*res);
H A Dinterrupts.cc219 reg, offset, gtoh(val));
220 setReg(reg, gtoh(val));
/gem5/src/arch/sparc/
H A Dnativetrace.cc67 realRegVal = SparcISA::gtoh(realRegVal);
74 realRegVal = SparcISA::gtoh(realRegVal);
80 realRegVal = SparcISA::gtoh(realRegVal);
86 realRegVal = SparcISA::gtoh(realRegVal);
/gem5/src/kern/linux/
H A Dhelpers.cc70 de.ts_nsec = TheISA::gtoh(de.ts_nsec);
71 de.len = TheISA::gtoh(de.len);
72 de.text_len = TheISA::gtoh(de.text_len);
/gem5/src/arch/generic/
H A Dmemhelpers.hh83 mem = TheISA::gtoh(mem);
117 *(MemT *)res = TheISA::gtoh(*(MemT *)res);
119 *res = TheISA::gtoh(*res);
140 mem = TheISA::gtoh(mem);
/gem5/src/mem/
H A Dpacket_access.hh106 return TheISA::gtoh(getRaw<T>());
H A Dport_proxy.hh304 return gtoh(data, byte_order);
/gem5/src/sim/
H A Dbyteswap.hh165 inline T gtoh(T value, ByteOrder guest_byte_order) function
185 inline T gtoh(T value) {return betoh(value);} function in namespace:BigEndianGuest
202 inline T gtoh(T value) {return letoh(value);} function in namespace:LittleEndianGuest
H A Dsyscall_emul.hh1680 hiov[i].iov_len = TheISA::gtoh(tiov[i].iov_len);
1721 hiov[i].iov_len = TheISA::gtoh(tiov.iov_len);
1723 prox.readBlob(TheISA::gtoh(tiov.iov_base), hiov[i].iov_base,
2115 hostTimeval[i].tv_sec = TheISA::gtoh((*tp)[i].tv_sec);
2116 hostTimeval[i].tv_usec = TheISA::gtoh((*tp)[i].tv_usec);
/gem5/src/arch/arm/
H A Dnativetrace.cc77 diffVector = ArmISA::gtoh(diffVector);
95 newState[i] = ArmISA::gtoh(values[pos++]);
/gem5/src/arch/x86/bios/
H A Dsmbios.cc267 uint16_t numStructs = X86ISA::gtoh(structures.size());
/gem5/src/dev/virtio/
H A Dbase.hh71 return TheISA::gtoh(v);
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh342 return gtoh(conv.tVal);
/gem5/src/arch/mips/linux/
H A Dprocess.cc149 " setting FPCR to 0x%x\n", gtoh(*(uint64_t*)fpcr));
/gem5/src/cpu/minor/
H A Dfetch2.cc382 inst_word = TheISA::gtoh(
/gem5/src/cpu/checker/
H A Dcpu_impl.hh288 machInst = gtoh(machInst);
/gem5/src/cpu/simple/
H A Dbase.cc506 inst = gtoh(inst);
/gem5/src/arch/alpha/linux/
H A Dprocess.cc144 " setting FPCR to 0x%x\n", gtoh(*(uint64_t*)fpcr));
/gem5/src/cpu/o3/
H A Dfetch_impl.hh1288 MachInst inst = TheISA::gtoh(cacheInsts[blkOffset]);

Completed in 50 milliseconds