Searched refs:PSR_PIL (Results 1 – 14 of 14) 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/include/asm/ |
D | irqflags_32.h | 37 return (flags & PSR_PIL) != 0; in arch_irqs_disabled_flags()
|
/arch/sparc/include/uapi/asm/ |
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 | 45 set (PSR_PIL | PSR_S | PSR_PS), %g1 99 set (PSR_PIL | PSR_S | PSR_PS), %g1 158 set (PSR_PIL | PSR_S | PSR_PS), %g1
|
D | irq_32.c | 41 : "i" (PSR_PIL) in arch_local_irq_save() 58 : "i" (PSR_PIL) in arch_local_irq_enable() 74 : "i" (PSR_PIL), "r" (old_psr) in arch_local_irq_restore()
|
D | entry.S | 178 or %l0, PSR_PIL, %l4 227 or %l0, PSR_PIL, %g2 236 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq 246 or %l0, PSR_PIL, %g2 284 or %l0, PSR_PIL, %l4 329 or %l0, PSR_PIL, %l4 343 or %l0, PSR_PIL, %g2 375 or %l0, PSR_PIL, %l4 401 or %l0, PSR_PIL, %g2 416 or %l0, PSR_PIL, %l4 [all …]
|
D | process_32.c | 355 ti->kpsr = psr | PSR_PIL; 364 ti->kpsr = current->thread.fork_kpsr | PSR_PIL;
|
D | head_32.S | 509 set (PSR_PS | PSR_S | PSR_PIL | PSR_EF), %g2
|
/arch/frv/kernel/ |
D | break.S | 309 andi gr2,#~PSR_PIL,gr2 341 andi gr2,#~PSR_PIL,gr2
|
D | sleep.S | 102 andi.p gr8,#~PSR_PIL,gr8 318 andi.p gr8,#~(PSR_PIL),gr8
|
D | head.S | 469 andi gr22,#~(PSR_PIL|PSR_PS|PSR_S),gr22
|
D | entry.S | 1115 andi gr23,#~PSR_PIL,gr23
|