__io_pbw          197 arch/riscv/include/asm/io.h #define outb(v,c)	({ __io_pbw(); writeb_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); })
__io_pbw          198 arch/riscv/include/asm/io.h #define outw(v,c)	({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); })
__io_pbw          199 arch/riscv/include/asm/io.h #define outl(v,c)	({ __io_pbw(); writel_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); })
__io_pbw          203 arch/riscv/include/asm/io.h #define outq(v,c)	({ __io_pbw(); writeq_cpu((v),(void*)(c)); __io_paw(); })
__io_pbw          266 arch/riscv/include/asm/io.h __io_writes_outs(outs,  u8, b, __io_pbw(), __io_paw())
__io_pbw          267 arch/riscv/include/asm/io.h __io_writes_outs(outs, u16, w, __io_pbw(), __io_paw())
__io_pbw          268 arch/riscv/include/asm/io.h __io_writes_outs(outs, u32, l, __io_pbw(), __io_paw())
__io_pbw           48 include/asm-generic/io.h #ifndef __io_pbw
__io_pbw          502 include/asm-generic/io.h 	__io_pbw();
__io_pbw          512 include/asm-generic/io.h 	__io_pbw();
__io_pbw          522 include/asm-generic/io.h 	__io_pbw();