Lines Matching refs:TheISA

543     using namespace TheISA;
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(tgt->st_mtimeX);
577 tgt->st_ctimeX = TheISA::htog(tgt->st_ctimeX);
581 tgt->st_blksize = TheISA::htog(tgt->st_blksize);
583 tgt->st_blocks = TheISA::htog(tgt->st_blocks);
592 using namespace TheISA;
597 tgt->st_atime_nsec = TheISA::htog(tgt->st_atime_nsec);
599 tgt->st_mtime_nsec = TheISA::htog(tgt->st_mtime_nsec);
601 tgt->st_ctime_nsec = TheISA::htog(tgt->st_ctime_nsec);
639 tgt->f_type = TheISA::htog(host->f_type);
641 tgt->f_bsize = TheISA::htog(host->f_iosize);
643 tgt->f_bsize = TheISA::htog(host->f_bsize);
645 tgt->f_blocks = TheISA::htog(host->f_blocks);
646 tgt->f_bfree = TheISA::htog(host->f_bfree);
647 tgt->f_bavail = TheISA::htog(host->f_bavail);
648 tgt->f_files = TheISA::htog(host->f_files);
649 tgt->f_ffree = TheISA::htog(host->f_ffree);
652 tgt->f_namelen = TheISA::htog(host->f_namemax);
653 tgt->f_frsize = TheISA::htog(host->f_bsize);
658 tgt->f_namelen = TheISA::htog(host->f_namelen);
659 tgt->f_frsize = TheISA::htog(host->f_frsize);
1173 if ((start % TheISA::PageBytes != 0) ||
1174 (provided_address % TheISA::PageBytes != 0)) {
1179 new_length = roundUp(new_length, TheISA::PageBytes);
1610 ctc->setIntReg(TheISA::SyscallSuccessReg, 0);
1612 tc->setIntReg(TheISA::SyscallPseudoReturnReg, 0);
1613 ctc->setIntReg(TheISA::SyscallPseudoReturnReg, 1);
1618 ctc->pcState(tc->readIntReg(TheISA::INTREG_RCX));
1623 TheISA::PCState cpc = tc->pcState();
1680 hiov[i].iov_len = TheISA::gtoh(tiov[i].iov_len);
1689 prox.writeBlob(TheISA::htog(tiov[i].iov_base),
1721 hiov[i].iov_len = TheISA::gtoh(tiov.iov_len);
1723 prox.readBlob(TheISA::gtoh(tiov.iov_base), hiov[i].iov_base,
1750 offset *= TheISA::PageBytes;
1752 if (start & (TheISA::PageBytes - 1) ||
1753 offset & (TheISA::PageBytes - 1) ||
1788 length = roundUp(length, TheISA::PageBytes);
1968 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
1969 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
1975 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
1976 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
1981 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
1982 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
2018 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
2019 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
2024 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
2025 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
2049 tp->tv_sec = TheISA::htog(tp->tv_sec);
2050 tp->tv_nsec = TheISA::htog(tp->tv_nsec);
2086 tp->tv_sec = TheISA::htog(tp->tv_sec);
2087 tp->tv_usec = TheISA::htog(tp->tv_usec);
2115 hostTimeval[i].tv_sec = TheISA::gtoh((*tp)[i].tv_sec);
2116 hostTimeval[i].tv_usec = TheISA::gtoh((*tp)[i].tv_usec);
2215 TheISA::PCState pcState = tc->pcState();
2254 rup->ru_utime.tv_sec = TheISA::htog(rup->ru_utime.tv_sec);
2255 rup->ru_utime.tv_usec = TheISA::htog(rup->ru_utime.tv_usec);
2291 bufp->tms_utime = TheISA::htog(bufp->tms_utime);
2314 t = TheISA::htog(t);