Home
last modified time | relevance | path

Searched refs:PICModuleList (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp389 struct PICModuleList : DoublyLinkedList<PICModule> {
390 ~PICModuleList()
475 get_interrupt_controller_modules(PICModuleList &list)
508 probe_pic_device(device_node_handle node, PICModuleList &picModules)
529 PICModuleList picModules; in arch_int_init_post_device_manager()
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp355 struct PICModuleList : DoublyLinkedList<PICModule> { struct
356 ~PICModuleList() in ~PICModuleList() argument
441 get_interrupt_controller_modules(PICModuleList &list) in get_interrupt_controller_modules()
474 probe_pic_device(device_node *node, PICModuleList &picModules) in probe_pic_device()
493 PICModuleList picModules; in arch_int_init_post_device_manager()