Home
last modified time | relevance | path

Searched refs:__hard_irq_enable (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dhw_irq.h92 #define __hard_irq_enable() asm volatile("wrteei 1" : : : "memory") macro
95 #define __hard_irq_enable() __mtmsrd(local_paca->kernel_msr | MSR_EE, 1) macro
123 __hard_irq_enable(); in may_hard_irq_enable()
Drunlatch.h25 __hard_irq_enable(); \
37 __hard_irq_enable(); \
Dplpar_wrappers.h50 __hard_irq_enable(); in extended_cede_processor()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dpervasive.c84 __hard_irq_enable(); in cbe_power_save()
/linux-4.4.14/arch/powerpc/kernel/
Dirq.c276 __hard_irq_enable(); in arch_local_irq_restore()
295 __hard_irq_enable(); in restore_interrupts()
/linux-4.4.14/drivers/cpuidle/
Dcpuidle-pseries.c98 __hard_irq_enable(); in check_and_cede_processor()