Home
last modified time | relevance | path

Searched refs:wrtee (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhw_irq.h261 #define __hard_irq_enable() wrtee(MSR_EE)
262 #define __hard_irq_disable() wrtee(0)
263 #define __hard_EE_RI_disable() wrtee(0)
349 wrtee(flags); in arch_local_irq_restore()
359 wrtee(0); in arch_local_irq_save()
371 wrtee(0); in arch_local_irq_disable()
381 wrtee(MSR_EE); in arch_local_irq_enable()
H A Dreg.h1407 static inline void wrtee(unsigned long val) in wrtee() function
1412 asm volatile("wrtee %0" : : "r" (val) : "memory"); in wrtee()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H A Dtlb_low.S50 wrtee r5
104 10: wrtee r10
113 wrtee r10
181 wrtee r11
210 wrtee r10
235 wrtee r10
274 wrtee r10
310 1: wrtee r10
325 wrtee r10
337 wrtee r1
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A Dtlb_low.S50 wrtee r5
108 10: wrtee r10
169 wrtee r11
195 wrtee r10
220 wrtee r10
259 wrtee r10
295 1: wrtee r10
310 wrtee r10
322 wrtee r10
345 wrtee r1
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhw_irq.h67 wrtee(MSR_EE); in __hard_irq_enable()
79 wrtee(0); in __hard_irq_disable()
91 wrtee(0); in __hard_EE_RI_disable()
428 wrtee(flags); in arch_local_irq_restore()
438 wrtee(0); in arch_local_irq_save()
H A Dreg.h1424 static inline void wrtee(unsigned long val) in wrtee() function
1429 asm volatile("wrtee %0" : : "r" (val) : "memory"); in wrtee()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dkvm_emul.S218 /* Put MSR into magic page because we don't call wrtee */
238 /* Just fire off the wrtee if it's critical */
240 wrtee r0
H A Dcpu_setup_fsl_booke.S282 wrtee r10
H A Dexceptions-64e.S453 * load from the wrtee, thus limiting the latency caused by the dependency
459 wrtee r11;
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dkvm_emul.S218 /* Put MSR into magic page because we don't call wrtee */
238 /* Just fire off the wrtee if it's critical */
240 wrtee r0
H A Dcpu_setup_e500.S275 wrtee r10

Completed in 14 milliseconds