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

/gem5/src/dev/x86/
H A DI8254.py32 from m5.objects.IntPin import IntSourcePin
38 int_pin = IntSourcePin('Pin to signal timer interrupts to')
H A DI8259.py32 from m5.objects.IntPin import IntSourcePin, VectorIntSinkPin
44 output = IntSourcePin('The pin this I8259 drives')
H A DCmos.py32 from m5.objects.IntPin import IntSourcePin
40 int_pin = IntSourcePin('Pin to signal RTC alarm interrupts to')
H A DI8042.py32 from m5.objects.IntPin import IntSourcePin
43 mouse_int_pin = IntSourcePin('Pin to signal the mouse has data')
44 keyboard_int_pin = IntSourcePin('Pin to signal the keyboard has data')
H A Di8254.hh66 std::vector<IntSourcePin<I8254> *> intPin;
92 intPin.push_back(new IntSourcePin<I8254>(csprintf(
H A Dcmos.hh59 std::vector<IntSourcePin<X86RTC> *> intPin;
66 intPin.push_back(new IntSourcePin<X86RTC>(
H A Di8042.hh111 std::vector<IntSourcePin<I8042> *> mouseIntPin;
112 std::vector<IntSourcePin<I8042> *> keyboardIntPin;
H A Di8259.hh51 std::vector<IntSourcePin<I8259> *> output;
H A Di8042.cc67 keyboardIntPin.push_back(new IntSourcePin<I8042>(
71 mouseIntPin.push_back(new IntSourcePin<I8042>(
H A Di8259.cc47 output.push_back(new IntSourcePin<I8259>(
/gem5/src/dev/
H A DIntPin.py36 class IntSourcePin(VectorPort): class in inherits:VectorPort
38 super(IntSourcePin, self).__init__(
H A Dintpin.hh111 class IntSourcePin : public IntSourcePinBase class in inherits:IntSourcePinBase
114 IntSourcePin(const std::string &_name, PortID _id, Device *owner, function in class:IntSourcePin

Completed in 8 milliseconds