Searched defs:contextId (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/minor/
H A Dexec_context.hh404 ContextID contextId() { return thread.contextId(); } function in class:Minor::ExecContext
/gem5/src/arch/sparc/
H A Dpagetable.hh187 int contextId; member in struct:SparcISA::TlbRange
/gem5/src/cpu/
H A Dthread_state.hh74 ContextID contextId() const { return _contextId; } function in struct:ThreadState
H A Dbase_dyn_inst.hh453 ContextID contextId() const { return thread->contextId(); } function in class:BaseDynInst
/gem5/src/mem/
H A Dabstract_mem.hh79 const ContextID contextId; member in class:LockedAddr
H A Drequest.hh788 contextId() const function
/gem5/src/mem/cache/
H A Dcache_blk.hh135 ContextID contextId; // locking context member in class:CacheBlk::Lock
/gem5/src/cpu/o3/
H A Dlsq.hh110 ContextID contextId() { return inst->contextId(); } function in class:LSQ::LSQSenderState

Completed in 25 milliseconds