Home
last modified time | relevance | path

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

/arch/unicore32/include/asm/
Dptrace.h25 #define interrupts_enabled(regs) \ macro
/arch/arm/include/asm/
Dptrace.h41 #define interrupts_enabled(regs) \ macro
/arch/arm64/include/asm/
Dptrace.h143 #define interrupts_enabled(regs) \ macro
/arch/arm64/mm/
Dfault.c285 if (interrupts_enabled(regs)) in do_page_fault()
634 if (interrupts_enabled(regs)) in do_debug_exception()
651 if (interrupts_enabled(regs)) in do_debug_exception()
/arch/unicore32/kernel/
Dprocess.c175 buf, interrupts_enabled(regs) ? "n" : "ff", in __show_regs()
/arch/arm/kernel/
Dprocess.c226 buf, interrupts_enabled(regs) ? "n" : "ff", in __show_regs()
Dhw_breakpoint.c879 if (interrupts_enabled(regs)) in hw_breakpoint_pending()
/arch/arm/mm/
Dfault.c275 if (interrupts_enabled(regs)) in do_page_fault()
Dalignment.c812 if (interrupts_enabled(regs)) in do_alignment()