Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/asm/
H A Dirqflags.h20 : "i"(MSR_IE) in arch_local_irq_save()
31 : "i"(MSR_IE) in arch_local_irq_disable()
41 : "i"(MSR_IE) in arch_local_irq_enable()
56 : "i"(~MSR_IE) in arch_local_irq_save()
70 : "i"(~MSR_IE) in arch_local_irq_disable()
83 : "i"(MSR_IE) in arch_local_irq_enable()
111 return (flags & MSR_IE) == 0; in arch_irqs_disabled_flags()
H A Dregisters.h12 #define MSR_IE (1<<1) /* 0x002 */ macro
/linux/arch/microblaze/kernel/
H A Dprocess.c73 ti->cpu_context.msr = childregs->msr & ~MSR_IE; in copy_thread()
96 childregs->msr |= MSR_IE; in copy_thread()
103 ti->cpu_context.msr &= ~MSR_IE; in copy_thread()
H A Dentry.S72 msrclr r0, MSR_IE
76 msrset r0, MSR_IE
123 andi r11, r11, ~MSR_IE
129 ori r11, r11, MSR_IE