Searched refs:set (Results 151 - 175 of 322) sorted by relevance

1234567891011>>

/gem5/ext/nomali/lib/
H A Djobcontrol.cc143 JobControl::onInterrupt(int set) argument
145 gpu.intJob(set);
H A Dgpublock.hh198 * determined from the 'set' parameter which is non-zero if the
207 * @param set Non-zero to raise interrupt, zero to clear
210 virtual void onInterrupt(int set) = 0;
/gem5/src/base/
H A Drefcnt.hh172 set(T *d) function in class:RefCountingPtr
230 const RefCountingPtr &operator=(T *p) { set(p); return *this; }
/gem5/src/dev/net/
H A Detherswitch.hh40 #include <set>
135 std::set<PortFifoEntry, EntryOrder> fifo;
/gem5/ext/dsent/model/network/
H A DElectricalClos.cc133 getGenProperties()->set("NumberInputSitesPerIngressRouter", ingress_router_number_input_ports);
134 getGenProperties()->set("NumberOutputSitesPerEgressRouter", egress_router_number_output_ports);
135 getGenProperties()->set("IngressRouter->NumberInputPorts", ingress_router_number_input_ports);
136 getGenProperties()->set("IngressRouter->NumberOutputPorts", ingress_router_number_output_ports);
137 getGenProperties()->set("MiddleRouter->NumberInputPorts", middle_router_number_input_ports);
138 getGenProperties()->set("MiddleRouter->NumberOutputPorts", middle_router_number_output_ports);
139 getGenProperties()->set("EgressRouter->NumberInputPorts", egress_router_number_input_ports);
140 getGenProperties()->set("EgressRouter->NumberOutputPorts", egress_router_number_output_ports);
486 ingress_router->getGenProperties()->set("UseModelEvent", "");
495 middle_router->getGenProperties()->set("UseModelEven
[all...]
H A DPhotonicClos.cc144 getGenProperties()->set("NumberInputSitesPerIngressRouter", ingress_router_number_input_ports);
145 getGenProperties()->set("NumberOutputSitesPerEgressRouter", egress_router_number_output_ports);
146 getGenProperties()->set("IngressRouter->NumberInputPorts", ingress_router_number_input_ports);
147 getGenProperties()->set("IngressRouter->NumberOutputPorts", ingress_router_number_output_ports);
148 getGenProperties()->set("MiddleRouter->NumberInputPorts", middle_router_number_input_ports);
149 getGenProperties()->set("MiddleRouter->NumberOutputPorts", middle_router_number_output_ports);
150 getGenProperties()->set("EgressRouter->NumberInputPorts", egress_router_number_input_ports);
151 getGenProperties()->set("EgressRouter->NumberOutputPorts", egress_router_number_output_ports);
509 ingress_router->getGenProperties()->set("UseModelEvent", "");
518 middle_router->getGenProperties()->set("UseModelEven
[all...]
/gem5/ext/dsent/libutil/
H A DMap.h62 void set(const String& key_, const T& value_);
145 template<class T> void Map<T>::set(const String& key_, const T& value_) function in class:LibUtil::Map
186 set(key, value);
256 new_T_map->set(temp_name, temp_T->clone());
/gem5/ext/dsent/model/electrical/router/
H A DRouterInputPort.cc111 getGenProperties()->set("TotalNumberVirtualChannels", total_number_vcs);
112 getGenProperties()->set("TotalNumberBuffers", total_number_bufs);
113 getGenProperties()->set("NumberAddressBits", number_addr_bits);
114 getGenProperties()->set("NumberOutputs", 1);
H A DRouterSwitchAllocator.cc81 getGenProperties()->set("NumberStage1Arbiters", number_stage1_arbiters);
82 getGenProperties()->set("Stage1->NumberRequests", stage1_number_requests);
83 getGenProperties()->set("NumberStage2Arbiters", number_stage2_arbiters);
84 getGenProperties()->set("Stage2->NumberRequests", stage2_number_requests);
/gem5/src/mem/ruby/common/
H A DNetDest.hh43 // creates and empty set
54 void setNetDest(MachineType machine, const Set& set);
/gem5/src/mem/ruby/structures/
H A DTimerTable.cc65 TimerTable::set(Addr address, Tick ready_time) function in class:TimerTable
H A DTimerTable.hh61 void set(Addr address, Tick ready_time);
/gem5/src/mem/slicc/ast/
H A DMachineAST.py44 s = set(('%s_Controller.cc' % self.ident,
/gem5/src/arch/generic/
H A Dmmapped_ipr.cc52 pkt->set(ret, TheISA::GuestByteOrder);
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py41 _dummy = set
44 set = sets.Set variable
47 # How many spaces to indent. Can set me with the INDENT environment variable.
127 processed_class_names = set()
208 desired_class_names = set(argv[2:])
/gem5/src/systemc/ext/utils/
H A Dendian.hh76 # error The file boost/detail/endian.hpp needs to be set up for your CPU type.
/gem5/util/
H A Dfind_copyrights.py102 output = set()
125 all_owners = set()
213 ignore = set()
261 copyrights[owner] = set()
/gem5/src/arch/alpha/
H A Dutility.cc104 newPC.set(tc->readIntReg(ReturnAddressReg));
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.hh34 #include <set>
/gem5/src/base/filters/
H A Dbase.hh57 /** Threshold at which a filter entry starts being considered as set. */
99 * Perform the filter specific function to set the corresponding
104 virtual void set(Addr addr) = 0;
117 * considered as set.
120 * @return Whether the respective filter entry is set.
H A Dblock_bloom_filter.cc64 Block::set(Addr addr) function in class:BloomFilter::Block
H A Dmulti_bit_sel_bloom_filter.cc58 MultiBitSel::set(Addr addr) function in class:BloomFilter::MultiBitSel
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp157 int high_i; // Index of high order bit in dst_p to set.
203 int high_i; // Index of high order bit in dst_p to set.
448 set( i, a.test( i ) );
462 set( i, a.test( i ) );
479 set( i, a.test( i ) );
484 set( i, sgn );
496 set( i, a.test( i ) );
500 set( i, 0 );
513 set( i, a.get_bit( i ) );
517 set(
[all...]
H A Dsc_uint_base.cpp176 int high_i; // Index of high order bit in dst_p to set.
420 set( i, a.test( i ) );
434 set( i, a.test( i ) );
450 set( i, a.test( i ) );
455 set( i, sgn );
467 set( i, a.test( i ) );
471 set( i, 0 );
484 set( i, a.get_bit( i ) );
488 set( i, 0 );
500 set(
[all...]
/gem5/src/dev/arm/
H A Dgpu_nomali.cc273 NoMaliGpu::onInterrupt(nomali_int_t intno, bool set) argument
280 intno, it_int->second, set);
285 if (set)
310 nomali_int_t intno, int set)
314 _this->onInterrupt(intno, !!set);
309 _interrupt(nomali_handle_t h, void *usr, nomali_int_t intno, int set) argument

Completed in 24 milliseconds

1234567891011>>