Searched refs:inputs (Results 1 - 16 of 16) sorted by relevance

/gem5/src/systemc/channel/
H A Dsc_signal_resolved.cc55 auto it = inputs.find(p);
56 if (it == inputs.end()) {
57 inputs.emplace(p, l);
93 // Resolve the inputs, and give the result to the underlying signal class.
95 for (auto &input: inputs)
/gem5/src/dev/x86/
H A DI82094AA.py44 inputs = VectorIntSinkPin('The pins that drive this IO APIC') variable in class:I82094AA
H A DI8259.py45 inputs = VectorIntSinkPin('The pins that drive this I8259') variable in class:I8259
H A DSouthBridge.py90 self.pic1.output = self.io_apic.inputs[0]
91 self.pic2.output = self.pic1.inputs[2]
92 self.cmos.int_pin = self.pic2.inputs[0]
93 self.pit.int_pin = self.pic1.inputs[0]
94 self.pit.int_pin = self.io_apic.inputs[2]
95 self.keyboard.keyboard_int_pin = self.io_apic.inputs[1]
96 self.keyboard.mouse_int_pin = self.io_apic.inputs[12]
H A Di8259.hh52 std::vector<IntSinkPin<I8259> *> inputs; member in class:X86ISA::I8259
98 if (if_name == "inputs")
99 return *inputs.at(idx);
H A Di82094aa.hh85 std::vector<IntSinkPin<I82094AA> *> inputs; member in class:X86ISA::I82094AA
H A Di82094aa.cc62 inputs.push_back(new IntSinkPin<I82094AA>(
63 csprintf("%s.inputs[%d]", name(), i), i, this));
82 if (if_name == "inputs")
83 return *inputs.at(idx);
H A Di8259.cc53 "I8259 only supports 8 inputs, but there are %d.", in_count);
55 inputs.push_back(new IntSinkPin<I8259>(
56 csprintf("%s.inputs[%d]", name(), i), i, this));
68 for (auto *input: inputs)
/gem5/src/systemc/ext/channel/
H A Dsc_signal_rv.hh78 auto it = inputs.find(p);
79 if (it == inputs.end()) {
80 inputs.emplace(p, l);
117 // Resolve the inputs, and give the result to the underlying
121 for (auto &input: inputs)
136 std::map<::sc_gem5::Process *, sc_dt::sc_lv<W> > inputs; member in class:sc_core::sc_signal_rv
H A Dsc_signal_resolved.hh81 std::map<::sc_gem5::Process *, sc_dt::sc_logic> inputs; member in class:sc_core::sc_signal_resolved
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.cc76 uint64_t * inputs, int num)
108 case SparcTraceChild::I0: return inputs[0];
109 case SparcTraceChild::I1: return inputs[1];
110 case SparcTraceChild::I2: return inputs[2];
111 case SparcTraceChild::I3: return inputs[3];
112 case SparcTraceChild::I4: return inputs[4];
113 case SparcTraceChild::I5: return inputs[5];
114 case SparcTraceChild::I6: return inputs[6];
115 case SparcTraceChild::I7: return inputs[7];
175 memcpy(oldInputs, inputs,
75 getRegs(regs & myregs, fpu & myfpu, uint64_t * locals, uint64_t * inputs, int num) argument
[all...]
H A Dtracechild.hh76 uint64_t inputs[8]; member in class:SparcTraceChild
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc25 functions perform their work on two inputs u and v, and
28 inputs.
33 their inputs. Instead of complementing their inputs
34 first and then processing, they complement their inputs
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc25 functions perform their work on two inputs u and v, and
28 inputs.
33 their inputs. Instead of complementing their inputs
34 first and then processing, they complement their inputs
/gem5/configs/example/
H A Dse.py75 inputs = []
82 inputs = options.input.split(';')
105 if len(inputs) > idx:
106 process.input = inputs[idx]
/gem5/ext/pybind11/tests/
H A Dtest_pytypes.py188 inputs = {k.__name__: v for k, v in data.items()}
191 assert m.converting_constructors(inputs) == expected
192 assert m.cast_functions(inputs) == expected

Completed in 24 milliseconds