Searched refs:walk (Results 1 - 18 of 18) sorted by relevance

/gem5/util/
H A Dcscope-index.py51 for dirpath,subdirs,files in os.walk(os.path.join(cwd, 'src')):
H A Dcpt_upgrader.py309 for root,dirs,files in os.walk(path):
/gem5/src/mem/
H A Dmulti_level_page_table.hh50 * to do a normal page table walk.
137 walk(System *system, Addr pageSize, Addr table, Addr vaddr, function in struct:__anon19::WalkWrapper
148 walk(System *system, Addr pageSize, Addr table, Addr vaddr, function in struct:__anon19::WalkWrapper
164 WalkWrapper<Final, Second, Rest...>::walk(
171 walk(System *system, Addr pageSize, Addr table, Addr vaddr, function in namespace:__anon19
174 WalkWrapper<typename LastType<EntryTypes...>::type, EntryTypes...>::walk(
223 walk<EntryTypes...>(system, pageSize, _basePtr,
244 walk<EntryTypes...>(system, pageSize, _basePtr, vaddr + offset,
250 walk<EntryTypes...>(system, pageSize, _basePtr, new_vaddr + offset,
266 walk<EntryType
[all...]
/gem5/util/style/
H A Dfile_types.py142 # walk over base
143 for root,dirs,files in os.walk(base):
/gem5/src/sim/
H A Dsyscall_emul.cc118 Process *walk; local
119 if (!(walk = sys->threadContexts[i]->getProcessPtr()))
128 if (walk->pid() == p->tgid())
129 tg_lead = walk;
133 (walk != p)) {
140 if (walk->tgid() == p->tgid()) {
142 * If p is trying to exit_group and both walk and p are in
144 * we need to halt walk's thread context. After all threads
169 if (*p->sigchld && (p->ppid() != 0) && (walk->pid() == p->ppid()))
170 parent = walk;
[all...]
/gem5/util/batch/
H A Dsend.py49 for root, dirs, files in os.walk(srcdir):
H A Djob.py39 for root, dirs, files in os.walk(dir, False):
/gem5/util/pbs/
H A Dsend.py50 for root, dirs, files in os.walk(srcdir):
H A Djob.py41 for root, dirs, files in os.walk(dir, False):
/gem5/tests/testing/
H A Dtests.py278 for root, dirs, files in os.walk(ref_dir, topdown=False):
/gem5/ext/testlib/
H A Dloader.py293 for root, dirnames, filenames in os.walk(root):
/gem5/ext/pybind11/tools/
H A Dmkdoc.py253 sysroot_dir = os.path.join(sdk_dir, next(os.walk(sdk_dir))[1][0])
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py642 def walk(self): member in class:FdtNode
880 for subpath, subdirs, files in os.walk(path):
882 raise Exception("os.walk error")
/gem5/util/stats/
H A Dprofile.py253 for root,dirs,files in os.walk(directory):
/gem5/src/arch/arm/
H A Dtable_walker.hh694 /** Thread context that we're doing the walk for */
906 Fault walk(const RequestPtr &req, ThreadContext *tc,
H A Dtlb.cc624 // stage 1 page table walk then we need to check the HCR.PTW bit. This
810 // stage 1 page table walk then we need to check the HCR.PTW bit. This
1490 // start translation table walk, pass variables rather than
1495 fault = tableWalker->walk(req, tc, asid, vmid, isHyp, mode,
1498 // for timing mode, return and wait for table walk,
H A Dtable_walker.cc190 TableWalker::walk(const RequestPtr &_req, ThreadContext *_tc, uint16_t _asid, function in class:TableWalker
370 // Check if a previous walk filled this request already
376 // Check if we still need to have a walk for this request. If the requesting
377 // instruction has been squashed, or a previous walk has filled the TLB with
378 // a match, we just want to get rid of the walk. The latter could happen
416 DPRINTF(TLB, "Squashing table walk for address %#x\n",
462 DPRINTF(TLB, "Beginning table walk for address %#x, TTBCR: %#x, bits:%#x\n",
471 // Check if table walk is allowed when Security Extensions are enabled
491 // Check if table walk is allowed when Security Extensions are enabled
561 DPRINTF(TLB, "Beginning table walk fo
[all...]
/gem5/configs/common/
H A Dcpu2000.py49 for root, dirs, files in os.walk(srcdir):

Completed in 46 milliseconds