Lines Matching refs:__force
371 __raw_readb((__force unsigned *)(addr)) in BUILDIO_MEM()
373 be16_to_cpu(__raw_readw((__force unsigned *)(addr))) in BUILDIO_MEM()
375 be32_to_cpu(__raw_readl((__force unsigned *)(addr))) in BUILDIO_MEM()
377 be64_to_cpu(__raw_readq((__force unsigned *)(addr))) in BUILDIO_MEM()
380 __raw_writeb((val), (__force unsigned *)(addr)) in BUILDIO_MEM()
382 __raw_writew(cpu_to_be16((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
384 __raw_writel(cpu_to_be32((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
386 __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()
464 memset((void __force *)addr, val, count);
468 memcpy(dst, (void __force *)src, count); in memcpy_fromio()
472 memcpy((void __force *)dst, src, count); in memcpy_toio()