Home
last modified time | relevance | path

Searched refs:arch_debug_remove_interrupt_handler (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/private/kernel/arch/
H A Ddebug_console.h29 void arch_debug_remove_interrupt_handler(uint32 line);
/haiku/src/system/kernel/arch/sparc/
H A Darch_debug_console.cpp20 arch_debug_remove_interrupt_handler(uint32 line) in arch_debug_remove_interrupt_handler() function
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug_console.cpp20 arch_debug_remove_interrupt_handler(uint32 line) in arch_debug_remove_interrupt_handler() function
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug_console.cpp23 arch_debug_remove_interrupt_handler(uint32 line) in arch_debug_remove_interrupt_handler() function
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug_console.cpp26 arch_debug_remove_interrupt_handler(uint32 line) in arch_debug_remove_interrupt_handler() function
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug_console.cpp21 arch_debug_remove_interrupt_handler(uint32 line) in arch_debug_remove_interrupt_handler() function
/haiku/src/system/kernel/arch/arm/
H A Darch_debug_console.cpp28 arch_debug_remove_interrupt_handler(uint32 line) in arch_debug_remove_interrupt_handler() function
/haiku/src/system/kernel/arch/x86/
H A Darch_debug_console.cpp166 arch_debug_remove_interrupt_handler(uint32 line) in arch_debug_remove_interrupt_handler() function
/haiku/src/system/kernel/
H A Dint.cpp449 arch_debug_remove_interrupt_handler(vector); in install_io_interrupt_handler()