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 | 38 return (flags & PSR_PIL) != 0; in arch_irqs_disabled_flags()
|
/arch/sparc/include/uapi/asm/ |
D | psr.h | 26 #define PSR_PIL 0x00000f00 /* processor interrupt level */ macro
|
D | psrcompat.h | 12 #define PSR_PIL 0x00000f00 /* processor interrupt level */ macro
|
/arch/sparc/kernel/ |
D | irq_32.c | 42 : "i" (PSR_PIL) in arch_local_irq_save() 59 : "i" (PSR_PIL) in arch_local_irq_enable() 75 : "i" (PSR_PIL), "r" (old_psr) in arch_local_irq_restore()
|
D | trampoline_32.S | 46 set (PSR_PIL | PSR_S | PSR_PS), %g1 100 set (PSR_PIL | PSR_S | PSR_PS), %g1 159 set (PSR_PIL | PSR_S | PSR_PS), %g1
|
D | entry.S | 180 or %l0, PSR_PIL, %l4 229 or %l0, PSR_PIL, %g2 238 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq 248 or %l0, PSR_PIL, %g2 286 or %l0, PSR_PIL, %l4 331 or %l0, PSR_PIL, %l4 345 or %l0, PSR_PIL, %g2 377 or %l0, PSR_PIL, %l4 403 or %l0, PSR_PIL, %g2 418 or %l0, PSR_PIL, %l4 [all …]
|
D | process_32.c | 351 ti->kpsr = psr | PSR_PIL; 360 ti->kpsr = current->thread.fork_kpsr | PSR_PIL;
|
D | head_32.S | 512 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
|