Home
last modified time | relevance | path

Searched refs:MSR_IE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/microblaze/include/asm/
Dirqflags.h23 : "i"(MSR_IE) in arch_local_irq_save()
34 : "i"(MSR_IE) in arch_local_irq_disable()
44 : "i"(MSR_IE) in arch_local_irq_enable()
59 : "i"(~MSR_IE) in arch_local_irq_save()
73 : "i"(~MSR_IE) in arch_local_irq_disable()
86 : "i"(MSR_IE) in arch_local_irq_enable()
114 return (flags & MSR_IE) == 0; in arch_irqs_disabled_flags()
Dregisters.h15 #define MSR_IE (1<<1) /* 0x002 */ macro
/linux-3.4.99/arch/microblaze/kernel/
Dprocess.c174 childregs->msr |= MSR_IE; in copy_thread()
181 ti->cpu_context.msr &= ~MSR_IE; in copy_thread()
Dentry-nommu.S23 msrclr r0, MSR_IE
27 msrset r0, MSR_IE
36 andi r11, r11, ~MSR_IE
42 ori r11, r11, MSR_IE
Dentry.S70 msrclr r0, MSR_IE
74 msrset r0, MSR_IE
121 andi r11, r11, ~MSR_IE
127 ori r11, r11, MSR_IE