Home
last modified time | relevance | path

Searched refs:io_sync (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dspinlock.h43 #define CLEAR_IO_SYNC (get_paca()->io_sync = 0)
45 if (unlikely(get_paca()->io_sync)) { \
47 get_paca()->io_sync = 0; \
Dpaca.h159 u8 io_sync; /* writel() needs spin_unlock sync */ member
Dio.h109 #define IO_SET_SYNC_FLAG() do { local_paca->io_sync = 1; } while(0)
682 : "=&r" (tmp) : "i" (offsetof(struct paca_struct, io_sync)) in mmiowb()
/arch/powerpc/xmon/
Dxmon.c2271 DUMP(p, io_sync, "x"); in dump_one_paca()