Searched refs:RedirectPath (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/
H A Dredirect_path.cc49 RedirectPath::RedirectPath(const RedirectPathParams *p) function in class:RedirectPath
59 RedirectPath*
62 return new RedirectPath(this);
H A Dredirect_path.hh37 #include "params/RedirectPath.hh"
41 * RedirectPath stores a mapping from one 'appPath' to a vector of
45 class RedirectPath : public SimObject class in inherits:SimObject
48 RedirectPath(const RedirectPathParams *p);
H A DRedirectPath.py33 class RedirectPath(SimObject): class in inherits:SimObject
39 type = 'RedirectPath'
H A DSystem.py86 redirect_paths = VectorParam.RedirectPath([], "Path redirections")
H A Dsystem.hh635 std::vector<RedirectPath*> redirectPaths;
/gem5/configs/common/
H A DFileSystemConfig.py201 redirect_paths = [RedirectPath(app_path = "/proc",
203 RedirectPath(app_path = "/sys",
205 RedirectPath(app_path = "/tmp",
207 RedirectPath(app_path = "/",

Completed in 9 milliseconds