Searched refs:PSR_PIL (Results 1 – 15 of 15) sorted by relevance
/arch/frv/include/asm/ |
D | irqflags.h | 109 : "i" (PSR_PIL_14), "i" (~PSR_PIL) \ 120 : "i" (~PSR_PIL) \ 142 : "i" (PSR_PIL_14), "i" (~PSR_PIL) \ 156 ((__get_PSR() & PSR_PIL) >= PSR_PIL_14)
|
D | spr-regs.h | 21 #define PSR_PIL 0x00000078 /* processor external interrupt level */ macro
|
/arch/sparc/lib/ |
D | atomic_32.S | 19 andcc %g3, PSR_PIL, %g0 22 wr %g3, PSR_PIL, %psr 25 andcc %g3, PSR_PIL, %g0
|
/arch/sparc/include/asm/ |
D | irqflags_32.h | 37 return (flags & PSR_PIL) != 0; in arch_irqs_disabled_flags()
|
D | psr.h | 25 #define PSR_PIL 0x00000f00 /* processor interrupt level */ macro
|
D | psrcompat.h | 11 #define PSR_PIL 0x00000f00 /* processor interrupt level */ macro
|
/arch/sparc/kernel/ |
D | trampoline_32.S | 47 set (PSR_PIL | PSR_S | PSR_PS), %g1 123 set (PSR_PIL | PSR_S | PSR_PS), %g1 185 set (PSR_PIL | PSR_S | PSR_PS), %g1
|
D | irq_32.c | 49 : "i" (PSR_PIL) in arch_local_irq_save() 67 : "i" (PSR_PIL) in arch_local_irq_enable() 84 : "i" (PSR_PIL), "r" (old_psr) in arch_local_irq_restore()
|
D | entry.S | 190 or %l0, PSR_PIL, %l4 239 or %l0, PSR_PIL, %g2 248 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq 258 or %l0, PSR_PIL, %g2 291 or %l0, PSR_PIL, %l4 336 or %l0, PSR_PIL, %l4 354 or %l0, PSR_PIL, %l4 371 or %l0, PSR_PIL, %g2 403 or %l0, PSR_PIL, %l4 430 or %l0, PSR_PIL, %g2 [all …]
|
D | process_32.c | 504 ti->kpsr = current->thread.fork_kpsr | PSR_PIL;
|
D | head_32.S | 998 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
|
/arch/frv/kernel/ |
D | sleep.S | 102 andi.p gr8,#~PSR_PIL,gr8 318 andi.p gr8,#~(PSR_PIL),gr8
|
D | break.S | 309 andi gr2,#~PSR_PIL,gr2 341 andi gr2,#~PSR_PIL,gr2
|
D | entry.S | 1127 andi gr23,#~PSR_PIL,gr23 1170 andi gr23,#~PSR_PIL,gr23 ; could let syscall_trace_exit() call schedule()
|
D | head.S | 469 andi gr22,#~(PSR_PIL|PSR_PS|PSR_S),gr22
|