Searched refs:MSR_IE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | irqflags.h | 20 : "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 D | registers.h | 12 #define MSR_IE (1<<1) /* 0x002 */ macro 38 /* # define MSR_USER (MSR_KERNEL | MSR_UM | MSR_IE) */ 40 /* # define MSR_USER_VMS (MSR_KERNEL_VMS | MSR_UMS | MSR_IE) */
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | irqflags.h | 20 : "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 D | registers.h | 12 #define MSR_IE (1<<1) /* 0x002 */ macro 37 /* # define MSR_USER (MSR_KERNEL | MSR_UM | MSR_IE) */ 39 /* # define MSR_USER_VMS (MSR_KERNEL_VMS | MSR_UMS | MSR_IE) */
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | process.c | 73 ti->cpu_context.msr = childregs->msr & ~MSR_IE; in copy_thread() 100 childregs->msr |= MSR_IE; in copy_thread() 107 ti->cpu_context.msr &= ~MSR_IE; in copy_thread()
|
H A D | entry-nommu.S | 23 msrclr r0, MSR_IE 27 msrset r0, MSR_IE 36 andi r11, r11, ~MSR_IE 42 ori r11, r11, MSR_IE
|
H A D | entry.S | 70 msrclr r0, MSR_IE 74 msrset r0, MSR_IE 121 andi r11, r11, ~MSR_IE 127 ori r11, r11, MSR_IE
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | process.c | 73 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 D | entry.S | 72 msrclr r0, MSR_IE 76 msrset r0, MSR_IE 123 andi r11, r11, ~MSR_IE 129 ori r11, r11, MSR_IE
|
Completed in 5 milliseconds