Searched refs:htog (Results 1 - 25 of 28) sorted by relevance

12

/gem5/src/arch/sparc/
H A Dhandlers.hh47 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 Dprocess.cc363 IntType guestArgc = SparcISA::htog(argc);
453 regVal = htog(regVal);
488 regVal = htog(regVal);
/gem5/src/arch/x86/bios/
H A De820.cc52 T guestVal = htog(val);
65 uint8_t guestE820Nr = htog(e820Nr);
H A Dsmbios.cc85 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 Dintelmp.cc76 uint64_t guestVal = X86ISA::htog(val);
/gem5/src/sim/
H A Dprocess_impl.hh49 data_ptr_swap = TheISA::htog(data_ptr);
H A Dbyteswap.hh158 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 Dsyscall_emul.hh549 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 Dsyscall_emul.cc350 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 Dmmapped_ipr.hh66 RegVal data = htog(xc->readMiscReg(index));
83 RegVal data = htog(xc->readMiscRegNoEffect(index));
H A Dsystem.cc227 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 Dmemhelpers.hh170 real_mem = htog(real_mem);
182 mem = htog(mem);
212 uint64_t host_mem = htog(mem);
H A Dinterrupts.cc198 uint32_t val = htog(readReg(reg));
/gem5/src/arch/alpha/
H A Dsystem.cc132 data = htog(params()->system_type);
134 data = htog(params()->system_rev);
215 virtProxy.write(addr, htog(Phys2K0Seg(access)));
H A Dprocess.cc159 argc = htog((uint64_t)argc);
161 argc = htog((uint32_t)argc);
/gem5/src/arch/x86/linux/
H A Dsystem.cc89 X86ISA::htog((uint32_t)commandLineBuff);
/gem5/src/mem/
H A Dpacket_access.hh145 setRaw(TheISA::htog(v));
H A Dport_proxy.hh311 data = htog(data, byte_order);
/gem5/src/arch/generic/
H A Dmemhelpers.hh99 mem = TheISA::htog(mem);
112 MemT host_mem = TheISA::htog(mem);
/gem5/src/arch/alpha/linux/
H A Dsystem.cc113 virtProxy.write(addr + 0x18, LittleEndianGuest::htog((uint32_t)127));
/gem5/src/arch/mips/
H A Dprocess.cc171 argc = htog((IntType)argc);
/gem5/src/arch/power/
H A Dprocess.cc232 uint32_t guestArgc = PowerISA::htog(argc);
/gem5/src/dev/virtio/
H A Dbase.hh77 return TheISA::htog(v);
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh332 conv.tVal = htog(val);
/gem5/src/arch/arm/
H A Dprocess.cc414 IntType guestArgc = ArmISA::htog(argc);

Completed in 51 milliseconds

12