Lines Matching refs:__force
370 __raw_readb((__force unsigned *)(addr)) in BUILDIO_MEM()
372 be16_to_cpu(__raw_readw((__force unsigned *)(addr))) in BUILDIO_MEM()
374 be32_to_cpu(__raw_readl((__force unsigned *)(addr))) in BUILDIO_MEM()
376 be64_to_cpu(__raw_readq((__force unsigned *)(addr))) in BUILDIO_MEM()
379 __raw_writeb((val), (__force unsigned *)(addr)) in BUILDIO_MEM()
381 __raw_writew(cpu_to_be16((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
383 __raw_writel(cpu_to_be32((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
385 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
463 memset((void __force *)addr, val, count);
467 memcpy(dst, (void __force *)src, count); in memcpy_fromio()
471 memcpy((void __force *)dst, src, count); in memcpy_toio()