Searched refs:io_sync (Results 1 – 4 of 4) sorted by relevance
43 #define CLEAR_IO_SYNC (get_paca()->io_sync = 0)45 if (unlikely(get_paca()->io_sync)) { \47 get_paca()->io_sync = 0; \
159 u8 io_sync; /* writel() needs spin_unlock sync */ member
109 #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()
2271 DUMP(p, io_sync, "x"); in dump_one_paca()