Searched refs:PT_FLAGS_DISABLE_IRQ (Results 1 – 5 of 5) sorted by relevance
30 #define PT_FLAGS_DISABLE_IRQ 1 /* on return to kernel, disable irqs */ macro
662 #if PT_FLAGS_DISABLE_IRQ != 1663 # error Value of IRQS_DISABLED used to set PT_FLAGS_DISABLE_IRQ; fix956 #if PT_FLAGS_DISABLE_IRQ != 1957 # error Assuming PT_FLAGS_DISABLE_IRQ == 1 so we can use blbct below
269 if (!(regs->flags & PT_FLAGS_DISABLE_IRQ)) in do_trap()
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
350 if (!(regs->flags & PT_FLAGS_DISABLE_IRQ)) in handle_page_fault()