Home
last modified time | relevance | path

Searched refs:PT_FLAGS_DISABLE_IRQ (Results 1 – 6 of 6) sorted by relevance

/arch/tile/include/asm/
Dptrace.h30 #define PT_FLAGS_DISABLE_IRQ 1 /* on return to kernel, disable irqs */ macro
/arch/tile/kernel/
Dtraps.c269 if (!(regs->flags & PT_FLAGS_DISABLE_IRQ)) in do_trap()
Dintvec_64.S666 #if PT_FLAGS_DISABLE_IRQ != 1
667 # error Value of IRQS_DISABLED used to set PT_FLAGS_DISABLE_IRQ; fix
960 #if PT_FLAGS_DISABLE_IRQ != 1
961 # error Assuming PT_FLAGS_DISABLE_IRQ == 1 so we can use blbct below
Dintvec_32.S482 #if PT_FLAGS_DISABLE_IRQ != 1
483 # error Value of IRQS_DISABLED used to set PT_FLAGS_DISABLE_IRQ; fix
932 #if PT_FLAGS_DISABLE_IRQ != 1
933 # error Assuming PT_FLAGS_DISABLE_IRQ == 1 so we can use bbnst below
Dprocess.c578 (regs->flags & PT_FLAGS_DISABLE_IRQ) ? " noirq" : "", in tile_show_regs()
/arch/tile/mm/
Dfault.c350 if (!(regs->flags & PT_FLAGS_DISABLE_IRQ)) in handle_page_fault()