Searched refs:PICModule (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp353 typedef Module<interrupt_controller_module_info> PICModule; typedef
355 struct PICModuleList : DoublyLinkedList<PICModule> {
358 while (PICModule *module = First()) {
463 PICModule *module = new(nothrow) PICModule(moduleInfo);
476 for (PICModule *module = picModules.Head();
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp387 typedef Module<interrupt_controller_module_info> PICModule;
389 struct PICModuleList : DoublyLinkedList<PICModule> {
392 while (PICModule *module = First()) {
497 PICModule *module = new(nothrow) PICModule(moduleInfo);
510 for (PICModule *module = picModules.Head();

Completed in 34 milliseconds