Lines Matching refs:flags
9 unsigned long flags, retval; in xchg_u32() local
11 local_irq_save(flags); in xchg_u32()
14 local_irq_restore(flags); in xchg_u32()
20 unsigned long flags, retval; in xchg_u16() local
22 local_irq_save(flags); in xchg_u16()
25 local_irq_restore(flags); in xchg_u16()
31 unsigned long flags, retval; in xchg_u8() local
33 local_irq_save(flags); in xchg_u8()
36 local_irq_restore(flags); in xchg_u8()
44 unsigned long flags; in __cmpxchg_u32() local
46 local_irq_save(flags); in __cmpxchg_u32()
50 local_irq_restore(flags); /* implies memory barrier */ in __cmpxchg_u32()