/gem5/src/arch/sparc/ |
H A D | handlers.hh | 47 htog<MachInst>(0x87802016), // wr %g0, ASI_AIUP, %asi 48 htog<MachInst>(0xe0dba7ff), // ldxa [%sp + BIAS + (0*8)] %asi, %l0 49 htog<MachInst>(0xe2dba807), // ldxa [%sp + BIAS + (1*8)] %asi, %l1 50 htog<MachInst>(0xe4dba80f), // ldxa [%sp + BIAS + (2*8)] %asi, %l2 51 htog<MachInst>(0xe6dba817), // ldxa [%sp + BIAS + (3*8)] %asi, %l3 52 htog<MachInst>(0xe8dba81f), // ldxa [%sp + BIAS + (4*8)] %asi, %l4 53 htog<MachInst>(0xeadba827), // ldxa [%sp + BIAS + (5*8)] %asi, %l5 54 htog<MachInst>(0xecdba82f), // ldxa [%sp + BIAS + (6*8)] %asi, %l6 55 htog<MachInst>(0xeedba837), // ldxa [%sp + BIAS + (7*8)] %asi, %l7 56 htog<MachIns [all...] |
H A D | process.cc | 363 IntType guestArgc = SparcISA::htog(argc); 453 regVal = htog(regVal); 488 regVal = htog(regVal);
|
/gem5/src/arch/x86/bios/ |
H A D | e820.cc | 52 T guestVal = htog(val); 65 uint8_t guestE820Nr = htog(e820Nr);
|
H A D | smbios.cc | 85 uint16_t handleGuest = X86ISA::htog(handle); 182 uint16_t startingAddrSegmentGuest = X86ISA::htog(startingAddrSegment); 188 uint64_t characteristicsGuest = X86ISA::htog(characteristics); 192 X86ISA::htog(characteristicExtBytes); 260 X86ISA::htog(smbiosHeader.intermediateHeader.tableAddr); 299 maxSize = X86ISA::htog(maxSize); 315 tableSize = X86ISA::htog(tableSize);
|
H A D | intelmp.cc | 76 uint64_t guestVal = X86ISA::htog(val);
|
/gem5/src/sim/ |
H A D | process_impl.hh | 49 data_ptr_swap = TheISA::htog(data_ptr);
|
H A D | byteswap.hh | 158 inline T htog(T value, ByteOrder guest_byte_order) function 183 inline T htog(T value) {return htobe(value);} function in namespace:BigEndianGuest 200 inline T htog(T value) {return htole(value);} function in namespace:LittleEndianGuest
|
H A D | syscall_emul.hh | 549 tgt->st_dev = TheISA::htog(tgt->st_dev); 551 tgt->st_ino = TheISA::htog(tgt->st_ino); 558 tgt->st_mode = TheISA::htog(tgt->st_mode); 560 tgt->st_nlink = TheISA::htog(tgt->st_nlink); 562 tgt->st_uid = TheISA::htog(tgt->st_uid); 564 tgt->st_gid = TheISA::htog(tgt->st_gid); 569 tgt->st_rdev = TheISA::htog(tgt->st_rdev); 571 tgt->st_size = TheISA::htog(tgt->st_size); 573 tgt->st_atimeX = TheISA::htog(tgt->st_atimeX); 575 tgt->st_mtimeX = TheISA::htog(tg [all...] |
H A D | syscall_emul.cc | 350 result = TheISA::htog(result); 1265 buffer->d_ino = htog(buffer->d_ino); 1266 buffer->d_off = htog(buffer->d_off); 1267 buffer->d_reclen = htog(buffer->d_reclen);
|
/gem5/src/arch/x86/ |
H A D | mmapped_ipr.hh | 66 RegVal data = htog(xc->readMiscReg(index)); 83 RegVal data = htog(xc->readMiscRegNoEffect(index));
|
H A D | system.cc | 227 uint64_t pml4e = X86ISA::htog(0x6); 232 pml4e = X86ISA::htog(0x7 | PageDirPtrTable); 238 uint64_t pdpe = X86ISA::htog(0x6); 243 pdpe = X86ISA::htog(0x7 | PageDirTable[table]); 254 uint64_t pdte = X86ISA::htog(0x87 | base);
|
H A D | memhelpers.hh | 170 real_mem = htog(real_mem); 182 mem = htog(mem); 212 uint64_t host_mem = htog(mem);
|
H A D | interrupts.cc | 198 uint32_t val = htog(readReg(reg));
|
/gem5/src/arch/alpha/ |
H A D | system.cc | 132 data = htog(params()->system_type); 134 data = htog(params()->system_rev); 215 virtProxy.write(addr, htog(Phys2K0Seg(access)));
|
H A D | process.cc | 159 argc = htog((uint64_t)argc); 161 argc = htog((uint32_t)argc);
|
/gem5/src/arch/x86/linux/ |
H A D | system.cc | 89 X86ISA::htog((uint32_t)commandLineBuff);
|
/gem5/src/mem/ |
H A D | packet_access.hh | 145 setRaw(TheISA::htog(v));
|
H A D | port_proxy.hh | 311 data = htog(data, byte_order);
|
/gem5/src/arch/generic/ |
H A D | memhelpers.hh | 99 mem = TheISA::htog(mem); 112 MemT host_mem = TheISA::htog(mem);
|
/gem5/src/arch/alpha/linux/ |
H A D | system.cc | 113 virtProxy.write(addr + 0x18, LittleEndianGuest::htog((uint32_t)127));
|
/gem5/src/arch/mips/ |
H A D | process.cc | 171 argc = htog((IntType)argc);
|
/gem5/src/arch/power/ |
H A D | process.cc | 232 uint32_t guestArgc = PowerISA::htog(argc);
|
/gem5/src/dev/virtio/ |
H A D | base.hh | 77 return TheISA::htog(v);
|
/gem5/src/arch/arm/insts/ |
H A D | static_inst.hh | 332 conv.tVal = htog(val);
|
/gem5/src/arch/arm/ |
H A D | process.cc | 414 IntType guestArgc = ArmISA::htog(argc);
|