Searched defs:contextId (Results 1 - 8 of 8) sorted by relevance
/gem5/src/cpu/minor/ | ||
H A D | exec_context.hh | 404 ContextID contextId() { return thread.contextId(); } function in class:Minor::ExecContext |
/gem5/src/arch/sparc/ | ||
H A D | pagetable.hh | 187 int contextId; member in struct:SparcISA::TlbRange |
/gem5/src/cpu/ | ||
H A D | thread_state.hh | 74 ContextID contextId() const { return _contextId; } function in struct:ThreadState |
H A D | base_dyn_inst.hh | 453 ContextID contextId() const { return thread->contextId(); } function in class:BaseDynInst |
/gem5/src/mem/ | ||
H A D | abstract_mem.hh | 79 const ContextID contextId; member in class:LockedAddr |
H A D | request.hh | 788 contextId() const function |
/gem5/src/mem/cache/ | ||
H A D | cache_blk.hh | 135 ContextID contextId; // locking context member in class:CacheBlk::Lock |
/gem5/src/cpu/o3/ | ||
H A D | lsq.hh | 110 ContextID contextId() { return inst->contextId(); } function in class:LSQ::LSQSenderState |
Completed in 25 milliseconds