Searched refs:atomic (Results 1 - 12 of 12) sorted by relevance

/gem5/tests/test-progs/pthread/src/
H A Dtest_atomic.cpp40 #include <atomic>
55 std::atomic<int>* shared_var;
63 std::atomic<int>* shared_var = my_args->shared_var;
80 std::atomic<int> shared_var(0);
/gem5/util/dist/test/
H A Dtest-2nodes-AArch64.sh73 --cpu-type=atomic \
/gem5/src/sim/
H A Ddrain.hh43 #include <atomic>
175 * Number of objects still draining. This is flagged atomic since
H A Dsystem.hh137 * Is the system in atomic mode?
139 * There are currently two different atomic memory modes:
140 * 'atomic', which supports caches; and 'atomic_noncaching', which
146 return memoryMode == Enums::atomic ||
186 * @param mode Mode to change to (atomic/timing/...)
/gem5/src/cpu/testers/memtest/
H A Dmemtest.hh170 const bool atomic; member in class:MemTest
H A Dmemtest.cc74 if (atomic) {
105 atomic(p->system->isAtomicMode()),
/gem5/ext/pybind11/tests/
H A Dobject.h4 #include <atomic>
43 mutable std::atomic<int> m_refCount { 0 };
/gem5/configs/example/
H A Dmemtest.py62 parser.add_option("-a", "--atomic", action="store_true",
63 help="Use atomic (non-timing) mode")
320 if options.atomic:
321 root.system.mem_mode = 'atomic'
H A Dmemcheck.py54 parser.add_option("-a", "--atomic", action="store_true",
55 help="Use atomic (non-timing) mode")
306 if options.atomic:
307 root.system.mem_mode = 'atomic'
/gem5/src/python/m5/
H A Dsimulate.py68 "atomic" : objects.params.atomic,
/gem5/src/arch/arm/
H A Dprocess.cc230 hwcap |= (isa_r0.atomic >= 1) ? Arm_Atomics : 0;
H A Dmiscregs_types.hh99 Bitfield<23, 20> atomic; member in namespace:ArmISA

Completed in 24 milliseconds