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

/gem5/src/systemc/tests/systemc/misc/synth/combo/switch3/
H A Dswitch3.cpp40 select( int a, int b, int c ) function
/gem5/src/systemc/tests/systemc/misc/synth/combo/switch4/
H A Dswitch4.cpp40 select( int a, int b, int c ) function
/gem5/src/systemc/tests/systemc/misc/synth/combo/switch5/
H A Dswitch5.cpp40 select( unsigned a, unsigned b, unsigned c ) function
/gem5/src/systemc/tests/systemc/misc/synth/combo/switch6/
H A Dswitch6.cpp40 select( unsigned a, unsigned b, unsigned c ) function
/gem5/src/dev/x86/
H A Di8237.cc104 uint8_t select = bits(command, 1, 0); local
108 replaceBits(maskReg, select, bitVal);
/gem5/util/minorview/
H A Dmodel.py66 def to_striped_block(self, select):
150 def to_striped_block(self, select):
156 if 'T' in select.ids:
158 if 'S' in select.ids:
160 if 'P' in select.ids:
162 if 'L' in select.ids:
164 if self.fetchSeqNum != 0 and 'F' in select.ids:
166 if self.execSeqNum != 0 and 'E' in select.ids:
203 def to_striped_block(self, select):
218 def to_striped_block(self, select)
[all...]
H A Dblobs.py185 def render(self, cr, view, event, select, time):
212 def render(self, cr, view, event, select, time):
219 select & self.dataSelect)
366 def render(self, cr, view, event, select, time):
427 def render(self, cr, view, event, select, time):
/gem5/src/dev/storage/
H A Dide_ctrl.hh104 select(bool selSlave) function in struct:IdeController::Channel
H A Dide_ctrl.cc130 primary.select(false);
131 secondary.select(false);
375 select(*data & SelectDevBit);
651 select(selectBit);
/gem5/util/term/
H A Dterm.c165 n = select(max_fd, &read_fds, NULL, NULL, &timeout);
/gem5/src/sim/
H A Dsyscall_emul.hh2493 * then update them with hits returned from the host select call.
2539 retval = select(nfds_h,
2547 * pass into the host select call. Unfortunately, we will need to
2554 retval = select(nfds_h,

Completed in 25 milliseconds