Searched refs:PT_FLAGS_DISABLE_IRQ (Results 1 – 6 of 6) sorted by relevance
30 #define PT_FLAGS_DISABLE_IRQ 1 /* on return to kernel, disable irqs */ macro
269 if (!(regs->flags & PT_FLAGS_DISABLE_IRQ)) in do_trap()
666 #if PT_FLAGS_DISABLE_IRQ != 1667 # error Value of IRQS_DISABLED used to set PT_FLAGS_DISABLE_IRQ; fix960 #if PT_FLAGS_DISABLE_IRQ != 1961 # error Assuming PT_FLAGS_DISABLE_IRQ == 1 so we can use blbct below
482 #if PT_FLAGS_DISABLE_IRQ != 1483 # error Value of IRQS_DISABLED used to set PT_FLAGS_DISABLE_IRQ; fix932 #if PT_FLAGS_DISABLE_IRQ != 1933 # error Assuming PT_FLAGS_DISABLE_IRQ == 1 so we can use bbnst below
578 (regs->flags & PT_FLAGS_DISABLE_IRQ) ? " noirq" : "", in tile_show_regs()
350 if (!(regs->flags & PT_FLAGS_DISABLE_IRQ)) in handle_page_fault()