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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dirqflags.h22 : "i"(MSR_IE) \
31 : "i"(MSR_IE) \
40 : "i"(MSR_IE) \
55 : "i"(~MSR_IE) \
68 : "i"(~MSR_IE) \
81 : "i"(MSR_IE) \
108 #define raw_irqs_disabled() ((get_msr() & MSR_IE) == 0)
109 #define raw_irqs_disabled_flags(flags) ((flags & MSR_IE) == 0)
H A Dregisters.h15 #define MSR_IE (1<<1) /* 0x002 */ macro
41 /* # define MSR_USER (MSR_KERNEL | MSR_UM | MSR_IE) */
43 /* # define MSR_USER_VMS (MSR_KERNEL_VMS | MSR_UMS | MSR_IE) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dentry-nommu.S23 msrclr r0, MSR_IE
27 msrset r0, MSR_IE
36 andi r11, r11, ~MSR_IE
42 ori r11, r11, MSR_IE
H A Dprocess.c174 childregs->msr |= MSR_IE;
H A Dentry.S67 msrclr r0, MSR_IE
71 msrset r0, MSR_IE
118 andi r11, r11, ~MSR_IE
124 ori r11, r11, MSR_IE

Completed in 70 milliseconds