gem5
|
This is the complete list of members for X86ISA::X86Process, including all inherited members.
_egid | Process | |
_euid | Process | |
_gdtSize | X86ISA::X86Process | protected |
_gdtStart | X86ISA::X86Process | protected |
_gid | Process | |
_params | SimObject | protected |
_pgid | Process | |
_pid | Process | |
_ppid | Process | |
_tgid | Process | |
_uid | Process | |
allocateMem(Addr vaddr, int64_t size, bool clobber=false) | Process | |
argsInit(int pageSize, std::vector< AuxVector< IntType > > extraAuxvs) | X86ISA::X86Process | protected |
argv | Process | |
assignThreadContext(ContextID context_id) | Process | inline |
childClearTID | Process | |
ckptCount | Serializable | static |
ckptMaxCount | Serializable | static |
ckptPrevCount | Serializable | static |
clone(ThreadContext *old_tc, ThreadContext *new_tc, Process *process, TheISA::IntReg flags) | X86ISA::X86Process | |
contextIds | Process | |
currentSection() | Serializable | static |
cwd | Process | |
deschedule(Event &event) | EventManager | inline |
deschedule(Event *event) | EventManager | inline |
drain() override | Process | virtual |
Drainable() | Drainable | protected |
drainResume() | Drainable | inlineprotectedvirtual |
drainState() const | Drainable | inline |
drivers | Process | |
egid() | Process | inline |
envp | Process | |
euid() | Process | inline |
EventManager(EventManager &em) | EventManager | inline |
EventManager(EventManager *em) | EventManager | inline |
EventManager(EventQueue *eq) | EventManager | inline |
eventq | EventManager | protected |
eventQueue() const | EventManager | inline |
executable | Process | |
exitGroup | Process | |
fds | Process | |
find(const char *name) | SimObject | static |
findDriver(std::string filename) | Process | |
findFreeContext() | Process | |
fixupStackFault(Addr vaddr) | Process | |
fullPath(const std::string &filename) | Process | |
gdtSize() | X86ISA::X86Process | inline |
gdtStart() | X86ISA::X86Process | inline |
getBias() | Process | |
getcwd() const | Process | inline |
getDesc(int callnum) | X86ISA::X86Process | virtual |
getInterpreter() | Process | |
getProbeManager() | SimObject | |
getStartPC() | Process | |
getSyscallArg(ThreadContext *tc, int &i)=0 | Process | pure virtual |
getSyscallArg(ThreadContext *tc, int &i, int width) | Process | virtual |
gid() | Process | inline |
init() | SimObject | virtual |
initState() override | Process | virtual |
initVirtMem | Process | |
kvmInSE | Process | |
loadState(CheckpointIn &cp) | SimObject | virtual |
map(Addr vaddr, Addr paddr, int size, bool cacheable=true) | Process | |
memInvalidate() | SimObject | inlinevirtual |
memState | Process | |
memWriteback() | SimObject | inlinevirtual |
mmapGrowsDown() const | Process | inlinevirtual |
name() const | SimObject | inlinevirtual |
notifyFork() | Drainable | inlinevirtual |
numSyscallDescs | X86ISA::X86Process | protected |
numSyscalls | Process | |
objFile | Process | |
operator=(const X86Process &in) | X86ISA::X86Process | inline |
Params typedef | SimObject | |
params() const | SimObject | inline |
pgid() | Process | inline |
pid() | Process | inline |
ppid() | Process | inline |
Process(ProcessParams *params, ObjectFile *obj_file) | Process | |
progName() const | Process | inline |
pTable | Process | |
regProbeListeners() | SimObject | virtual |
regProbePoints() | SimObject | virtual |
regStats() override | Process | virtual |
replicatePage(Addr vaddr, Addr new_paddr, ThreadContext *old_tc, ThreadContext *new_tc, bool alloc_page) | Process | |
reschedule(Event &event, Tick when, bool always=false) | EventManager | inline |
reschedule(Event *event, Tick when, bool always=false) | EventManager | inline |
resetStats() | SimObject | virtual |
revokeThreadContext(int context_id) | Process | |
schedule(Event &event, Tick when) | EventManager | inline |
schedule(Event *event, Tick when) | EventManager | inline |
Serializable() | Serializable | |
serialize(CheckpointOut &cp) const override | Process | virtual |
serializeAll(CheckpointOut &cp) | SimObject | static |
Serializable::serializeAll(const std::string &cpt_dir) | Serializable | static |
serializeSection(CheckpointOut &cp, const char *name) const | Serializable | |
serializeSection(CheckpointOut &cp, const std::string &name) const | Serializable | inline |
setCurTick(Tick newVal) | EventManager | inline |
setpgid(uint64_t pgid) | Process | inline |
setSyscallArg(ThreadContext *tc, int i, TheISA::IntReg val)=0 | Process | pure virtual |
setSyscallReturn(ThreadContext *tc, SyscallReturn return_value) | X86ISA::X86Process | virtual |
sigchld | Process | |
signalDrainDone() const | Drainable | inlineprotected |
SimObject(const Params *_params) | SimObject | |
startup() | SimObject | virtual |
syscall(int64_t callnum, ThreadContext *tc, Fault *fault) | Process | virtual |
syscallDescs | X86ISA::X86Process | protected |
system | Process | |
tgid() | Process | inline |
uid() | Process | inline |
unserialize(CheckpointIn &cp) override | Process | virtual |
unserializeGlobals(CheckpointIn &cp) | Serializable | static |
unserializeSection(CheckpointIn &cp, const char *name) | Serializable | |
unserializeSection(CheckpointIn &cp, const std::string &name) | Serializable | inline |
updateBias() | Process | |
useArchPT | Process | |
wakeupEventQueue(Tick when=(Tick)-1) | EventManager | inline |
X86Process(ProcessParams *params, ObjectFile *objFile, SyscallDesc *_syscallDescs, int _numSyscallDescs) | X86ISA::X86Process | protected |
~Drainable() | Drainable | protectedvirtual |
~Serializable() | Serializable | virtual |
~SimObject() | SimObject | virtual |