Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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
/openbmc/qemu/target/microblaze/
H A Dhelper.c171 assert(msr & MSR_IE); in mb_cpu_do_interrupt()
180 msr &= ~MSR_IE; in mb_cpu_do_interrupt()
260 && (env->msr & MSR_IE) in mb_cpu_exec_interrupt()
H A Dcpu.h60 #define MSR_IE (1<<1) /* 0x002 */ macro
H A Dcpu.c189 mb_cpu_write_msr(env, MSR_EE | MSR_IE | MSR_VM | MSR_UM); in mb_cpu_reset_hold()
H A Dtranslate.c1511 tcg_gen_ori_i32(cpu_msr, cpu_msr, MSR_IE); in do_rti()
1813 (bool)(env->msr & MSR_IE)); in mb_cpu_dump_state()