Lines Matching refs:__force
464 __raw_readb((__force unsigned *)(addr)) in BUILDIO_MEM()
466 be16_to_cpu(__raw_readw((__force unsigned *)(addr))) in BUILDIO_MEM()
468 be32_to_cpu(__raw_readl((__force unsigned *)(addr))) in BUILDIO_MEM()
470 be64_to_cpu(__raw_readq((__force unsigned *)(addr))) in BUILDIO_MEM()
473 __raw_writeb((val), (__force unsigned *)(addr)) in BUILDIO_MEM()
475 __raw_writew(cpu_to_be16((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
477 __raw_writel(cpu_to_be32((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
479 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
557 memset((void __force *) addr, val, count);
561 memcpy(dst, (void __force *) src, count); in memcpy_fromio()
565 memcpy((void __force *) dst, src, count); in memcpy_toio()