Searched refs:shared (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/sst/
H A DMakefile5 LDFLAGS=-shared -fno-common ${shell pkg-config ${SST_VERSION} --libs} -L../../build/ARM
/gem5/util/m5/
H A DMakefile.arm85 $(CC) --shared -o lib$@.so $(JNI_OBJS)
96 $(CC) $(CFLAGS) $^ -o $@ -shared
H A DMakefile.aarch6484 $(CC) --shared -o lib$@.so $(JNI_OBJS)
95 $(CC) $(CFLAGS) $^ -o $@ -shared
H A DMakefile.x8663 $(CC) $(CFLAGS) -fPIC $^ -o $@ -shared
/gem5/src/mem/
H A Dpage_table.hh78 _pid(_pid), _name(__name), shared(false)
99 // flag which marks the page table as shared among software threads
100 bool shared; member in class:EmulationPageTable
H A Dmulti_level_page_table.hh207 if (shared)
/gem5/ext/nomali/
H A DMakefile34 LIB_LDFLAGS= $(LDFLAGS) -shared
/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp236 std::shared_ptr<A> shared = std::make_shared<A>(); member in struct:SharedPtrRef
245 .def_readonly("holder_ref", &SharedPtrRef::shared)
246 .def_property_readonly("holder_copy", [](const SharedPtrRef &s) { return s.shared; },
261 std::shared_ptr<B> shared = std::make_shared<B>(); member in struct:SharedFromThisRef
268 .def_property_readonly("ref", [](const SharedFromThisRef &s) -> const B & { return *s.shared; })
271 .def_readonly("holder_ref", &SharedFromThisRef::shared)
272 .def_property_readonly("holder_copy", [](const SharedFromThisRef &s) { return s.shared; },
H A Dtest_class.cpp394 CHECK_HOLDER(6, shared); CHECK_HOLDER(7, shared); CHECK_HOLDER(8, shared);
/gem5/src/base/vnc/
H A Dvncserver.cc236 // Don't care about shared, just need to read it out of the socket
237 uint8_t shared; local
238 if (!read(&shared))
/gem5/src/sim/
H A Dsyscall_emul.hh1580 cp->pTable->shared = true;
1763 // With shared mmaps, there are two cases to consider:
1766 // difficult to update the shared mapping because there's no
1768 // memory areas are shared. If that structure existed, it would be
1771 // which is backed by the mapping. The shared mapping problem is the
1780 // call. We could force the change through with shared mappings with
1783 warn("mmap: writing to shared mmap region is currently "
1785 "will not be propagated to the host or shared mappings");

Completed in 26 milliseconds