Searched refs:global (Results 26 - 35 of 35) sorted by relevance

12

/gem5/util/
H A Dqdo126 global full_output
H A Dcompile113 global group
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s26 .IMPORT $global$,DATA
56 addil LR'to_call-$global$,%r27
57 ldw RR'to_call-$global$(%r1),%r3
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dentry.S75 .global trap_entry
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dillegal.S109 .global mtvec_handler
/gem5/src/sim/
H A Deventq.hh219 /// more difficult. Thus we use a global counter value when
462 * argument 'global' set to false (default). This should only be done
482 * schedule() method with the 'global' parameter set to true. Unlike
586 * waiting on the global barrier, we need to release the lock to
615 void schedule(Event *event, Tick when, bool global = false);
/gem5/src/arch/x86/
H A Dtlb.cc151 DPRINTF(TLB, "Invalidating all non global entries.\n");
153 if (tlb[i].trieHandle && !tlb[i].global) {
/gem5/src/arch/arm/
H A Dtlb.cc187 retval ? retval->global : 0, retval ? retval->asid : 0,
198 " asid:%d vmid:%d N:%d global:%d valid:%d nc:%d xn:%d"
201 entry.global, entry.valid, entry.nonCacheable, entry.xn,
211 table[size-1].nstid, table[size-1].global, table[size-1].isHyp,
H A Dtable_walker.cc2077 // as global
2078 te.global = descriptor.global(currState) || isStage2;
2105 DPRINTF(TLB, " - N:%d pfn:%#x size:%#x global:%d valid:%d\n",
2106 te.N, te.pfn, te.size, te.global, te.valid);
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc248 DPRINTF(GPUTLB, "Invalidating all non global entries.\n");
253 if (!(*entryIt)->global) {
1499 // global metrics are the same as the local metrics

Completed in 21 milliseconds

12