__force 62 arch/alpha/include/asm/checksum.h u32 sum = (__force u32)csum; __force 65 arch/alpha/include/asm/checksum.h return (__force __sum16)~sum; __force 374 arch/alpha/include/asm/core_apecs.h #define vip volatile int __force * __force 375 arch/alpha/include/asm/core_apecs.h #define vuip volatile unsigned int __force * __force 376 arch/alpha/include/asm/core_apecs.h #define vulp volatile unsigned long __force * __force 341 arch/alpha/include/asm/core_cia.h #define vip volatile int __force * __force 342 arch/alpha/include/asm/core_cia.h #define vuip volatile unsigned int __force * __force 343 arch/alpha/include/asm/core_cia.h #define vulp volatile unsigned long __force * __force 219 arch/alpha/include/asm/core_lca.h #define vip volatile int __force * __force 220 arch/alpha/include/asm/core_lca.h #define vuip volatile unsigned int __force * __force 221 arch/alpha/include/asm/core_lca.h #define vulp volatile unsigned long __force * __force 332 arch/alpha/include/asm/core_marvel.h #define vucp volatile unsigned char __force * __force 333 arch/alpha/include/asm/core_marvel.h #define vusp volatile unsigned short __force * __force 249 arch/alpha/include/asm/core_mcpcia.h #define vip volatile int __force * __force 250 arch/alpha/include/asm/core_mcpcia.h #define vuip volatile unsigned int __force * __force 12 arch/alpha/include/asm/io_trivial.h return __kernel_ldbu(*(volatile u8 __force *)a); __force 18 arch/alpha/include/asm/io_trivial.h return __kernel_ldwu(*(volatile u16 __force *)a); __force 24 arch/alpha/include/asm/io_trivial.h __kernel_stb(b, *(volatile u8 __force *)a); __force 30 arch/alpha/include/asm/io_trivial.h __kernel_stw(b, *(volatile u16 __force *)a); __force 38 arch/alpha/include/asm/io_trivial.h return *(volatile u32 __force *)a; __force 44 arch/alpha/include/asm/io_trivial.h *(volatile u32 __force *)a = b; __force 52 arch/alpha/include/asm/io_trivial.h return __kernel_ldbu(*(const volatile u8 __force *)a); __force 58 arch/alpha/include/asm/io_trivial.h return __kernel_ldwu(*(const volatile u16 __force *)a); __force 64 arch/alpha/include/asm/io_trivial.h __kernel_stb(b, *(volatile u8 __force *)a); __force 70 arch/alpha/include/asm/io_trivial.h __kernel_stw(b, *(volatile u16 __force *)a); __force 106 arch/alpha/include/asm/io_trivial.h return *(const volatile u32 __force *)a; __force 112 arch/alpha/include/asm/io_trivial.h return *(const volatile u64 __force *)a; __force 118 arch/alpha/include/asm/io_trivial.h *(volatile u32 __force *)a = b; __force 124 arch/alpha/include/asm/io_trivial.h *(volatile u64 __force *)a = b; __force 99 arch/alpha/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr))) __gu_val; \ __force 118 arch/alpha/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr))) __gu_val; \ __force 308 arch/alpha/include/asm/uaccess.h return __copy_user(to, (__force const void *)from, len); __force 314 arch/alpha/include/asm/uaccess.h return __copy_user((__force void *)to, from, len); __force 48 arch/alpha/lib/checksum.c return (__force __sum16)~from64to16( __force 49 arch/alpha/lib/checksum.c (__force u64)saddr + (__force u64)daddr + __force 50 arch/alpha/lib/checksum.c (__force u64)sum + ((len + proto) << 8)); __force 59 arch/alpha/lib/checksum.c result = (__force u64)saddr + (__force u64)daddr + __force 60 arch/alpha/lib/checksum.c (__force u64)sum + ((len + proto) << 8); __force 68 arch/alpha/lib/checksum.c return (__force __wsum)result; __force 147 arch/alpha/lib/checksum.c return (__force __sum16)~do_csum(iph,ihl*4); __force 168 arch/alpha/lib/checksum.c result += (__force u32)sum; __force 171 arch/alpha/lib/checksum.c return (__force __wsum)result; __force 182 arch/alpha/lib/checksum.c return (__force __sum16)~from64to16(do_csum(buff,len)); __force 331 arch/alpha/lib/csum_partial_copy.c unsigned long checksum = (__force u32) sum; __force 370 arch/alpha/lib/csum_partial_copy.c return (__force __wsum)checksum; __force 380 arch/alpha/lib/csum_partial_copy.c checksum = csum_partial_copy_from_user((__force const void __user *)src, __force 44 arch/arc/include/asm/io.h #define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; }) __force 45 arch/arc/include/asm/io.h #define ioread32be(p) ({ u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; }) __force 47 arch/arc/include/asm/io.h #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force u16)cpu_to_be16(v), p); }) __force 48 arch/arc/include/asm/io.h #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force u32)cpu_to_be32(v), p); }) __force 61 arch/arc/include/asm/io.h : "m" (*(volatile u8 __force *)addr) __force 75 arch/arc/include/asm/io.h : "m" (*(volatile u16 __force *)addr) __force 89 arch/arc/include/asm/io.h : "m" (*(volatile u32 __force *)addr) __force 137 arch/arc/include/asm/io.h : "r" (b), "m" (*(volatile u8 __force *)addr) __force 147 arch/arc/include/asm/io.h : "r" (s), "m" (*(volatile u16 __force *)addr) __force 158 arch/arc/include/asm/io.h : "r" (w), "m" (*(volatile u32 __force *)addr) __force 228 arch/arc/include/asm/io.h #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ __force 230 arch/arc/include/asm/io.h #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ __force 234 arch/arc/include/asm/io.h #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) __force 235 arch/arc/include/asm/io.h #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) __force 167 arch/arc/kernel/signal.c sf = (struct rt_sigframe __force __user *)(regs->sp); __force 48 arch/arc/kernel/traps.c tsk->thread.fault_address = (__force unsigned int)addr; __force 87 arch/arc/mm/ioremap.c vunmap((void __force *)vaddr); __force 101 arch/arc/mm/ioremap.c vfree((void *)(PAGE_MASK & (unsigned long __force)addr)); __force 53 arch/arm/include/asm/checksum.h return (__force __sum16)(~(__force u32)sum >> 16); __force 59 arch/arm/include/asm/io.h #define __raw_readw(a) (__chk_io_ptr(a), *(volatile unsigned short __force *)(a)) __force 60 arch/arm/include/asm/io.h #define __raw_writew(v,a) ((void)(__chk_io_ptr(a), *(volatile unsigned short __force *)(a) = (v))) __force 71 arch/arm/include/asm/io.h : : "Q" (*(volatile u16 __force *)addr), "r" (val)); __force 80 arch/arm/include/asm/io.h : "Q" (*(volatile u16 __force *)addr)); __force 89 arch/arm/include/asm/io.h : : "Qo" (*(volatile u8 __force *)addr), "r" (val)); __force 96 arch/arm/include/asm/io.h : : "Qo" (*(volatile u32 __force *)addr), "r" (val)); __force 105 arch/arm/include/asm/io.h : "Qo" (*(volatile u8 __force *)addr)); __force 115 arch/arm/include/asm/io.h : "Qo" (*(volatile u32 __force *)addr)); __force 160 arch/arm/include/asm/io.h #define IOMEM(x) ((void __force __iomem *)(x)) __force 253 arch/arm/include/asm/io.h #define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \ __force 255 arch/arm/include/asm/io.h #define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \ __force 259 arch/arm/include/asm/io.h #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \ __force 261 arch/arm/include/asm/io.h #define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \ __force 292 arch/arm/include/asm/io.h #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ __force 294 arch/arm/include/asm/io.h #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ __force 298 arch/arm/include/asm/io.h #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c) __force 299 arch/arm/include/asm/io.h #define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c) __force 322 arch/arm/include/asm/io.h mmioset((void __force *)dst, c, count); __force 330 arch/arm/include/asm/io.h mmiocpy(to, (const void __force *)from, count); __force 338 arch/arm/include/asm/io.h mmiocpy((void __force *)to, from, count); __force 422 arch/arm/include/asm/io.h #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; }) __force 423 arch/arm/include/asm/io.h #define ioread32be(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; }) __force 425 arch/arm/include/asm/io.h #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) __force 426 arch/arm/include/asm/io.h #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); }) __force 462 arch/arm/include/asm/uaccess.h unsigned long __temp = (__force unsigned long)(x); \ __force 469 arch/arm/include/asm/uaccess.h unsigned long __temp = (__force unsigned long)(x); \ __force 563 arch/arm/include/asm/uaccess.h memcpy(to, (const void __force *)from, n); __force 569 arch/arm/include/asm/uaccess.h memcpy((void __force *)to, from, n); __force 572 arch/arm/include/asm/uaccess.h #define __clear_user(addr, n) (memset((void __force *)addr, 0, n), 0) __force 582 arch/arm/mach-davinci/board-dm644x-evm.c .buf = (void __force *)txbuf, __force 28 arch/arm/mach-davinci/include/mach/uncompress.h #define IOMEM(x) ((void __force __iomem *)(x)) __force 34 arch/arm/mach-ebsa110/io.c u32 ret, a = (u32 __force) addr; __force 36 arch/arm/mach-imx/mach-mx27ads.c #define PBC_REG_ADDR(offset) (void __force __iomem *) \ __force 350 arch/arm/mach-ixp4xx/common.c if (!is_pci_memory((__force u32)addr)) __force 130 arch/arm/mach-ixp4xx/include/mach/io.h u32 addr = (__force u32)p; __force 200 arch/arm/mach-ixp4xx/include/mach/io.h u32 addr = (__force u32)p; __force 363 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 377 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 391 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 396 arch/arm/mach-ixp4xx/include/mach/io.h return le16_to_cpu((__force __le16)__raw_readw(addr)); __force 406 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 420 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 425 arch/arm/mach-ixp4xx/include/mach/io.h return le32_to_cpu((__force __le32)__raw_readl(addr)); __force 436 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 450 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 465 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 479 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 494 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 508 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 513 arch/arm/mach-ixp4xx/include/mach/io.h __raw_writel((u32 __force)cpu_to_le32(value), addr); __force 523 arch/arm/mach-ixp4xx/include/mach/io.h unsigned long port = (unsigned long __force)addr; __force 72 arch/arm/mach-pxa/pxa3xx.c void (*fn)(unsigned int) = (void __force *)(sram + 0x8000); __force 66 arch/arm/mach-s3c24xx/mach-h1940.c #define H1940_LATCH ((void __force __iomem *)0xF8000000) __force 26 arch/arm/mach-versatile/versatile_dt.c #define __io_address(n) ((void __iomem __force *)IO_ADDRESS(n)) __force 51 arch/arm/mach-zynq/platsmp.c zero = (__force u8 __iomem *)PAGE_OFFSET; __force 211 arch/arm/mach-zynq/slcr.c np->data = (__force void *)zynq_slcr_base; __force 425 arch/arm/mm/ioremap.c return (__force void *)arch_ioremap_caller(phys_addr, size, __force 65 arch/arm/plat-samsung/gpio-samsung.c return (__force samsung_gpio_pull_t)pup; __force 1304 arch/arm/plat-samsung/gpio-samsung.c return (__force samsung_gpio_pull_t)pup; __force 128 arch/arm/plat-samsung/include/plat/gpio-cfg.h #define S3C_GPIO_PULL_NONE ((__force samsung_gpio_pull_t)0x00) __force 129 arch/arm/plat-samsung/include/plat/gpio-cfg.h #define S3C_GPIO_PULL_DOWN ((__force samsung_gpio_pull_t)0x01) __force 130 arch/arm/plat-samsung/include/plat/gpio-cfg.h #define S3C_GPIO_PULL_UP ((__force samsung_gpio_pull_t)0x02) __force 24 arch/arm/plat-samsung/include/plat/map-base.h #define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x)) __force 68 arch/arm64/include/asm/barrier.h { .__val = (__force typeof(*p)) (v) }; \ __force 12 arch/arm64/include/asm/checksum.h u32 sum = (__force u32)csum; __force 14 arch/arm64/include/asm/checksum.h return ~(__force __sum16)(sum >> 16); __force 34 arch/arm64/include/asm/checksum.h return csum_fold((__force u32)(sum >> 32)); __force 120 arch/arm64/include/asm/io.h #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) __force 121 arch/arm64/include/asm/io.h #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) __force 122 arch/arm64/include/asm/io.h #define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) __force 125 arch/arm64/include/asm/io.h #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) __force 126 arch/arm64/include/asm/io.h #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) __force 127 arch/arm64/include/asm/io.h #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) __force 187 arch/arm64/include/asm/io.h #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(__v); __v; }) __force 188 arch/arm64/include/asm/io.h #define ioread32be(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(__v); __v; }) __force 189 arch/arm64/include/asm/io.h #define ioread64be(p) ({ __u64 __v = be64_to_cpu((__force __be64)__raw_readq(p)); __iormb(__v); __v; }) __force 191 arch/arm64/include/asm/io.h #define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); }) __force 192 arch/arm64/include/asm/io.h #define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); }) __force 193 arch/arm64/include/asm/io.h #define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); }) __force 219 arch/arm64/include/asm/memory.h ((__force __typeof__(addr))sign_extend64((__force u64)(addr), 55)) __force 222 arch/arm64/include/asm/memory.h u64 __addr = (__force u64)(addr); \ __force 224 arch/arm64/include/asm/memory.h (__force __typeof__(addr))__addr; \ __force 296 arch/arm64/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 436 arch/arm64/kernel/signal.c base = (__force void __user *)extra_datap; __force 670 arch/arm64/kernel/signal.c extra_datap = (__force u64)userp; __force 92 arch/arm64/kernel/smp_spin_table.c __flush_dcache_area((__force void *)release_addr, __force 314 arch/arm64/kernel/traps.c if (probe_kernel_address((__force __le32 *)pc, instr_le)) __force 10 arch/c6x/include/asm/flat.h *addr = get_unaligned((__force u32 *)rp); __force 15 arch/c6x/include/asm/flat.h put_unaligned(addr, (__force u32 *)rp); __force 25 arch/c6x/include/asm/uaccess.h *(u8 *)to = *(u8 __force *)from; __force 48 arch/c6x/include/asm/uaccess.h memcpy(to, (const void __force *)from, n); __force 61 arch/c6x/include/asm/uaccess.h *(u8 __force *)to = *(u8 *)from; __force 84 arch/c6x/include/asm/uaccess.h memcpy((void __force *)to, from, n); __force 117 arch/c6x/include/asm/unaligned.h #define __get_unaligned_be(ptr) (__force typeof(*(ptr)))({ \ __force 129 arch/c6x/include/asm/unaligned.h *(u8 *)__gu_p = (__force u8)(val); \ __force 132 arch/c6x/include/asm/unaligned.h put_unaligned_le16((__force u16)(val), __gu_p); \ __force 135 arch/c6x/include/asm/unaligned.h put_unaligned_le32((__force u32)(val), __gu_p); \ __force 138 arch/c6x/include/asm/unaligned.h put_unaligned_le64((__force u64)(val), __gu_p); \ __force 150 arch/c6x/include/asm/unaligned.h *(u8 *)__gu_p = (__force u8)(val); \ __force 153 arch/c6x/include/asm/unaligned.h put_unaligned_be16((__force u16)(val), __gu_p); \ __force 156 arch/c6x/include/asm/unaligned.h put_unaligned_be32((__force u32)(val), __gu_p); \ __force 159 arch/c6x/include/asm/unaligned.h put_unaligned_be64((__force u64)(val), __gu_p); \ __force 22 arch/csky/include/asm/checksum.h return (__force __sum16) ~csum; __force 36 arch/csky/include/asm/checksum.h : "r"((__force u32)saddr), "r"((__force u32)daddr), __force 42 arch/csky/include/asm/checksum.h "0" ((__force unsigned long)sum) __force 121 arch/csky/kernel/signal.c return (void __user __force *)(-1UL); __force 22 arch/h8300/include/asm/flat.h u32 val = get_unaligned((__force u32 *)rp); __force 31 arch/h8300/include/asm/flat.h u32 *p = (__force u32 *)rp; __force 25 arch/hexagon/include/asm/io.h #define IOMEM(x) ((void __force __iomem *)(x)) __force 201 arch/hexagon/include/asm/io.h memset((void __force *)addr, value, size); __force 53 arch/hexagon/lib/checksum.c return (__force __sum16)~from64to16( __force 54 arch/hexagon/lib/checksum.c (__force u64)saddr + (__force u64)daddr + __force 55 arch/hexagon/lib/checksum.c (__force u64)sum + ((len + proto) << 8)); __force 63 arch/hexagon/lib/checksum.c result = (__force u64)saddr + (__force u64)daddr + __force 64 arch/hexagon/lib/checksum.c (__force u64)sum + ((len + proto) << 8); __force 72 arch/hexagon/lib/checksum.c return (__force __wsum)result; __force 64 arch/ia64/include/asm/checksum.h u32 sum = (__force u32)csum; __force 67 arch/ia64/include/asm/checksum.h return (__force __sum16)~sum; __force 43 arch/ia64/include/asm/percpu.h ((typeof(var) __kernel __force *)&(var)); \ __force 135 arch/ia64/include/asm/uaccess.h (__force unsigned long) (val)); \ __force 161 arch/ia64/include/asm/uaccess.h (x) = (__force __typeof__(*(__gu_ptr))) __gu_val; \ __force 204 arch/ia64/include/asm/uaccess.h return __copy_user(to, (__force void __user *) from, count); __force 210 arch/ia64/include/asm/uaccess.h return __copy_user((__force void __user *) to, from, count); __force 41 arch/ia64/lib/checksum.c return (__force __sum16)~from64to16( __force 42 arch/ia64/lib/checksum.c (__force u64)saddr + (__force u64)daddr + __force 43 arch/ia64/lib/checksum.c (__force u64)sum + ((len + proto) << 8)); __force 54 arch/ia64/lib/checksum.c result = (__force u64)saddr + (__force u64)daddr + __force 55 arch/ia64/lib/checksum.c (__force u64)sum + ((len + proto) << 8); __force 62 arch/ia64/lib/checksum.c return (__force __wsum)result; __force 85 arch/ia64/lib/checksum.c result += (__force u32)sum; __force 88 arch/ia64/lib/checksum.c return (__force __wsum)result; __force 99 arch/ia64/lib/checksum.c return (__force __sum16)~do_csum(buff,len); __force 126 arch/ia64/lib/csum_partial_copy.c result += (__force u32)psum; __force 129 arch/ia64/lib/csum_partial_copy.c return (__force __wsum)result; __force 137 arch/ia64/lib/csum_partial_copy.c return csum_partial_copy_from_user((__force const void __user *)src, __force 90 arch/ia64/mm/ioremap.c vunmap((void __force *) addr); __force 64 arch/m68k/include/asm/checksum.h return (__force __sum16)~sum; __force 69 arch/m68k/include/asm/checksum.h unsigned int tmp = (__force u32)sum; __force 78 arch/m68k/include/asm/checksum.h return (__force __sum16)~sum; __force 44 arch/m68k/include/asm/kmap.h __builtin_memset((void __force *) addr, val, count); __force 51 arch/m68k/include/asm/kmap.h __builtin_memcpy(dst, (void __force *) src, count); __force 58 arch/m68k/include/asm/kmap.h __builtin_memcpy((void __force *) dst, src, count); __force 20 arch/m68k/include/asm/raw_io.h ({ u8 __v = (*(__force volatile u8 *) (addr)); __v; }) __force 22 arch/m68k/include/asm/raw_io.h ({ u16 __v = (*(__force volatile u16 *) (addr)); __v; }) __force 24 arch/m68k/include/asm/raw_io.h ({ u32 __v = (*(__force volatile u32 *) (addr)); __v; }) __force 26 arch/m68k/include/asm/raw_io.h ({ u16 __v = le16_to_cpu(*(__force volatile __le16 *) (addr)); __v; }) __force 28 arch/m68k/include/asm/raw_io.h ({ u32 __v = le32_to_cpu(*(__force volatile __le32 *) (addr)); __v; }) __force 30 arch/m68k/include/asm/raw_io.h #define out_8(addr,b) (void)((*(__force volatile u8 *) (addr)) = (b)) __force 31 arch/m68k/include/asm/raw_io.h #define out_be16(addr,w) (void)((*(__force volatile u16 *) (addr)) = (w)) __force 32 arch/m68k/include/asm/raw_io.h #define out_be32(addr,l) (void)((*(__force volatile u32 *) (addr)) = (l)) __force 33 arch/m68k/include/asm/raw_io.h #define out_le16(addr,w) (void)((*(__force volatile __le16 *) (addr)) = cpu_to_le16(w)) __force 34 arch/m68k/include/asm/raw_io.h #define out_le32(addr,l) (void)((*(__force volatile __le32 *) (addr)) = cpu_to_le32(l)) __force 76 arch/m68k/include/asm/raw_io.h ({ u16 __v = (*(__force volatile u16 *) (addr)); __v >>= 8; __v; }) __force 78 arch/m68k/include/asm/raw_io.h ({ u16 __v = (*(__force volatile u16 *) (addr)); __v; }) __force 80 arch/m68k/include/asm/raw_io.h ({ u16 __v = le16_to_cpu(*(__force volatile u16 *) (addr)); __v; }) __force 84 arch/m68k/include/asm/raw_io.h __w = ((*(__force volatile u8 *) ((_addr | 0x10000) + (__v<<1)))); }) __force 87 arch/m68k/include/asm/raw_io.h __w = ((*(__force volatile u16 *) ((_addr & 0xFFFF0000UL) + ((__v & 0xFF)<<1)))); \ __force 88 arch/m68k/include/asm/raw_io.h __w = ((*(__force volatile u16 *) ((_addr | 0x10000) + ((__v >> 8)<<1)))); }) __force 91 arch/m68k/include/asm/raw_io.h __w = ((*(__force volatile u16 *) ((_addr & 0xFFFF0000UL) + ((__v >> 8)<<1)))); \ __force 92 arch/m68k/include/asm/raw_io.h __w = ((*(__force volatile u16 *) ((_addr | 0x10000) + ((__v & 0xFF)<<1)))); }) __force 127 arch/m68k/include/asm/uaccess_mm.h (x) = (__force typeof(*(ptr)))(__force unsigned long)__gu_val; \ __force 108 arch/m68k/include/asm/uaccess_no.h memcpy(to, (__force const void *)from, n); __force 115 arch/m68k/include/asm/uaccess_no.h memcpy((__force void *)to, from, n); __force 241 arch/m68k/mm/kmap.c free_io_area((__force void *)addr); __force 247 arch/m68k/mm/kmap.c free_io_area((__force void *)addr); __force 33 arch/microblaze/include/asm/flat.h u32 *p = (__force u32 *)rp; __force 61 arch/microblaze/include/asm/flat.h u32 *p = (__force u32 *)rp; __force 49 arch/microblaze/include/asm/io.h #define out_be32(a, v) __raw_writel((v), (void __iomem __force *)(a)) __force 52 arch/microblaze/include/asm/io.h #define in_be32(a) __raw_readl((const void __iomem __force *)(a)) __force 55 arch/microblaze/include/asm/io.h #define writel_be(v, a) out_be32((__force unsigned *)a, v) __force 56 arch/microblaze/include/asm/io.h #define readl_be(a) in_be32((__force unsigned *)a) __force 74 arch/microblaze/include/asm/uaccess.h (__force u32)addr, (u32)size, __force 80 arch/microblaze/include/asm/uaccess.h (__force u32)addr, (u32)size, __force 194 arch/microblaze/include/asm/uaccess.h x = (__force __typeof__(*(ptr))) __gu_val; \ __force 316 arch/microblaze/include/asm/uaccess.h return __copy_tofrom_user((__force void __user *)to, from, n); __force 322 arch/microblaze/include/asm/uaccess.h return __copy_tofrom_user(to, (__force const void __user *)from, n); __force 128 arch/microblaze/mm/pgtable.c if ((__force void *)addr > high_memory && __force 926 arch/microblaze/pci/pci-common.c (__force resource_size_t)(hose->io_base_virt - _IO_BASE)); __force 54 arch/mips/include/asm/checksum.h return __csum_partial_copy_kernel((__force void *)src, dst, __force 57 arch/mips/include/asm/checksum.h return __csum_partial_copy_from_user((__force void *)src, dst, __force 87 arch/mips/include/asm/checksum.h (__force void *)dst, __force 91 arch/mips/include/asm/checksum.h (__force void *)dst, __force 97 arch/mips/include/asm/checksum.h return (__force __wsum)-1; /* invalid checksum */ __force 113 arch/mips/include/asm/checksum.h u32 sum = (__force u32)csum; __force 120 arch/mips/include/asm/checksum.h return (__force __sum16)~sum; __force 195 arch/mips/include/asm/checksum.h : "0" ((__force unsigned long)daddr), __force 196 arch/mips/include/asm/checksum.h "r" ((__force unsigned long)saddr), __force 202 arch/mips/include/asm/checksum.h "r" ((__force unsigned long)sum)); __force 495 arch/mips/include/asm/io.h __raw_readb((__force unsigned *)(addr)) __force 497 arch/mips/include/asm/io.h be16_to_cpu(__raw_readw((__force unsigned *)(addr))) __force 499 arch/mips/include/asm/io.h be32_to_cpu(__raw_readl((__force unsigned *)(addr))) __force 501 arch/mips/include/asm/io.h be64_to_cpu(__raw_readq((__force unsigned *)(addr))) __force 504 arch/mips/include/asm/io.h __raw_writeb((val), (__force unsigned *)(addr)) __force 506 arch/mips/include/asm/io.h __raw_writew(cpu_to_be16((val)), (__force unsigned *)(addr)) __force 508 arch/mips/include/asm/io.h __raw_writel(cpu_to_be32((val)), (__force unsigned *)(addr)) __force 510 arch/mips/include/asm/io.h __raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr)) __force 582 arch/mips/include/asm/io.h memset((void __force *) addr, val, count); __force 586 arch/mips/include/asm/io.h memcpy(dst, (void __force *) src, count); __force 590 arch/mips/include/asm/io.h memcpy((void __force *) dst, src, count); __force 282 arch/mips/include/asm/octeon/cvmx.h cvmx_write_csr((__force uint64_t)csr_addr, val); __force 299 arch/mips/include/asm/octeon/cvmx.h return cvmx_read_csr((__force uint64_t) csr_addr); __force 198 arch/mips/mm/ioremap.c p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr)); __force 65 arch/nds32/include/asm/io.h #define readw_relaxed(c) ({ u16 __v = le16_to_cpu((__force __le16)__raw_readw(c)); __v; }) __force 66 arch/nds32/include/asm/io.h #define readl_relaxed(c) ({ u32 __v = le32_to_cpu((__force __le32)__raw_readl(c)); __v; }) __force 68 arch/nds32/include/asm/io.h #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) __force 69 arch/nds32/include/asm/io.h #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) __force 121 arch/nds32/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 243 arch/nds32/kernel/signal.c return (void __user __force *)(-1UL); __force 45 arch/nds32/mm/ioremap.c return (__force void __iomem *)(offset + (char *)addr); __force 39 arch/nios2/include/asm/checksum.h return (__force __sum16) sum; __force 135 arch/nios2/include/asm/uaccess.h (x) = (__force __typeof__(x))__gu_val; \ __force 147 arch/nios2/include/asm/uaccess.h (x) = (__force __typeof__(x))__gu_val; \ __force 182 arch/nios2/mm/ioremap.c p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr)); __force 169 arch/openrisc/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 179 arch/openrisc/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 241 arch/openrisc/include/asm/uaccess.h return __copy_tofrom_user(to, (__force const void *)from, size); __force 246 arch/openrisc/include/asm/uaccess.h return __copy_tofrom_user((__force void *)to, from, size); __force 71 arch/parisc/include/asm/checksum.h return (__force __sum16)sum; __force 79 arch/parisc/include/asm/checksum.h u32 sum = (__force u32)csum; __force 85 arch/parisc/include/asm/checksum.h return (__force __sum16)(~sum >> 16); __force 202 arch/parisc/include/asm/checksum.h return (__force __wsum)-1; __force 148 arch/parisc/include/asm/io.h return (*(volatile unsigned char __force *) (addr)); __force 152 arch/parisc/include/asm/io.h return *(volatile unsigned short __force *) addr; __force 156 arch/parisc/include/asm/io.h return *(volatile unsigned int __force *) addr; __force 160 arch/parisc/include/asm/io.h return *(volatile unsigned long long __force *) addr; __force 165 arch/parisc/include/asm/io.h *(volatile unsigned char __force *) addr = b; __force 169 arch/parisc/include/asm/io.h *(volatile unsigned short __force *) addr = b; __force 173 arch/parisc/include/asm/io.h *(volatile unsigned int __force *) addr = b; __force 177 arch/parisc/include/asm/io.h *(volatile unsigned long long __force *) addr = b; __force 186 arch/parisc/include/asm/io.h return le16_to_cpu((__le16 __force) __raw_readw(addr)); __force 190 arch/parisc/include/asm/io.h return le32_to_cpu((__le32 __force) __raw_readl(addr)); __force 194 arch/parisc/include/asm/io.h return le64_to_cpu((__le64 __force) __raw_readq(addr)); __force 203 arch/parisc/include/asm/io.h __raw_writew((__u16 __force) cpu_to_le16(w), addr); __force 207 arch/parisc/include/asm/io.h __raw_writel((__u32 __force) cpu_to_le32(l), addr); __force 211 arch/parisc/include/asm/io.h __raw_writeq((__u64 __force) cpu_to_le64(q), addr); __force 114 arch/parisc/include/asm/uaccess.h (val) = (__force __typeof__(*(ptr))) __gu_val; \ __force 105 arch/parisc/lib/checksum.c return (__force __wsum)from32to16(result); __force 70 arch/parisc/lib/iomap.c #define ADDR2PORT(addr) ((unsigned long __force)(addr) & 0xffffff) __force 28 arch/parisc/lib/memcpy.c return pa_memcpy((void __force *)dst, src, len); __force 37 arch/parisc/lib/memcpy.c return pa_memcpy(dst, (void __force *)src, len); __force 45 arch/parisc/lib/memcpy.c return pa_memcpy((void __force *)dst, (void __force *)src, len); __force 114 arch/powerpc/include/asm/book3s/32/kup.h addr = (__force u32)to; __force 127 arch/powerpc/include/asm/book3s/32/kup.h u32 addr = (__force u32)to; __force 77 arch/powerpc/include/asm/bug.h "r" ((__force long)(x))); \ __force 49 arch/powerpc/include/asm/checksum.h return (__force __sum16)(~((__force u32)sum + tmp) >> 16); __force 61 arch/powerpc/include/asm/checksum.h u64 s = (__force u32)sum; __force 63 arch/powerpc/include/asm/checksum.h s += (__force u32)saddr; __force 64 arch/powerpc/include/asm/checksum.h s += (__force u32)daddr; __force 70 arch/powerpc/include/asm/checksum.h return (__force __wsum) from64to32(s); __force 98 arch/powerpc/include/asm/checksum.h u64 res = (__force u64)csum; __force 106 arch/powerpc/include/asm/checksum.h res += (__force u64)addend; __force 107 arch/powerpc/include/asm/checksum.h return (__force __wsum)((u32)res + (res >> 32)); __force 130 arch/powerpc/include/asm/checksum.h return (__force __wsum)from64to32(s); __force 171 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum)*(const u16 *)buff); __force 173 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum)*(const u32 *)buff); __force 175 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum) __force 178 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum) __force 181 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum) __force 184 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum) __force 187 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum) __force 190 arch/powerpc/include/asm/checksum.h sum = csum_add(sum, (__force __wsum) __force 36 arch/powerpc/include/asm/cputime.h return mulhdu((__force u64) ct, __cputime_usec_factor); __force 304 arch/powerpc/include/asm/io.h return *(volatile unsigned char __force *)PCI_FIX_ADDR(addr); __force 308 arch/powerpc/include/asm/io.h return *(volatile unsigned short __force *)PCI_FIX_ADDR(addr); __force 312 arch/powerpc/include/asm/io.h return *(volatile unsigned int __force *)PCI_FIX_ADDR(addr); __force 316 arch/powerpc/include/asm/io.h *(volatile unsigned char __force *)PCI_FIX_ADDR(addr) = v; __force 320 arch/powerpc/include/asm/io.h *(volatile unsigned short __force *)PCI_FIX_ADDR(addr) = v; __force 324 arch/powerpc/include/asm/io.h *(volatile unsigned int __force *)PCI_FIX_ADDR(addr) = v; __force 330 arch/powerpc/include/asm/io.h return *(volatile unsigned long __force *)PCI_FIX_ADDR(addr); __force 334 arch/powerpc/include/asm/io.h *(volatile unsigned long __force *)PCI_FIX_ADDR(addr) = v; __force 339 arch/powerpc/include/asm/io.h __raw_writeq((__force unsigned long)cpu_to_be64(v), addr); __force 372 arch/powerpc/include/asm/io.h __raw_rm_writeq((__force u64)cpu_to_be64(val), paddr); __force 87 arch/powerpc/include/asm/pgtable-be-types.h prev = (__force __be64)__cmpxchg_u64(p, (__force unsigned long)pte_raw(old), __force 88 arch/powerpc/include/asm/pgtable-be-types.h (__force unsigned long)pte_raw(new)); __force 98 arch/powerpc/include/asm/pgtable-be-types.h prev = (__force __be64)__cmpxchg_u64(p, (__force unsigned long)pmd_raw(old), __force 99 arch/powerpc/include/asm/pgtable-be-types.h (__force unsigned long)pmd_raw(new)); __force 67 arch/powerpc/include/asm/uaccess.h __access_ok((__force unsigned long)(addr), (size), get_fs())) __force 287 arch/powerpc/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 299 arch/powerpc/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 354 arch/powerpc/include/asm/uaccess.h ret = __copy_tofrom_user((__force void __user *)to, from, n); __force 385 arch/powerpc/include/asm/uaccess.h ret = __copy_tofrom_user(to, (__force const void __user *)from, n); __force 612 arch/powerpc/kernel/eeh.c addr = eeh_token_to_phys((unsigned long __force) token); __force 125 arch/powerpc/kernel/io.c void *p = (void __force *)addr; __force 153 arch/powerpc/kernel/io.c void *vsrc = (void __force *) src; __force 183 arch/powerpc/kernel/io.c void *vdest = (void __force *) dest; __force 925 arch/powerpc/kernel/traps.c addr = (__force const void __user *)ea; __force 100 arch/powerpc/kvm/book3s_pr_papr.c pte[0] = be64_to_cpu((__force __be64)pte[0]); __force 101 arch/powerpc/kvm/book3s_pr_papr.c pte[1] = be64_to_cpu((__force __be64)pte[1]); __force 183 arch/powerpc/kvm/book3s_pr_papr.c pte[0] = be64_to_cpu((__force __be64)pte[0]); __force 184 arch/powerpc/kvm/book3s_pr_papr.c pte[1] = be64_to_cpu((__force __be64)pte[1]); __force 228 arch/powerpc/kvm/book3s_pr_papr.c pte[0] = be64_to_cpu((__force __be64)pte[0]); __force 229 arch/powerpc/kvm/book3s_pr_papr.c pte[1] = be64_to_cpu((__force __be64)pte[1]); __force 248 arch/powerpc/kvm/book3s_pr_papr.c pte[0] = (__force u64)cpu_to_be64(pte[0]); __force 249 arch/powerpc/kvm/book3s_pr_papr.c pte[1] = (__force u64)cpu_to_be64(pte[1]); __force 233 arch/powerpc/kvm/book3s_xive.c vcpu->arch.xive_esc_vaddr = (__force u64)xd->eoi_mmio; __force 31 arch/powerpc/lib/checksum_wrappers.c csum = (__force unsigned int)sum; __force 35 arch/powerpc/lib/checksum_wrappers.c csum = csum_partial_copy_generic((void __force *)src, dst, __force 53 arch/powerpc/lib/checksum_wrappers.c return (__force __wsum)csum; __force 78 arch/powerpc/lib/checksum_wrappers.c csum = csum_partial_copy_generic(src, (void __force *)dst, __force 92 arch/powerpc/lib/checksum_wrappers.c return (__force __wsum)csum; __force 105 arch/powerpc/mm/ioremap_64.c addr = (void *)((unsigned long __force)PCI_FIX_ADDR(token) & PAGE_MASK); __force 342 arch/powerpc/platforms/cell/interrupt.c irq_set_handler_data(cascade, (void __force *)node_iic); __force 64 arch/powerpc/platforms/cell/spu_manage.c iounmap((__force u8 __iomem *)spu->local_store); __force 136 arch/powerpc/platforms/cell/spu_manage.c spu->local_store = (void __force *) __force 179 arch/powerpc/platforms/ps3/spu.c iounmap((__force u8 __iomem *)spu->local_store); __force 202 arch/powerpc/platforms/ps3/spu.c spu->local_store = (__force void *)ioremap_wc(spu->local_store_phys, LS_SIZE); __force 71 arch/powerpc/sysdev/cpm_common.c cpm_udbg_txdesc = (u32 __iomem __force *) __force 74 arch/powerpc/sysdev/cpm_common.c cpm_udbg_txbuf = (u8 __iomem __force *) __force 78 arch/powerpc/sysdev/cpm_common.c cpm_udbg_txdesc = (u32 __iomem __force *) __force 80 arch/powerpc/sysdev/cpm_common.c cpm_udbg_txbuf = (u8 __iomem __force *)in_be32(&cpm_udbg_txdesc[1]); __force 102 arch/riscv/include/asm/io.h #define readw_cpu(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; }) __force 103 arch/riscv/include/asm/io.h #define readl_cpu(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; }) __force 106 arch/riscv/include/asm/io.h #define writew_cpu(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) __force 107 arch/riscv/include/asm/io.h #define writel_cpu(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) __force 110 arch/riscv/include/asm/io.h #define readq_cpu(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; }) __force 111 arch/riscv/include/asm/io.h #define writeq_cpu(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) __force 69 arch/riscv/include/asm/uaccess.h likely(__access_ok((unsigned long __force)(addr), (size))); \ __force 158 arch/riscv/kernel/signal.c return (void __user __force *)(-1UL); __force 73 arch/s390/include/asm/checksum.h u32 csum = (__force u32) sum; __force 77 arch/s390/include/asm/checksum.h return (__force __sum16) ~csum; __force 98 arch/s390/include/asm/checksum.h __u32 csum = (__force __u32)sum; __force 100 arch/s390/include/asm/checksum.h csum += (__force __u32)saddr; __force 101 arch/s390/include/asm/checksum.h if (csum < (__force __u32)saddr) __force 104 arch/s390/include/asm/checksum.h csum += (__force __u32)daddr; __force 105 arch/s390/include/asm/checksum.h if (csum < (__force __u32)daddr) __force 112 arch/s390/include/asm/checksum.h return (__force __wsum)csum; __force 15 arch/s390/include/asm/compat.h typeof(0?(__force t)0:0ULL), u64)) __force 19 arch/s390/include/asm/compat.h (__force t)(__TYPE_IS_PTR(t) ? ((v) & 0x7fffffff) : (v)); \ __force 34 arch/s390/include/asm/pci_io.h (((__force u64) addr & ZPCI_IOMAP_ADDR_IDX_MASK) >> ZPCI_IOMAP_SHIFT) __force 36 arch/s390/include/asm/pci_io.h ((__force u64) addr & ZPCI_IOMAP_ADDR_OFF_MASK) __force 146 arch/s390/include/asm/pci_io.h size = zpci_get_max_write_size((u64 __force) src, __force 168 arch/s390/include/asm/pci_io.h size = zpci_get_max_write_size((u64 __force) dst, __force 204 arch/s390/include/asm/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 211 arch/s390/include/asm/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 218 arch/s390/include/asm/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 225 arch/s390/include/asm/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 293 arch/s390/kernel/compat_signal.c if (__put_user(regs->gprs[2], (int __force __user *) &frame->signo)) __force 303 arch/s390/kernel/compat_signal.c restorer = (unsigned long __force) __force 310 arch/s390/kernel/compat_signal.c restorer = (unsigned long __force) svc | PSW32_ADDR_AMODE; __force 315 arch/s390/kernel/compat_signal.c regs->gprs[15] = (__force __u64) frame; __force 320 arch/s390/kernel/compat_signal.c regs->psw.addr = (__force __u64) ksig->ka.sa.sa_handler; __force 323 arch/s390/kernel/compat_signal.c regs->gprs[3] = (__force __u64) &frame->sc; __force 364 arch/s390/kernel/compat_signal.c if (__put_user(regs->gprs[15], (unsigned int __force __user *) frame)) __force 370 arch/s390/kernel/compat_signal.c restorer = (unsigned long __force) __force 376 arch/s390/kernel/compat_signal.c restorer = (unsigned long __force) svc | PSW32_ADDR_AMODE; __force 397 arch/s390/kernel/compat_signal.c regs->gprs[15] = (__force __u64) frame; __force 402 arch/s390/kernel/compat_signal.c regs->psw.addr = (__u64 __force) ksig->ka.sa.sa_handler; __force 405 arch/s390/kernel/compat_signal.c regs->gprs[3] = (__force __u64) &frame->info; __force 406 arch/s390/kernel/compat_signal.c regs->gprs[4] = (__force __u64) &frame->uc; __force 227 arch/s390/kernel/crash_dump.c rc = copy_oldmem_user((void __force __user *) buf, src, csize); __force 1278 arch/s390/kernel/ipl.c csum = (__force unsigned int) __force 30 arch/s390/kernel/os_info.c return (__force u32)csum_partial(&os_info->version_major, size, 0); __force 50 arch/s390/kernel/os_info.c os_info.entry[nr].csum = (__force u32)csum_partial(ptr, size, 0); __force 97 arch/s390/kernel/os_info.c csum = (__force u32)csum_partial(buf_align, size, 0); __force 456 arch/s390/kernel/ptrace.c if (copy_from_user(&parea, (void __force __user *) addr, __force 468 arch/s390/kernel/ptrace.c (addr_t __force __user *) data)) __force 806 arch/s390/kernel/ptrace.c if (copy_from_user(&parea, (void __force __user *) addr, __force 818 arch/s390/kernel/ptrace.c (__u32 __force __user *) data)) __force 314 arch/s390/kernel/signal.c sc.sregs = (_sigregs __user __force *) &frame->sregs; __force 82 arch/s390/kernel/traps.c (void __force __user *) current->thread.per_event.address); __force 181 arch/s390/kernel/uprobes.c else if ((u64 __force)ptr & mask) \ __force 198 arch/s390/kernel/uprobes.c else if ((u64 __force)__ptr & mask) \ __force 204 arch/s390/kernel/uprobes.c (void __force *)__ptr, \ __force 217 arch/s390/kernel/uprobes.c else if ((u64 __force)ptr & mask) \ __force 196 arch/s390/pci/pci.c data = le64_to_cpu((__force __le64) data); __force 211 arch/s390/pci/pci.c data = (__force u64) cpu_to_le64(data); __force 260 arch/s390/pci/pci.c vunmap((__force void *) ((unsigned long) addr & PAGE_MASK)); __force 426 arch/s390/pci/pci.c (resource_size_t __force) zdev->bars[i].mio_wt; __force 428 arch/s390/pci/pci.c pdev->resource[i].start = (resource_size_t __force) __force 458 arch/s390/pci/pci.c pci_iounmap_fh(pdev, (void __iomem __force *) __force 574 arch/s390/pci/pci_clp.c uptr = (void __force __user *)(unsigned long) req->data_p; __force 614 arch/s390/pci/pci_clp.c uptr = (void __force __user *)(unsigned long) req->data_p; __force 203 arch/s390/pci/pci_insn.c cc = __pcilg_mio(data, (__force u64) addr, len, &status); __force 205 arch/s390/pci/pci_insn.c zpci_err_insn(cc, status, 0, (__force u64) addr); __force 285 arch/s390/pci/pci_insn.c cc = __pcistg_mio(data, (__force u64) addr, len, &status); __force 287 arch/s390/pci/pci_insn.c zpci_err_insn(cc, status, 0, (__force u64) addr); __force 365 arch/s390/pci/pci_insn.c cc = __pcistb_mio(src, (__force u64) dst, len, &status); __force 367 arch/s390/pci/pci_insn.c zpci_err_insn(cc, status, 0, (__force u64) dst); __force 42 arch/s390/pci/pci_mmio.c : [ioaddr] "a" (ioaddr), [src] "Q" (*((u8 __force *)src)) __force 52 arch/s390/pci/pci_mmio.c register u64 addr asm("2") = (u64 __force) ioaddr; __force 103 arch/s390/pci/pci_mmio.c size = zpci_get_max_write_size((u64 __force) dst, __force 104 arch/s390/pci/pci_mmio.c (u64 __force) src, n, __force 118 arch/s390/pci/pci_mmio.c zpci_err_mmio(rc, status, (__force u64) dst); __force 201 arch/s390/pci/pci_mmio.c register u64 addr asm("2") = (u64 __force) ioaddr; __force 253 arch/s390/pci/pci_mmio.c size = zpci_get_max_write_size((u64 __force) src, __force 254 arch/s390/pci/pci_mmio.c (u64 __force) dst, n, __force 265 arch/s390/pci/pci_mmio.c zpci_err_mmio(rc, status, (__force u64) dst); __force 55 arch/sh/include/asm/checksum_32.h return csum_partial_copy_generic((__force const void *)src, dst, __force 76 arch/sh/include/asm/checksum_32.h return (__force __sum16)sum; __force 201 arch/sh/include/asm/checksum_32.h return csum_partial_copy_generic((__force const void *)src, __force 207 arch/sh/include/asm/checksum_32.h return (__force __wsum)-1; /* invalid checksum */ __force 17 arch/sh/include/asm/flat.h *addr = get_unaligned((__force u32 *)rp); __force 22 arch/sh/include/asm/flat.h put_unaligned(addr, (__force u32 *)rp); __force 30 arch/sh/include/asm/io.h #define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile u8 __force *)(a) = (v)) __force 31 arch/sh/include/asm/io.h #define __raw_writew(v,a) (__chk_io_ptr(a), *(volatile u16 __force *)(a) = (v)) __force 32 arch/sh/include/asm/io.h #define __raw_writel(v,a) (__chk_io_ptr(a), *(volatile u32 __force *)(a) = (v)) __force 33 arch/sh/include/asm/io.h #define __raw_writeq(v,a) (__chk_io_ptr(a), *(volatile u64 __force *)(a) = (v)) __force 35 arch/sh/include/asm/io.h #define __raw_readb(a) (__chk_io_ptr(a), *(volatile u8 __force *)(a)) __force 36 arch/sh/include/asm/io.h #define __raw_readw(a) (__chk_io_ptr(a), *(volatile u16 __force *)(a)) __force 37 arch/sh/include/asm/io.h #define __raw_readl(a) (__chk_io_ptr(a), *(volatile u32 __force *)(a)) __force 38 arch/sh/include/asm/io.h #define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a)) __force 45 arch/sh/include/asm/io.h #define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c)) __force 46 arch/sh/include/asm/io.h #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c)) __force 47 arch/sh/include/asm/io.h #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)ioswabl(v),c)) __force 48 arch/sh/include/asm/io.h #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)ioswabq(v),c)) __force 9 arch/sh/include/asm/uaccess.h ((unsigned long __force)(addr) < current_thread_info()->addr_limit.seg) __force 26 arch/sh/include/asm/uaccess.h __access_ok((unsigned long __force)(addr), (size))) __force 63 arch/sh/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 74 arch/sh/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 116 arch/sh/include/asm/uaccess.h return __copy_user(to, (__force void *)from, n); __force 122 arch/sh/include/asm/uaccess.h return __copy_user((__force void *)to, from, n); __force 60 arch/sh/include/asm/uaccess_64.h (__force long)ptr); \ __force 64 arch/sh/include/asm/uaccess_64.h (__force long)ptr); \ __force 68 arch/sh/include/asm/uaccess_64.h (__force long)ptr); \ __force 72 arch/sh/include/asm/uaccess_64.h (__force long)ptr); \ __force 31 arch/sh/kernel/dma-coherent.c ret_nocache = (void __force *)ioremap_nocache(virt_to_phys(ret), size); __force 108 arch/sh/mm/ioremap.c unsigned long vaddr = (unsigned long __force)addr; __force 464 arch/sh/mm/pmb.c unsigned long vaddr = (unsigned long __force)addr; __force 59 arch/sparc/include/asm/checksum_32.h return (__force __wsum)ret; __force 83 arch/sparc/include/asm/checksum_32.h return (__force __wsum)ret; __force 112 arch/sparc/include/asm/checksum_32.h return (__force __wsum)ret; __force 168 arch/sparc/include/asm/checksum_32.h : "0" (sum), "1" ((__force u32)sum<<16) __force 170 arch/sparc/include/asm/checksum_32.h return (__force __sum16)sum; __force 56 arch/sparc/include/asm/checksum_64.h return (__force __wsum) ret; __force 75 arch/sparc/include/asm/checksum_64.h return (__force __wsum) ret; __force 94 arch/sparc/include/asm/checksum_64.h : "0" (sum), "1" ((__force u32)sum<<16) __force 96 arch/sparc/include/asm/checksum_64.h return (__force __sum16)sum; __force 60 arch/sparc/include/asm/io_32.h return *(__force volatile u8 *)addr; __force 65 arch/sparc/include/asm/io_32.h return *(__force volatile u16 *)addr; __force 70 arch/sparc/include/asm/io_32.h return *(__force volatile u32 *)addr; __force 75 arch/sparc/include/asm/io_32.h *(__force volatile u8 *)addr = b; __force 80 arch/sparc/include/asm/io_32.h *(__force volatile u16 *)addr = w; __force 85 arch/sparc/include/asm/io_32.h *(__force volatile u32 *)addr = l; __force 248 arch/sparc/include/asm/io_64.h insb((unsigned long __force)port, buf, count); __force 252 arch/sparc/include/asm/io_64.h insw((unsigned long __force)port, buf, count); __force 257 arch/sparc/include/asm/io_64.h insl((unsigned long __force)port, buf, count); __force 262 arch/sparc/include/asm/io_64.h outsb((unsigned long __force)port, buf, count); __force 267 arch/sparc/include/asm/io_64.h outsw((unsigned long __force)port, buf, count); __force 272 arch/sparc/include/asm/io_64.h outsl((unsigned long __force)port, buf, count); __force 192 arch/sparc/include/asm/uaccess_32.h x = (__force type) __gu_val; \ __force 209 arch/sparc/include/asm/uaccess_32.h x = (__force type) __gu_val; \ __force 239 arch/sparc/include/asm/uaccess_32.h return __copy_user(to, (__force void __user *) from, n); __force 244 arch/sparc/include/asm/uaccess_32.h return __copy_user((__force void __user *) to, from, n); __force 62 arch/sparc/include/asm/uaccess_64.h __chk_range_not_ok((unsigned long __force)(addr), size, limit); \ __force 151 arch/sparc/include/asm/uaccess_64.h data = (__force type) __gu_val; \ __force 145 arch/um/kernel/skas/uaccess.c memcpy(to, (__force void*)from, n); __force 165 arch/um/kernel/skas/uaccess.c memcpy((__force void *) to, from, n); __force 193 arch/um/kernel/skas/uaccess.c strncpy(dst, (__force void *) src, count); __force 214 arch/um/kernel/skas/uaccess.c memset((__force void*)mem, 0, len); __force 239 arch/um/kernel/skas/uaccess.c return strnlen((__force char*)str, len) + 1; __force 389 arch/x86/entry/common.c (u32 __user __force *)(unsigned long)(u32)regs->sp) __force 392 arch/x86/entry/common.c (u32 __user __force *)(unsigned long)(u32)regs->sp) __force 56 arch/x86/include/asm/checksum_32.h ret = csum_partial_copy_generic((__force void *)src, dst, __force 97 arch/x86/include/asm/checksum_32.h return (__force __sum16)sum; __force 109 arch/x86/include/asm/checksum_32.h : "r" ((__force u32)sum << 16), __force 110 arch/x86/include/asm/checksum_32.h "0" ((__force u32)sum & 0xffff0000)); __force 111 arch/x86/include/asm/checksum_32.h return (__force __sum16)(~(__force u32)sum >> 16); __force 187 arch/x86/include/asm/checksum_32.h ret = csum_partial_copy_generic(src, (__force void *)dst, __force 196 arch/x86/include/asm/checksum_32.h return (__force __wsum)-1; /* invalid checksum */ __force 28 arch/x86/include/asm/checksum_64.h : "r" ((__force u32)sum << 16), __force 29 arch/x86/include/asm/checksum_64.h "0" ((__force u32)sum & 0xffff0000)); __force 30 arch/x86/include/asm/checksum_64.h return (__force __sum16)(~(__force u32)sum >> 16); __force 73 arch/x86/include/asm/checksum_64.h return (__force __sum16)sum; __force 195 arch/x86/include/asm/checksum_64.h return (__force __wsum)add32_with_carry((__force unsigned)csum, __force 196 arch/x86/include/asm/checksum_64.h (__force unsigned)addend); __force 332 arch/x86/include/asm/elf.h (unsigned long __force)current->mm->context.vdso); \ __force 340 arch/x86/include/asm/elf.h (unsigned long __force)current->mm->context.vdso); \ __force 380 arch/x86/include/asm/fpu/internal.h struct xregs_state *xstate = ((__force struct xregs_state *)buf); __force 50 arch/x86/include/asm/io.h :"m" (*(volatile type __force *)addr) barrier); return ret; } __force 55 arch/x86/include/asm/io.h "m" (*(volatile type __force *)addr) barrier); } __force 62 arch/x86/include/asm/percpu.h (typeof(*(ptr)) __kernel __force *)tcp_ptr__; \ __force 200 arch/x86/include/asm/special_insns.h asm volatile("clflush %0" : "+m" (*(volatile char __force *)__p)); __force 208 arch/x86/include/asm/special_insns.h "+m" (*(volatile char __force *)__p)); __force 65 arch/x86/include/asm/uaccess.h __chk_range_not_ok((unsigned long __force)(addr), size, limit); \ __force 176 arch/x86/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr))) __val_gu; \ __force 452 arch/x86/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 568 arch/x86/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gue_val; \ __force 733 arch/x86/include/asm/uaccess.h (x) = (__force __typeof__(*(ptr)))__gu_val; \ __force 20 arch/x86/include/asm/uaccess_32.h return __copy_user_ll((__force void *)to, from, n); __force 53 arch/x86/include/asm/uaccess_32.h return __copy_user_ll(to, (__force const void *)from, n); __force 71 arch/x86/include/asm/uaccess_64.h return copy_user_generic(dst, (__force void *)src, size); __force 118 arch/x86/include/asm/uaccess_64.h return copy_user_generic(dst, (__force void *)src, size); __force 128 arch/x86/include/asm/uaccess_64.h return copy_user_generic((__force void *)dst, src, size); __force 177 arch/x86/include/asm/uaccess_64.h return copy_user_generic((__force void *)dst, src, size); __force 184 arch/x86/include/asm/uaccess_64.h return copy_user_generic((__force void *)dst, __force 185 arch/x86/include/asm/uaccess_64.h (__force void *)src, size); __force 24 arch/x86/kernel/crash_dump_64.c vaddr = (__force void *)ioremap_encrypted(pfn << PAGE_SHIFT, PAGE_SIZE); __force 26 arch/x86/kernel/crash_dump_64.c vaddr = (__force void *)ioremap_cache(pfn << PAGE_SHIFT, PAGE_SIZE); __force 657 arch/x86/kernel/kgdb.c if (IS_ERR((void * __force)breakinfo[i].pev)) { __force 136 arch/x86/lib/csum-partial_64.c return (__force __wsum)add32_with_carry(do_csum(buff, len), __force 137 arch/x86/lib/csum-partial_64.c (__force u32)sum); __force 49 arch/x86/lib/csum-wrappers_64.c isum = (__force __wsum)add32_with_carry( __force 50 arch/x86/lib/csum-wrappers_64.c (__force unsigned)isum, val16); __force 57 arch/x86/lib/csum-wrappers_64.c isum = csum_partial_copy_generic((__force const void *)src, __force 101 arch/x86/lib/csum-wrappers_64.c isum = (__force __wsum)add32_with_carry( __force 102 arch/x86/lib/csum-wrappers_64.c (__force unsigned)isum, val16); __force 114 arch/x86/lib/csum-wrappers_64.c ret = csum_partial_copy_generic(src, (void __force *)dst, __force 143 arch/x86/lib/csum-wrappers_64.c rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) + __force 144 arch/x86/lib/csum-wrappers_64.c (__force __u64)sum; __force 156 arch/x86/lib/csum-wrappers_64.c (__force __wsum)add32_with_carry(sum64 & 0xffffffff, sum64>>32)); __force 84 arch/x86/mm/iomap_32.c return (void __force __iomem *) kmap_atomic_prot_pfn(pfn, prot); __force 441 arch/x86/mm/ioremap.c if ((void __force *)addr <= high_memory) __force 451 arch/x86/mm/ioremap.c if ((void __force *)addr >= phys_to_virt(ISA_START_ADDRESS) && __force 452 arch/x86/mm/ioremap.c (void __force *)addr < phys_to_virt(ISA_END_ADDRESS)) { __force 460 arch/x86/mm/ioremap.c (PAGE_MASK & (unsigned long __force)addr); __force 467 arch/x86/mm/ioremap.c p = find_vm_area((void __force *)addr); __force 478 arch/x86/mm/ioremap.c o = remove_vm_area((void __force *)addr); __force 338 arch/x86/pci/intel_mid_pci.c dev->current_state = (pci_power_t __force)(pmcsr & PCI_PM_CTRL_STATE_MASK); __force 222 arch/x86/platform/intel-mid/pwr.c ret = __update_power_state(pwr, reg, bit, (__force int)state); __force 287 arch/x86/platform/intel-mid/pwr.c return (__force pci_power_t)((power >> bit) & 3); __force 53 arch/x86/um/asm/checksum.h return (__force __wsum)-1; __force 73 arch/x86/um/asm/checksum.h : "r" ((__force u32)sum << 16), __force 74 arch/x86/um/asm/checksum.h "0" ((__force u32)sum & 0xffff0000) __force 76 arch/x86/um/asm/checksum.h return (__force __sum16)(~(__force u32)sum >> 16); __force 146 arch/x86/um/asm/checksum.h return (__force __sum16)sum; __force 49 arch/x86/um/asm/checksum_32.h return (__force __wsum)-1; __force 58 arch/x86/um/asm/checksum_32.h return (__force __wsum)-1; /* invalid checksum */ __force 61 arch/xtensa/include/asm/checksum.h return csum_partial_copy_generic((__force const void *)src, dst, __force 83 arch/xtensa/include/asm/checksum.h return (__force __sum16)sum; __force 252 arch/xtensa/include/asm/checksum.h return (__force __wsum)-1; /* invalid checksum */ __force 10 arch/xtensa/include/asm/flat.h *addr = get_unaligned((__force u32 *)rp); __force 15 arch/xtensa/include/asm/flat.h put_unaligned(addr, (__force u32 *)rp); __force 207 arch/xtensa/include/asm/uaccess.h (x) = *(__force __typeof__((ptr)))&__x; \ __force 240 arch/xtensa/include/asm/uaccess.h (x_) = (__force __typeof__(*(addr_)))__x; \ __force 254 arch/xtensa/include/asm/uaccess.h return __xtensa_copy_user(to, (__force const void *)from, n); __force 260 arch/xtensa/include/asm/uaccess.h return __xtensa_copy_user((__force void *)to, from, n); __force 193 block/blk-core.c return (__force blk_status_t)i; __force 202 block/blk-core.c int idx = (__force int)status; __force 213 block/blk-core.c int idx = (__force int)status; __force 285 block/blk-mq-debugfs.c #define RQF_NAME(name) [ilog2((__force u32)RQF_##name)] = #name __force 339 block/blk-mq-debugfs.c blk_flags_show(m, (__force unsigned int)rq->rq_flags, rqf_name, __force 21 block/t10-pi.c return (__force __be16)ip_compute_csum(data, len); __force 1287 crypto/ecc.c const __be64 *src = (__force __be64 *)in; __force 2468 drivers/acpi/nfit/core.c arch_invalidate_pmem((void __force *) __force 289 drivers/acpi/osl.c return (void __iomem __force *)kmap(pfn_to_page(pfn)); __force 468 drivers/ata/pata_mpc52xx.c bd->src_pa = (__force u32) priv->ata_regs_pa + __force 470 drivers/ata/pata_mpc52xx.c bd->dst_pa = (__force u32) cur_addr; __force 473 drivers/ata/pata_mpc52xx.c bd->src_pa = (__force u32) cur_addr; __force 474 drivers/ata/pata_mpc52xx.c bd->dst_pa = (__force u32) priv->ata_regs_pa + __force 71 drivers/bcma/host_soc.c *buf = (__force __le16)__raw_readw(addr); __force 82 drivers/bcma/host_soc.c *buf = (__force __le32)__raw_readl(addr); __force 115 drivers/bcma/host_soc.c __raw_writew((__force u16)(*buf), addr); __force 126 drivers/bcma/host_soc.c __raw_writel((__force u32)(*buf), addr); __force 45 drivers/block/rsxx/config.c hdr->version = be32_to_cpu((__force __be32) hdr->version); __force 46 drivers/block/rsxx/config.c hdr->crc = be32_to_cpu((__force __be32) hdr->crc); __force 51 drivers/block/rsxx/config.c hdr->version = (__force u32) cpu_to_be32(hdr->version); __force 52 drivers/block/rsxx/config.c hdr->crc = (__force u32) cpu_to_be32(hdr->crc); __force 70 drivers/block/rsxx/config.c data[i] = le32_to_cpu((__force __le32) data[i]); __force 79 drivers/block/rsxx/config.c data[i] = (__force u32) cpu_to_le32(data[i]); __force 320 drivers/bus/omap_l3_smx.h *(volatile u64 __force *)(a) = (v)) __force 322 drivers/bus/omap_l3_smx.h *(volatile u64 __force *)(a)) __force 55 drivers/char/tpm/eventlog/of.c size = be32_to_cpup((__force __be32 *)sizep); __force 56 drivers/char/tpm/eventlog/of.c base = be64_to_cpup((__force __be64 *)basep); __force 55 drivers/char/tpm/tpm_atmel.c native_size = (__force __be32 *) (hdr + 2); __force 172 drivers/char/tpm/tpm_nsc.c native_size = (__force __be32 *) (buf + 2); __force 681 drivers/char/virtio_console.c memcpy((__force char *)out_buf, buf->buf + buf->offset, __force 1164 drivers/char/virtio_console.c return fill_readbuf(port, (__force char __user *)buf, count, false); __force 601 drivers/clk/zynq/clkc.c zynq_clkc_base = (__force void __iomem *)slcr->data + res.start; __force 664 drivers/crypto/caam/ctrl.c ctrlpriv->ctrl = (struct caam_ctrl __iomem __force *)ctrl; __force 665 drivers/crypto/caam/ctrl.c ctrlpriv->assure = (struct caam_assurance __iomem __force *) __force 666 drivers/crypto/caam/ctrl.c ((__force uint8_t *)ctrl + __force 669 drivers/crypto/caam/ctrl.c ctrlpriv->deco = (struct caam_deco __iomem __force *) __force 670 drivers/crypto/caam/ctrl.c ((__force uint8_t *)ctrl + __force 735 drivers/crypto/caam/ctrl.c perfmon = (struct caam_perfmon __force *)&ctrl->perfmon; __force 743 drivers/crypto/caam/ctrl.c ctrlpriv->qi = (struct caam_queue_if __iomem __force *) __force 744 drivers/crypto/caam/ctrl.c ((__force uint8_t *)ctrl + __force 768 drivers/crypto/caam/ctrl.c ctrlpriv->jr[ring] = (struct caam_job_ring __iomem __force *) __force 769 drivers/crypto/caam/ctrl.c ((__force uint8_t *)ctrl + __force 902 drivers/crypto/caam/ctrl.c ctrlpriv->ctl_kek_wrap.data = (__force void *)&ctrlpriv->ctrl->kek[0]; __force 907 drivers/crypto/caam/ctrl.c ctrlpriv->ctl_tkek_wrap.data = (__force void *)&ctrlpriv->ctrl->tkek[0]; __force 912 drivers/crypto/caam/ctrl.c ctrlpriv->ctl_tdsk_wrap.data = (__force void *)&ctrlpriv->ctrl->tdsk[0]; __force 532 drivers/crypto/caam/jr.c jrpriv->rregs = (struct caam_job_ring __iomem __force *)ctrl; __force 80 drivers/crypto/caam/regs.h return le##len ## _to_cpu((__force __le##len)val); \ __force 82 drivers/crypto/caam/regs.h return be##len ## _to_cpu((__force __be##len)val); \ __force 89 drivers/crypto/caam/regs.h return (__force u##len)cpu_to_le##len(val); \ __force 91 drivers/crypto/caam/regs.h return (__force u##len)cpu_to_be##len(val); \ __force 1639 drivers/crypto/chelsio/chtls/chtls_cm.c skb->hdr_len = ntohs((__force __be16)tls_cmp_hdr->length); __force 1640 drivers/crypto/chelsio/chtls/chtls_cm.c tls_cmp_hdr->length = ntohs((__force __be16)nlen); __force 2102 drivers/crypto/chelsio/chtls/chtls_cm.c csum = (__force u32)pskb->csum; __force 2104 drivers/crypto/chelsio/chtls/chtls_cm.c pskb->csum = (__force __wsum)(csum - credits); __force 665 drivers/crypto/chelsio/chtls/chtls_io.c skb->csum = (__force __wsum)(credits_needed + csk->wr_nondata); __force 910 drivers/crypto/chelsio/chtls/chtls_io.c return (__force int)cpu_to_be16(thdr->length); __force 640 drivers/crypto/hifn_795x.c writel((__force u32)cpu_to_le32(val), dev->bar[0] + reg); __force 645 drivers/crypto/hifn_795x.c writel((__force u32)cpu_to_le32(val), dev->bar[1] + reg); __force 860 drivers/crypto/qat/qat_common/qat_algs.c (void *)(__force long)qat_resp->opaque_data; __force 886 drivers/crypto/qat/qat_common/qat_algs.c qat_req->req.comn_mid.opaque_data = (uint64_t)(__force long)qat_req; __force 928 drivers/crypto/qat/qat_common/qat_algs.c qat_req->req.comn_mid.opaque_data = (uint64_t)(__force long)qat_req; __force 1079 drivers/crypto/qat/qat_common/qat_algs.c qat_req->req.comn_mid.opaque_data = (uint64_t)(__force long)qat_req; __force 1139 drivers/crypto/qat/qat_common/qat_algs.c qat_req->req.comn_mid.opaque_data = (uint64_t)(__force long)qat_req; __force 187 drivers/crypto/qat/qat_common/qat_asym_algs.c struct qat_asym_request *req = (void *)(__force long)resp->opaque; __force 387 drivers/crypto/qat/qat_common/qat_asym_algs.c msg->pke_mid.opaque = (uint64_t)(__force long)qat_req; __force 555 drivers/crypto/qat/qat_common/qat_asym_algs.c struct qat_asym_request *req = (void *)(__force long)resp->opaque; __force 594 drivers/crypto/qat/qat_common/qat_asym_algs.c struct qat_asym_request *areq = (void *)(__force long)resp->opaque; __force 782 drivers/crypto/qat/qat_common/qat_asym_algs.c msg->pke_mid.opaque = (uint64_t)(__force long)qat_req; __force 930 drivers/crypto/qat/qat_common/qat_asym_algs.c msg->pke_mid.opaque = (uint64_t)(__force long)qat_req; __force 195 drivers/crypto/qce/sha.c rctx->byte_count[0] = (__force __be32)(count & ~SHA_PADDING_MASK); __force 196 drivers/crypto/qce/sha.c rctx->byte_count[1] = (__force __be32)(count >> 32); __force 515 drivers/dma/altera-msgdma.c memcpy((void __force *)hw_desc, &desc->hw_desc, __force 17 drivers/dma/dw-edma/dw-edma-v0-debugfs.c ((void __force *)®s->name) __force 57 drivers/dma/dw-edma/dw-edma-v0-debugfs.c void __iomem *reg = (void __force __iomem *)data; __force 258 drivers/dma/fsldma.h be##width##_to_cpu((__force __be##width)(v##width)d) : \ __force 259 drivers/dma/fsldma.h le##width##_to_cpu((__force __le##width)(v##width)d)) __force 262 drivers/dma/fsldma.h (__force v##width)cpu_to_be##width(c) : \ __force 263 drivers/dma/fsldma.h (__force v##width)cpu_to_le##width(c)) __force 297 drivers/edac/aspeed_edac.c aspeed_regmap = devm_regmap_init(dev, NULL, (__force void *)regs, __force 415 drivers/firewire/nosy.c lynx->rcv_buffer[0] = (__force __le32)timestamp; __force 492 drivers/firewire/ohci.c be32_to_cpu((__force __be32)header[3])); __force 793 drivers/firewire/ohci.c (ohci->quirks & QUIRK_BE_HEADERS ? (__force __u32)(v) : le32_to_cpu(v)) __force 813 drivers/firewire/ohci.c p.header[3] = (__force __u32) buffer[3]; __force 1334 drivers/firewire/ohci.c header[3] = (__force __le32) packet->header[3]; __force 2745 drivers/firewire/ohci.c ctx->last_timestamp = (u16)le32_to_cpu((__force __le32)dma_hdr[0]); __force 76 drivers/gpio/gpio-davinci.c g = (__force struct davinci_gpio_regs __iomem *)irq_data_get_irq_chip_data(d); __force 450 drivers/gpio/gpio-davinci.c irq_set_chip_data(irq, (__force void *)g); __force 1821 drivers/gpu/drm/i915/display/intel_bios.c vbt = (void __force *) bios + i; __force 1027 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c io_mapping_unmap_atomic((void __force __iomem *) unmask_page(cache->vaddr)); __force 1072 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c vaddr = (void __force *)io_mapping_map_atomic_wc(&ggtt->iomap, __force 1212 drivers/gpu/drm/i915/gt/intel_ringbuffer.c addr = (void __force *)i915_vma_pin_iomap(vma); __force 314 drivers/gpu/drm/i915/i915_gem.c (void __force *)vaddr + offset, __force 320 drivers/gpu/drm/i915/i915_gem.c (void __force *)vaddr + offset, __force 500 drivers/gpu/drm/i915/i915_gem.c unwritten = __copy_from_user_inatomic_nocache((void __force *)vaddr + offset, __force 505 drivers/gpu/drm/i915/i915_gem.c unwritten = copy_from_user((void __force *)vaddr + offset, __force 998 drivers/gpu/drm/i915/i915_gpu_error.c ret = compress_page(compress, (void __force *)s, dst); __force 602 drivers/gpu/drm/nouveau/nouveau_bo.c iowrite16_native(val, (void __force __iomem *)mem); __force 616 drivers/gpu/drm/nouveau/nouveau_bo.c return ioread32_native((void __force __iomem *)mem); __force 630 drivers/gpu/drm/nouveau/nouveau_bo.c iowrite32_native(val, (void __force __iomem *)mem); __force 101 drivers/gpu/drm/nouveau/nouveau_bo.h void __iomem *ioptr = (void __force __iomem *)ttm_kmap_obj_virtual( __force 40 drivers/gpu/drm/nouveau/nouveau_dma.c memcpy_toio((void __force __iomem *)mem, data, nr_dwords * 4); __force 492 drivers/gpu/drm/nouveau/nouveau_gem.c (void __force __user *)(uintptr_t)user_pbbo_ptr; __force 589 drivers/gpu/drm/nouveau/nouveau_gem.c void __user *userptr = (void __force __user *)(uintptr_t)user; __force 130 drivers/gpu/drm/tilcdc/tilcdc_regs.h *(volatile u64 __force *)addr = __cpu_to_le64(data); __force 147 drivers/gpu/drm/vboxvideo/vbox_main.c vbva = (void __force *)vbox->vbva_buffers + __force 360 drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c return (void __force *) (fifo_mem + __force 544 drivers/hid/hid-picolcd_fb.c info->screen_base = (char __force __iomem *)fbdata->bitmap; __force 214 drivers/hid/hid-sensor-hub.c (__force __s32)cpu_to_le32(*buf32)); __force 222 drivers/hid/hid-sensor-hub.c (__force __s32)cpu_to_le32(value)); __force 910 drivers/hwmon/aspeed-pwm-tacho.c priv->regmap = devm_regmap_init(dev, NULL, (__force void *)regs, __force 708 drivers/hwmon/xgene-hwmon.c ctx->pcc_comm_addr = (void __force *)ioremap( __force 46 drivers/i2c/busses/i2c-cpm.c #define DPRAM_BASE ((u8 __iomem __force *)cpm_muram_addr(0)) __force 212 drivers/iio/light/cm3232.c lux = (__force u64)als_info->mlux_per_bit; __force 602 drivers/infiniband/core/cm.c return (__force u32) (local_id ^ cm.random_id_operand); __force 643 drivers/infiniband/core/cm.c return (__force u32) a < (__force u32) b; __force 648 drivers/infiniband/core/cm.c return (__force u32) a > (__force u32) b; __force 653 drivers/infiniband/core/cm.c return (__force u64) a < (__force u64) b; __force 658 drivers/infiniband/core/cm.c return (__force u64) a > (__force u64) b; __force 878 drivers/infiniband/core/cm.c cm_id_priv->id.local_id = (__force __be32)id ^ cm.random_id_operand; __force 561 drivers/infiniband/core/iwpm_util.c u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); __force 568 drivers/infiniband/core/iwpm_util.c u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0); __force 871 drivers/infiniband/core/ucma.c resp.node_guid = (__force __u64) ctx->cm_id->device->node_guid; __force 897 drivers/infiniband/core/ucma.c resp->node_guid = (__force __u64) cm_id->device->node_guid; __force 899 drivers/infiniband/core/ucma.c resp->pkey = (__force __u16) cpu_to_be16( __force 990 drivers/infiniband/core/ucma.c addr->sib_pkey = (__force __be16) resp.pkey; __force 1003 drivers/infiniband/core/ucma.c addr->sib_pkey = (__force __be16) resp.pkey; __force 165 drivers/infiniband/core/uverbs_cmd.c return (void __force __user *)ERR_PTR(-ENOSPC); __force 2131 drivers/infiniband/core/uverbs_cmd.c (__be32 __force) user_wr->ex.imm_data; __force 2176 drivers/infiniband/hw/cxgb3/iwch_cm.c ret = work_handlers[G_OPCODE(ntohl((__force __be32)skb->csum))](tdev, skb, ep); __force 1985 drivers/infiniband/hw/cxgb4/cm.c req->tcb.tx_max = (__force __be32) jiffies; __force 2000 drivers/infiniband/hw/cxgb4/cm.c req->tcb.opt0 = (__force __be64) (TCAM_BYPASS_F | __force 2012 drivers/infiniband/hw/cxgb4/cm.c req->tcb.opt2 = (__force __be32) (PACE_V(1) | __force 2018 drivers/infiniband/hw/cxgb4/cm.c req->tcb.opt2 |= (__force __be32)TSTAMPS_EN_F; __force 2020 drivers/infiniband/hw/cxgb4/cm.c req->tcb.opt2 |= (__force __be32)SACK_EN_F; __force 2022 drivers/infiniband/hw/cxgb4/cm.c req->tcb.opt2 |= (__force __be32)WND_SCALE_EN_F; __force 2023 drivers/infiniband/hw/cxgb4/cm.c req->tcb.opt0 = cpu_to_be64((__force u64)req->tcb.opt0); __force 2024 drivers/infiniband/hw/cxgb4/cm.c req->tcb.opt2 = cpu_to_be32((__force u32)req->tcb.opt2); __force 3751 drivers/infiniband/hw/cxgb4/cm.c (__force u32) req->tid); __force 3812 drivers/infiniband/hw/cxgb4/cm.c (__force u32) htonl( __force 3813 drivers/infiniband/hw/cxgb4/cm.c (__force u32) req->tid))); __force 4010 drivers/infiniband/hw/cxgb4/cm.c req->le.filter = (__force __be32) filter; __force 4090 drivers/infiniband/hw/cxgb4/cm.c stid = (__force int) cpu_to_be32((__force u32) rss->hash_val); __force 4171 drivers/infiniband/hw/cxgb4/cm.c window = (__force u16) htons((__force u16)tcph->window); __force 4174 drivers/infiniband/hw/cxgb4/cm.c filter = (__force unsigned int) cpu_to_be32(cxgb4_select_ntuple( __force 4381 drivers/infiniband/hw/cxgb4/cm.c wr_waitp = (struct c4iw_wr_wait *)(__force unsigned long) rpl->data[1]; __force 1195 drivers/infiniband/hw/cxgb4/device.c be64_to_cpu(*(__force __be64 *)gl->va), __force 88 drivers/infiniband/hw/cxgb4/mem.c req->wr.wr_lo = wr_waitp ? (__force __be64)(unsigned long)wr_waitp : 0L; __force 150 drivers/infiniband/hw/cxgb4/mem.c req->wr.wr_lo = (__force __be64)(unsigned long)wr_waitp; __force 123 drivers/infiniband/hw/cxgb4/qp.c sq->queue = (__force union t4_wr *)(rdev->oc_mw_kva + sq->dma_addr - __force 478 drivers/infiniband/hw/cxgb4/qp.c *flitp = (__force __be64)0; __force 847 drivers/infiniband/hw/cxgb4/qp.c mhp->mpl[i] = (__force u64)cpu_to_be64((u64)mhp->mpl[i]); __force 4633 drivers/infiniband/hw/hfi1/mad.c smp->mkey, (__force __be32)smp->dr_slid, __force 4653 drivers/infiniband/hw/hfi1/mad.c (__force __be32)smp->dr_slid, __force 230 drivers/infiniband/hw/hfi1/ruc.c (__force u16)cpu_to_be16((u16)npsn), __force 239 drivers/infiniband/hw/hfi1/ruc.c (__force u16)cpu_to_be16( __force 1285 drivers/infiniband/hw/hfi1/user_sdma.c (__force u16)cpu_to_le16(LRH2PBC(lrhlen))); __force 1290 drivers/infiniband/hw/hfi1/user_sdma.c (__force u16)cpu_to_be16(lrhlen >> 2)); __force 1304 drivers/infiniband/hw/hfi1/user_sdma.c (__force u16)cpu_to_be16(val32 >> 16)); __force 1308 drivers/infiniband/hw/hfi1/user_sdma.c (__force u16)cpu_to_be16(val32 & 0xffff)); __force 1313 drivers/infiniband/hw/hfi1/user_sdma.c (__force u16)cpu_to_le16(req->koffset & 0xffff)); __force 1317 drivers/infiniband/hw/hfi1/user_sdma.c (__force u16)cpu_to_le16(req->koffset >> 16)); __force 1370 drivers/infiniband/hw/hfi1/user_sdma.c 7, 16, 14, (__force u16)val); __force 43 drivers/infiniband/hw/hns/hns_roce_common.h __raw_writel((__force u32)cpu_to_le32(value), (addr)) __force 1729 drivers/infiniband/hw/hns/hns_roce_hw_v1.c status = le32_to_cpu((__force __le32) __force 86 drivers/infiniband/hw/mlx4/alias_GUID.c guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid. __force 115 drivers/infiniband/hw/mlx4/alias_GUID.c return (__force __be64) -1; __force 206 drivers/infiniband/hw/mlx4/alias_GUID.c guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid. __force 416 drivers/infiniband/hw/mlx4/alias_GUID.c be64_to_cpu((__force __be64)rec->guid_indexes), __force 417 drivers/infiniband/hw/mlx4/alias_GUID.c be64_to_cpu((__force __be64)applied_guid_indexes), __force 418 drivers/infiniband/hw/mlx4/alias_GUID.c be64_to_cpu((__force __be64)declined_guid_indexes)); __force 209 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(in_param >> 32), ptr + offs[0]); __force 211 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), ptr + offs[1]); __force 213 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(in_modifier), ptr + offs[2]); __force 215 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(out_param >> 32), ptr + offs[3]); __force 217 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), ptr + offs[4]); __force 219 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(token << 16), ptr + offs[5]); __force 221 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) | __force 226 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) 0, ptr + offs[7]); __force 257 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(in_param >> 32), dev->hcr + 0 * 4); __force 258 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), dev->hcr + 1 * 4); __force 259 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(in_modifier), dev->hcr + 2 * 4); __force 260 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(out_param >> 32), dev->hcr + 3 * 4); __force 261 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), dev->hcr + 4 * 4); __force 262 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32(token << 16), dev->hcr + 5 * 4); __force 267 drivers/infiniband/hw/mthca/mthca_cmd.c __raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) | __force 366 drivers/infiniband/hw/mthca/mthca_cmd.c (u64) be32_to_cpu((__force __be32) __force 368 drivers/infiniband/hw/mthca/mthca_cmd.c (u64) be32_to_cpu((__force __be32) __force 375 drivers/infiniband/hw/mthca/mthca_cmd.c status = be32_to_cpu((__force __be32) __raw_readl(dev->hcr + HCR_STATUS_OFFSET)) >> 24; __force 56 drivers/infiniband/hw/mthca/mthca_doorbell.h __raw_writeq((__force u64) val, dest); __force 62 drivers/infiniband/hw/mthca/mthca_doorbell.h __raw_writeq((__force u64) cpu_to_be64((u64) hi << 32 | lo), dest); __force 84 drivers/infiniband/hw/mthca/mthca_doorbell.h __raw_writel(((__force u32 *) &val)[0], dest); __force 85 drivers/infiniband/hw/mthca/mthca_doorbell.h __raw_writel(((__force u32 *) &val)[1], dest + 4); __force 93 drivers/infiniband/hw/mthca/mthca_doorbell.h hi = (__force u32) cpu_to_be32(hi); __force 94 drivers/infiniband/hw/mthca/mthca_doorbell.h lo = (__force u32) cpu_to_be32(lo); __force 193 drivers/infiniband/hw/mthca/mthca_eq.c __raw_writel((__force u32) cpu_to_be32(ci), __force 748 drivers/infiniband/hw/mthca/mthca_mr.c __raw_writel((__force u32) mpt_entry.lkey, &fmr->mem.tavor.mpt->key); __force 3428 drivers/infiniband/hw/qib/qib_iba7220.c dw = (__force u32) cpu_to_be32(hdr[i]); __force 3432 drivers/infiniband/hw/qib/qib_iba7220.c dw = (__force u32) cpu_to_be32(madpayload_start[i]); __force 3434 drivers/infiniband/hw/qib/qib_iba7220.c dw = (__force u32) cpu_to_be32(madpayload_done[i]); __force 5279 drivers/infiniband/hw/qib/qib_iba7322.c dw = (__force u32) cpu_to_be32(hdr[i]); __force 5283 drivers/infiniband/hw/qib/qib_iba7322.c dw = (__force u32) cpu_to_be32(madpayload_start[i]); __force 5285 drivers/infiniband/hw/qib/qib_iba7322.c dw = (__force u32) cpu_to_be32(madpayload_done[i]); __force 393 drivers/infiniband/sw/rxe/rxe_recv.c calc_icrc = (__force u32)cpu_to_be32(~calc_icrc); __force 694 drivers/infiniband/sw/siw/siw.h return (__force __wsum)crc32c((__force __u32)sum, buff, len); __force 700 drivers/infiniband/sw/siw/siw.h return (__force __wsum)__crc32c_le_combine((__force __u32)csum, __force 701 drivers/infiniband/sw/siw/siw.h (__force __u32)csum2, len); __force 981 drivers/infiniband/sw/siw/siw_qp_rx.c crc_in = (__force __wsum)srx->trailer.crc; __force 127 drivers/infiniband/ulp/ipoib/ipoib.h #define IPOIB_QPN_MASK ((__force u32) cpu_to_be32(0xFFFFFF)) __force 447 drivers/infiniband/ulp/iser/iser_initiator.c itt = (__force uint32_t)hdr->itt; __force 909 drivers/iommu/amd_iommu_init.c ? (__force void *)ioremap_encrypted(old_devtb_phys, __force 33 drivers/irqchip/irq-sirfsoc.c return (void __iomem __force *)sirfsoc_irqdomain->host_data; __force 84 drivers/irqchip/irq-tegra.c void __iomem *base = (void __iomem __force *)d->chip_data; __force 260 drivers/irqchip/irq-tegra.c (void __force *)info->base[ictlr]); __force 26 drivers/md/dm-cache-block-types.h return (__force dm_oblock_t) b; __force 31 drivers/md/dm-cache-block-types.h return (__force dm_block_t) b; __force 36 drivers/md/dm-cache-block-types.h return (__force dm_cblock_t) b; __force 41 drivers/md/dm-cache-block-types.h return (__force uint32_t) b; __force 46 drivers/md/dm-cache-block-types.h return (__force dm_dblock_t) b; __force 51 drivers/md/dm-cache-block-types.h return (__force dm_block_t) b; __force 27 drivers/media/common/siano/smsendian.c msg->msg_data[0] = le32_to_cpu((__force __le32)(msg->msg_data[0])); __force 36 drivers/media/common/siano/smsendian.c msg->msg_data[i] = le32_to_cpu((__force __le32)msg->msg_data[i]); __force 56 drivers/media/common/siano/smsendian.c ver->chip_model = le16_to_cpu((__force __le16)ver->chip_model); __force 73 drivers/media/common/siano/smsendian.c msg->msg_data[i] = le32_to_cpu((__force __le32)msg->msg_data[i]); __force 87 drivers/media/common/siano/smsendian.c phdr->msg_type = le16_to_cpu((__force __le16)phdr->msg_type); __force 88 drivers/media/common/siano/smsendian.c phdr->msg_length = le16_to_cpu((__force __le16)phdr->msg_length); __force 89 drivers/media/common/siano/smsendian.c phdr->msg_flags = le16_to_cpu((__force __le16)phdr->msg_flags); __force 107 drivers/media/common/videobuf2/videobuf2-vmalloc.c buf->vaddr = (__force void *) __force 145 drivers/media/common/videobuf2/videobuf2-vmalloc.c iounmap((__force void __iomem *)buf->vaddr); __force 199 drivers/media/i2c/tc358743.c i2c_rd(sd, reg, (u8 __force *)&val, n); __force 208 drivers/media/i2c/tc358743.c i2c_wr(sd, reg, (u8 __force *)&raw, n); __force 3944 drivers/media/pci/bt8xx/bttv-cards.c u16 checksum = (__force u16)ip_compute_csum(ee + i, 16); __force 153 drivers/media/pci/cx18/cx18-firmware.c const __le32 *shptr = (__force __le32 *)src + offset / 4; __force 603 drivers/media/pci/dm1105/dm1105.c dm_writel(DM1105_STADR, (__force u32)cpu_to_le32(dev->dma_addr)); __force 403 drivers/media/pci/ivtv/ivtvfb.c dst = (void __force *) (info->screen_base + p); __force 141 drivers/media/pci/netup_unidvb/netup_unidvb_ci.c u8 val = *((u8 __force *)state->membase8_config + addr); __force 156 drivers/media/pci/netup_unidvb/netup_unidvb_ci.c *((u8 __force *)state->membase8_config + addr) = data; __force 165 drivers/media/pci/netup_unidvb/netup_unidvb_ci.c u8 val = *((u8 __force *)state->membase8_io + addr); __force 180 drivers/media/pci/netup_unidvb/netup_unidvb_ci.c *((u8 __force *)state->membase8_io + addr) = data; __force 215 drivers/media/pci/saa7164/saa7164-bus.c msg->size = (__force u16)cpu_to_le16(msg->size); __force 216 drivers/media/pci/saa7164/saa7164-bus.c msg->command = (__force u32)cpu_to_le32(msg->command); __force 217 drivers/media/pci/saa7164/saa7164-bus.c msg->controlselector = (__force u16)cpu_to_le16(msg->controlselector); __force 283 drivers/media/pci/saa7164/saa7164-bus.c msg->size = le16_to_cpu((__force __le16)msg->size); __force 284 drivers/media/pci/saa7164/saa7164-bus.c msg->command = le32_to_cpu((__force __le32)msg->command); __force 285 drivers/media/pci/saa7164/saa7164-bus.c msg->controlselector = le16_to_cpu((__force __le16)msg->controlselector); __force 379 drivers/media/pci/saa7164/saa7164-bus.c msg_tmp.size = le16_to_cpu((__force __le16)msg_tmp.size); __force 380 drivers/media/pci/saa7164/saa7164-bus.c msg_tmp.command = le32_to_cpu((__force __le32)msg_tmp.command); __force 381 drivers/media/pci/saa7164/saa7164-bus.c msg_tmp.controlselector = le16_to_cpu((__force __le16)msg_tmp.controlselector); __force 111 drivers/media/pci/solo6x10/solo6x10-eeprom.c return (__force __be16)retval; __force 124 drivers/media/pci/solo6x10/solo6x10-eeprom.c unsigned int dataval = ((__force unsigned)data >> i) & 1; __force 689 drivers/media/platform/exynos4-is/mipi-csis.c memcpy(pktbuf->data, (u8 __force *)state->regs + offset, __force 132 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c if (IS_ERR((__force void *)ctx->m2m_ctx)) { __force 133 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c ret = PTR_ERR((__force void *)ctx->m2m_ctx); __force 263 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c if (IS_ERR((__force void *)dev->reg_base[i])) { __force 264 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c ret = PTR_ERR((__force void *)dev->reg_base[i]); __force 325 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c if (IS_ERR((__force void *)dev->m2m_dev_dec)) { __force 327 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c ret = PTR_ERR((__force void *)dev->m2m_dev_dec); __force 152 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c if (IS_ERR((__force void *)ctx->m2m_ctx)) { __force 153 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c ret = PTR_ERR((__force void *)ctx->m2m_ctx); __force 265 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c if (IS_ERR((__force void *)dev->reg_base[i])) { __force 266 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c ret = PTR_ERR((__force void *)dev->reg_base[i]); __force 343 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c if (IS_ERR((__force void *)dev->m2m_dev_enc)) { __force 345 drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c ret = PTR_ERR((__force void *)dev->m2m_dev_enc); __force 443 drivers/media/platform/mtk-vpu/mtk_vpu.c return (__force void *)(dtcm_dmem_addr + vpu->reg.tcm + __force 512 drivers/media/platform/mtk-vpu/mtk_vpu.c dest = (__force void *)vpu->reg.tcm; __force 725 drivers/media/platform/mtk-vpu/mtk_vpu.c vpu->recv_buf = (__force struct share_obj *)(vpu->reg.tcm + __force 785 drivers/media/platform/mtk-vpu/mtk_vpu.c if (IS_ERR((__force void *)vpu->reg.tcm)) __force 786 drivers/media/platform/mtk-vpu/mtk_vpu.c return PTR_ERR((__force void *)vpu->reg.tcm); __force 790 drivers/media/platform/mtk-vpu/mtk_vpu.c if (IS_ERR((__force void *)vpu->reg.cfg)) __force 791 drivers/media/platform/mtk-vpu/mtk_vpu.c return PTR_ERR((__force void *)vpu->reg.cfg); __force 735 drivers/media/platform/omap3isp/ispccdc.c (__force void __user *)(long)fpc.fpcaddr, __force 2205 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c (__force unsigned long) ctx->dev->mfc_regs->d_ret_picture_tag_top); __force 2211 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c (__force unsigned long) ctx->dev->mfc_regs->d_ret_picture_tag_bot); __force 2217 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c (__force unsigned long) ctx->dev->mfc_regs->d_display_crop_info1); __force 2223 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c (__force unsigned long) ctx->dev->mfc_regs->d_display_crop_info2); __force 1070 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c memcpy((void __force *)dst, (void *)fw->data + phdr->p_offset, __force 1073 drivers/media/platform/sti/c8sectpfe/c8sectpfe-core.c memset((void __force *)dst + phdr->p_filesz, 0, __force 489 drivers/media/platform/ti-vpe/cal.c (__force const void *)dev->base, __force 496 drivers/media/platform/ti-vpe/cal.c (__force const void *)dev->ctx[0]->cc->base, __force 505 drivers/media/platform/ti-vpe/cal.c (__force const void *)dev->ctx[1]->cc->base, __force 513 drivers/media/platform/ti-vpe/cal.c (__force const void *)dev->cm->base, __force 155 drivers/media/radio/radio-tea5764.c p[i] = __be16_to_cpu((__force __be16)p[i]); __force 585 drivers/media/radio/wl128x/fmdrv_common.c fmdev->irq_info.flag = be16_to_cpu((__force __be16)fmdev->irq_info.flag); __force 751 drivers/media/radio/wl128x/fmdrv_common.c cur_picode = be16_to_cpu((__force __be16)rds_fmt.data.groupgeneral.pidata); __force 976 drivers/media/radio/wl128x/fmdrv_common.c read_freq = be16_to_cpu((__force __be16)read_freq); __force 106 drivers/media/radio/wl128x/fmdrv_rx.c curr_frq = be16_to_cpu((__force __be16)curr_frq); __force 179 drivers/media/radio/wl128x/fmdrv_rx.c curr_frq = be16_to_cpu((__force __be16)curr_frq); __force 275 drivers/media/radio/wl128x/fmdrv_rx.c curr_frq = be16_to_cpu((__force __be16)curr_frq); __force 364 drivers/media/radio/wl128x/fmdrv_tx.c curr_val = be16_to_cpu((__force __be16)curr_val); __force 115 drivers/media/usb/as102/as10x_cmd.c preq->body.set_tune.req.args.freq = (__force __u32)cpu_to_le32(ptune->freq); __force 193 drivers/media/usb/as102/as10x_cmd.c le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.signal_strength); __force 194 drivers/media/usb/as102/as10x_cmd.c pstatus->PER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.PER); __force 195 drivers/media/usb/as102/as10x_cmd.c pstatus->BER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.BER); __force 253 drivers/media/usb/as102/as10x_cmd.c ptps->cell_ID = le16_to_cpu((__force __le16)prsp->body.get_tps.rsp.tps.cell_ID); __force 304 drivers/media/usb/as102/as10x_cmd.c le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.frame_count); __force 306 drivers/media/usb/as102/as10x_cmd.c le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bad_frame_count); __force 308 drivers/media/usb/as102/as10x_cmd.c le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bytes_fixed_by_rs); __force 310 drivers/media/usb/as102/as10x_cmd.c le16_to_cpu((__force __le16)prsp->body.get_demod_stats.rsp.stats.mer); __force 63 drivers/media/usb/as102/as10x_cmd_cfg.c *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); __force 95 drivers/media/usb/as102/as10x_cmd_cfg.c pcmd->body.context.req.reg_val.u.value32 = (__force u32)cpu_to_le32(value); __force 2662 drivers/media/usb/cx231xx/cx231xx-avcore.c gpio_val = (__force u32)cpu_to_le32(gpio_val); __force 77 drivers/media/v4l2-core/v4l2-compat-ioctl32.c put_user((typeof(*__x) __force *)(__x), __ptr); \ __force 3109 drivers/media/v4l2-core/v4l2-ioctl.c *kernel_ptr = (void __force *)user_ptr; __force 32 drivers/misc/cxl/debugfs.c debugfs_create_file_unsafe(name, mode, parent, (void __force *)value, __force 57 drivers/misc/genwqe/card_utils.c __raw_writeq((__force u64)cpu_to_be64(val), cd->mmio + byte_offs); __force 84 drivers/misc/genwqe/card_utils.c return be64_to_cpu((__force __be64)__raw_readq(cd->mmio + byte_offs)); __force 108 drivers/misc/genwqe/card_utils.c __raw_writel((__force u32)cpu_to_be32(val), cd->mmio + byte_offs); __force 127 drivers/misc/genwqe/card_utils.c return be32_to_cpu((__force __be32)__raw_readl(cd->mmio + byte_offs)); __force 697 drivers/misc/mic/scif/scif_dma.c memcpy_toio((void __iomem __force *)dst, src, --count); __force 709 drivers/misc/mic/scif/scif_dma.c memcpy_toio((void __iomem __force *)dst, src, count); __force 718 drivers/misc/mic/scif/scif_dma.c memcpy_fromio(dst, (void __iomem __force *)src, --count); __force 730 drivers/misc/mic/scif/scif_dma.c memcpy_fromio(dst, (void __iomem __force *)src, count); __force 1496 drivers/misc/mic/scif/scif_dma.c memcpy_toio((void __iomem __force *)dst_virt, __force 1500 drivers/misc/mic/scif/scif_dma.c (void __iomem __force *)src_virt, __force 1887 drivers/misc/mic/scif/scif_dma.c if (scif_unaligned((off_t __force)addr, roffset)) { __force 1918 drivers/misc/mic/scif/scif_dma.c if (scif_unaligned((off_t __force)addr, roffset)) { __force 383 drivers/misc/mic/scif/scif_fd.c err = scif_vreadfrom(priv, (void __force *)copy.addr, copy.len, __force 398 drivers/misc/mic/scif/scif_fd.c err = scif_vwriteto(priv, (void __force *)copy.addr, copy.len, __force 90 drivers/misc/mic/scif/scif_map.h out_virt = (void __force *) __force 101 drivers/misc/mic/scif/scif_map.h sdev->hw_ops->unmap(sdev, (void __force __iomem *)virt); __force 48 drivers/misc/mic/scif/scif_rb.c memcpy_toio((void __iomem __force *)header, msg, size1); __force 49 drivers/misc/mic/scif/scif_rb.c memcpy_toio((void __iomem __force *)rb->rb_base, __force 52 drivers/misc/mic/scif/scif_rb.c memcpy_toio((void __iomem __force *)header, msg, size); __force 66 drivers/misc/mic/scif/scif_rb.c memcpy_fromio(msg, (void __iomem __force *)header, size1); __force 68 drivers/misc/mic/scif/scif_rb.c (void __iomem __force *)rb->rb_base, size2); __force 70 drivers/misc/mic/scif/scif_rb.c memcpy_fromio(msg, (void __iomem __force *)header, size); __force 862 drivers/misc/mic/scif/scif_rma.c memcpy_toio((void __force __iomem *)tmp, __force 865 drivers/misc/mic/scif/scif_rma.c memcpy_toio((void __force __iomem *)tmp1, __force 881 drivers/misc/mic/scif/scif_rma.c (void __force __iomem *)&tmp[m]); __force 883 drivers/misc/mic/scif/scif_rma.c memcpy_toio((void __force __iomem *)tmp1, __force 895 drivers/misc/mic/scif/scif_rma.c memcpy_toio((void __force __iomem *)tmp, __force 899 drivers/misc/mic/scif/scif_rma.c memcpy_toio((void __force __iomem *)tmp1, __force 353 drivers/misc/mic/vop/vop_main.c (void __force *)va, vop_notify, callback, __force 639 drivers/misc/mic/vop/vop_main.c dev = device_find_child(&vpdev->dev, (void __force *)d, __force 71 drivers/misc/mic/vop/vop_vringh.c (void __force *)vpdev->hw_ops->remap( __force 528 drivers/misc/mic/vop/vop_vringh.c if (copy_to_user(ubuf, (void __force *)dbuf, len)) { __force 658 drivers/misc/mic/vop/vop_vringh.c if (copy_from_user((void __force *)dbuf, ubuf, len)) { __force 356 drivers/misc/ocxl/config.c *ptr = le32_to_cpu((__force __le32) val); __force 80 drivers/mmc/host/cqhci.c __le64 *data_addr = (__le64 __force *)(link_temp + 4); __force 84 drivers/mmc/host/cqhci.c __le32 *data_addr = (__le32 __force *)(link_temp + 4); __force 446 drivers/mmc/host/cqhci.c __le32 *attr = (__le32 __force *)desc; __force 455 drivers/mmc/host/cqhci.c __le64 *dataddr = (__le64 __force *)(desc + 4); __force 459 drivers/mmc/host/cqhci.c __le32 *dataddr = (__le32 __force *)(desc + 4); __force 522 drivers/mmc/host/cqhci.c task_desc = (__le64 __force *)get_desc(cq_host, cq_host->dcmd_slot); __force 537 drivers/mmc/host/cqhci.c dataddr = (__le64 __force *)(desc + 4); __force 589 drivers/mmc/host/cqhci.c task_desc = (__le64 __force *)get_desc(cq_host, tag); __force 488 drivers/mmc/host/dw_mmc.h (*(volatile u64 __force *)((dev)->regs + SDMMC_##reg)) __force 490 drivers/mmc/host/dw_mmc.h (*(volatile u64 __force *)((dev)->regs + SDMMC_##reg) = (value)) __force 493 drivers/mmc/host/dw_mmc.h (*(volatile u64 __force *)(__reg) = (__value)) __force 494 drivers/mmc/host/dw_mmc.h #define __raw_readq(__reg) (*(volatile u64 __force *)(__reg)) __force 456 drivers/mtd/nand/onenand/omap2.c memset((__force void *)c->onenand.base, 0, ONENAND_BUFRAM_SIZE); __force 3314 drivers/net/bonding/bond_main.c hash = (__force u32)flow.ports.ports; __force 3315 drivers/net/bonding/bond_main.c hash ^= (__force u32)flow_get_u32_dst(&flow) ^ __force 3316 drivers/net/bonding/bond_main.c (__force u32)flow_get_u32_src(&flow); __force 261 drivers/net/bonding/bond_netlink.c bond_opt_initval(&newval, (__force u64)target); __force 1427 drivers/net/ethernet/3com/typhoon.c iowrite32(le16_to_cpu((__force __le16)csum), __force 44 drivers/net/ethernet/8390/ax88796.c #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) __force 726 drivers/net/ethernet/8390/ax88796.c (__le16 __force *)mac_addr, __force 28 drivers/net/ethernet/8390/xsurf100.c #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) __force 1287 drivers/net/ethernet/alteon/acenic.c ap->tx_ring = (__force struct tx_desc *) regs->Window; __force 1290 drivers/net/ethernet/alteon/acenic.c writel(0, (__force void __iomem *)ap->tx_ring + i * 4); __force 2333 drivers/net/ethernet/alteon/acenic.c tx = (__force struct tx_desc __iomem *) &ap->tx_ring[i]; __force 2393 drivers/net/ethernet/alteon/acenic.c struct tx_desc __iomem *io = (__force struct tx_desc __iomem *) desc; __force 70 drivers/net/ethernet/altera/altera_sgdma.c (void __force *)priv->rx_dma_desc, __force 80 drivers/net/ethernet/altera/altera_sgdma.c (void __force *)priv->tx_dma_desc, __force 959 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c mdio_bus->priv = (void __force *)pdata->mcx_mac_addr; __force 3320 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c #define bswab32(b32) ((__force __le32) swab32((__force __u32) (b32))) __force 3321 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c #define bswab16(b16) ((__force __le16) swab16((__force __u16) (b16))) __force 3324 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c __sum16 tsum = (__force __sum16) csum; __force 3327 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c tsum = ~csum_fold(csum_sub((__force __wsum) csum, __force 3331 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c tsum = ~csum_fold(csum_add((__force __wsum) csum, __force 3661 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c u32 csum = (__force u32)(~iph->check) - __force 3662 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c (__force u32)iph->tot_len - __force 3663 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c (__force u32)iph->frag_off; __force 3668 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c bswab16(csum_fold((__force __wsum)csum)); __force 4210 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c tmp = (__force u32)be32_to_cpu((__force __be32)tmp); __force 4217 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c tmp = (__force u32)be32_to_cpu((__force __be32)tmp); __force 4224 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c tmp = (__force u32)be32_to_cpu((__force __be32)tmp); __force 1482 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c (!rc && ((pm & PCI_PM_CTRL_STATE_MASK) != (__force u16)PCI_D0))) __force 1702 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c val &= ~le32_to_cpu((__force __le32) __force 1704 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c val |= le32_to_cpu((__force __le32) __force 223 drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h ((u32 *)GUNZIP_BUF(bp))[i] = (__force u32) __force 13433 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c ops_offsets = (__force __be16 *)(firmware->data + offset); __force 14994 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c entries = (__force u32)be32_to_cpu((__force __be32)entries); __force 348 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h #define LE32_0 ((__force __le32) 0) __force 349 drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h #define LE16_0 ((__force __le16) 0) __force 3164 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c seg_hdr->component_id = (__force __le32)seg_rec->component_id; __force 3165 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c seg_hdr->segment_id = (__force __le32)seg_rec->segment_id; __force 574 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c req.l2_ctxt_ref_id = (__force __le16)ref_decap_handle; __force 1577 drivers/net/ethernet/cavium/liquidio/lio_core.c var = be32_to_cpu((__force __be32)resp->speed); __force 1640 drivers/net/ethernet/cavium/liquidio/lio_core.c var = be32_to_cpu((__force __be32)resp->speed); __force 1011 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c vdata->major = (__force u16)cpu_to_be16(LIQUIDIO_BASE_MAJOR_VERSION); __force 1012 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c vdata->minor = (__force u16)cpu_to_be16(LIQUIDIO_BASE_MINOR_VERSION); __force 1013 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c vdata->micro = (__force u16)cpu_to_be16(LIQUIDIO_BASE_MICRO_VERSION); __force 840 drivers/net/ethernet/cavium/thunder/nicvf_main.c ntohs((__force __be16)cqe_rx->vlan_tci)); __force 936 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c return ntohl((__force __be32)skb->priority) >> 8 & 0xfffff; __force 941 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c return G_OPCODE(ntohl((__force __be32)skb->csum)); __force 921 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c *buf++ = le64_to_cpu((__force __le64) __force 939 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c *res_buf++ = le32_to_cpu((__force __le32) __force 2088 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c y = (__force u64)cpu_to_be64(y); __force 1667 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c y = (__force u64)cpu_to_be64(y); __force 2768 drivers/net/ethernet/chelsio/cxgb4/sge.c skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val, __force 3003 drivers/net/ethernet/chelsio/cxgb4/sge.c skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val, __force 3016 drivers/net/ethernet/chelsio/cxgb4/sge.c __sum16 c = (__force __sum16)pkt->csum; __force 584 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c last.word = le32_to_cpu((__force __le32) __force 593 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c (__force u32)cpu_to_le32(last.word)); __force 693 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c *buf++ = le32_to_cpu((__force __le32)t4_read_reg(adap, __force 697 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c (__force u32)cpu_to_le32(*buf++)); __force 3064 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c *data = (__force __u32)(cpu_to_be32(*data)); __force 1018 drivers/net/ethernet/chelsio/cxgb4vf/sge.c writeq((__force u64)*src, dst); __force 1658 drivers/net/ethernet/chelsio/cxgb4vf/sge.c __sum16 c = (__force __sum16)pkt->csum; __force 514 drivers/net/ethernet/freescale/enetc/enetc.c skb->csum = csum_unfold((__force __sum16)~htons(inet_csum)); __force 974 drivers/net/ethernet/freescale/fec_main.c writel((__force u32)cpu_to_be32(temp_mac[0]), __force 976 drivers/net/ethernet/freescale/fec_main.c writel((__force u32)cpu_to_be32(temp_mac[1]), __force 150 drivers/net/ethernet/freescale/fs_enet/mac-fcc.c fep->ring_base = (void __iomem __force *)dma_alloc_coherent(fep->dev, __force 168 drivers/net/ethernet/freescale/fs_enet/mac-fcc.c (void __force *)fep->ring_base, fep->ring_mem_addr); __force 134 drivers/net/ethernet/freescale/fs_enet/mac-fec.c fep->ring_base = (void __force __iomem *)dma_alloc_coherent(fep->dev, __force 152 drivers/net/ethernet/freescale/fs_enet/mac-fec.c (void __force *)fep->ring_base, __force 142 drivers/net/ethernet/freescale/fs_enet/mac-scc.c fep->ring_base = (void __iomem __force*) __force 1737 drivers/net/ethernet/freescale/gianfar.c fcb->phcs = (__force __be16)(udp_hdr(skb)->check); __force 1739 drivers/net/ethernet/freescale/gianfar.c fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); __force 530 drivers/net/ethernet/hisilicon/hip04_eth.c desc->send_size = (__force u32)cpu_to_be32(skb->len); __force 532 drivers/net/ethernet/hisilicon/hip04_eth.c desc->cfg = (__force u32)cpu_to_be32(TX_CLEAR_WB | TX_FINISH_CACHE_INV __force 534 drivers/net/ethernet/hisilicon/hip04_eth.c desc->data_offset = (__force u32)cpu_to_be32(phys & CACHE_LINE_MASK); __force 535 drivers/net/ethernet/hisilicon/hip04_eth.c desc->send_addr = (__force u32)cpu_to_be32(phys & ~CACHE_LINE_MASK); __force 537 drivers/net/ethernet/hisilicon/hip04_eth.c desc->cfg = (__force u32)cpu_to_be32(TX_CLEAR_WB | TX_FINISH_CACHE_INV); __force 538 drivers/net/ethernet/hisilicon/hip04_eth.c desc->send_addr = (__force u32)cpu_to_be32(phys); __force 541 drivers/net/ethernet/hisilicon/hip04_eth.c desc->wb_addr = (__force u32)cpu_to_be32(phys + __force 605 drivers/net/ethernet/hisilicon/hip04_eth.c len = be16_to_cpu((__force __be16)desc->pkt_len); __force 606 drivers/net/ethernet/hisilicon/hip04_eth.c err = be32_to_cpu((__force __be32)desc->pkt_err); __force 730 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c (__force __wsum)htonl(l4_paylen)); __force 205 drivers/net/ethernet/intel/i40e/i40e_txrx.c *((__force __be16 *)(payload + off)) = pattern; __force 279 drivers/net/ethernet/intel/i40e/i40e_txrx.c *((__force __be16 *)(payload + off)) = pattern; __force 357 drivers/net/ethernet/intel/i40e/i40e_txrx.c *((__force __be16 *)(payload + off)) = pattern; __force 428 drivers/net/ethernet/intel/i40e/i40e_txrx.c *((__force __be16 *)(payload + off)) = pattern; __force 2942 drivers/net/ethernet/intel/i40e/i40e_txrx.c (__force __wsum)htonl(paylen)); __force 2963 drivers/net/ethernet/intel/i40e/i40e_txrx.c csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); __force 1908 drivers/net/ethernet/intel/iavf/iavf_txrx.c (__force __wsum)htonl(paylen)); __force 1929 drivers/net/ethernet/intel/iavf/iavf_txrx.c csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); __force 46 drivers/net/ethernet/intel/ice/ice_flex_pipe.c return (__force struct ice_buf_table *) __force 1279 drivers/net/ethernet/intel/ice/ice_flex_pipe.c src = (__force u8 *)xlt2->value; __force 122 drivers/net/ethernet/intel/ice/ice_nvm.c *data = le16_to_cpu(*(__force __le16 *)data); __force 177 drivers/net/ethernet/intel/ice/ice_nvm.c data[i] = le16_to_cpu(((__force __le16 *)data)[i]); __force 802 drivers/net/ethernet/intel/ice/ice_switch.c off = (__force __be16 *)(eth_hdr + ICE_ETH_ETHTYPE_OFFSET); __force 832 drivers/net/ethernet/intel/ice/ice_switch.c off = (__force __be16 *)(eth_hdr + ICE_ETH_VLAN_TCI_OFFSET); __force 1935 drivers/net/ethernet/intel/ice/ice_txrx.c csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); __force 2450 drivers/net/ethernet/intel/igb/igb_ethtool.c #define ETHER_TYPE_FULL_MASK ((__force __be16)~0) __force 2579 drivers/net/ethernet/intel/igb/igb_main.c #define ETHER_TYPE_FULL_MASK ((__force __be16)~0) __force 877 drivers/net/ethernet/intel/igc/igc_ethtool.c #define ETHER_TYPE_FULL_MASK ((__force __be16)~0) __force 1479 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF); __force 1588 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c switch ((__force u16)input_mask->formatted.flex_bytes & 0xFFFF) { __force 1658 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c fdirvlan = IXGBE_STORE_AS_BE16((__force u16)input->formatted.flex_bytes); __force 1664 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c fdirhash = (__force u32)input->formatted.bkt_hash; __force 1702 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c fdirhash = (__force u32)input->formatted.bkt_hash; __force 3639 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c i, (__force u32)cpu_to_le32(buffer[i])); __force 443 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c ddp->err = (__force u32)ddp_err; __force 29 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (__force u32)cpu_to_be32(key[3 - i])); __force 30 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c IXGBE_WRITE_REG(hw, IXGBE_IPSTXSALT, (__force u32)cpu_to_be32(salt)); __force 80 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (__force u32)cpu_to_le32((__force u32)spi)); __force 89 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (__force u32)cpu_to_be32(key[3 - i])); __force 90 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c IXGBE_WRITE_REG(hw, IXGBE_IPSRXSALT, (__force u32)cpu_to_be32(salt)); __force 110 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (__force u32)cpu_to_le32((__force u32)addr[i])); __force 401 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (__force u32)spi) { __force 693 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (__force u32)rsa.xs->id.spi); __force 782 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c (__force __be32 *)zerobuf); __force 690 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c le64_to_cpu((__force __le64)u0->a), __force 691 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c le64_to_cpu((__force __le64)u0->b), __force 802 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c le64_to_cpu((__force __le64)u0->a), __force 803 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c le64_to_cpu((__force __le64)u0->b), __force 809 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c le64_to_cpu((__force __le64)u0->a), __force 810 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c le64_to_cpu((__force __le64)u0->b), __force 8023 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen)); __force 9369 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c field_ptr[j].val(input, mask, (__force u32)val, __force 9370 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (__force u32)m); __force 9380 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (__force u32)cls->knode.sel->keys[i].val && __force 9382 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (__force u32)cls->knode.sel->keys[i].mask) __force 9487 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (__force u32)cls->knode.sel->offmask) __force 32 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h input->filter.formatted.src_ip[0] = (__force __be32)val; __force 33 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h mask->formatted.src_ip[0] = (__force __be32)m; __force 41 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h input->filter.formatted.dst_ip[0] = (__force __be32)val; __force 42 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h mask->formatted.dst_ip[0] = (__force __be32)m; __force 58 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h input->filter.formatted.src_port = (__force __be16)(val & 0xffff); __force 59 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h mask->formatted.src_port = (__force __be16)(m & 0xffff); __force 60 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h input->filter.formatted.dst_port = (__force __be16)(val >> 16); __force 61 drivers/net/ethernet/intel/ixgbe/ixgbe_model.h mask->formatted.dst_port = (__force __be16)(m >> 16); __force 881 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c buffer.address = (__force u32)cpu_to_be32((offset + __force 883 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c buffer.length = (__force u16)cpu_to_be16(words_to_read * 2); __force 1093 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c buffer.address = (__force u32)cpu_to_be32(offset * 2); __force 1095 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c buffer.length = (__force u16)cpu_to_be16(sizeof(u16)); __force 187 drivers/net/ethernet/intel/ixgbevf/ipsec.c (__force u32)spi) { __force 333 drivers/net/ethernet/intel/ixgbevf/ipsec.c (__force u32)rsa.xs->id.spi); __force 671 drivers/net/ethernet/marvell/mv643xx_eth.c return (__force __be16)sum; __force 96 drivers/net/ethernet/marvell/octeontx2/af/mbox.h int otx2_mbox_init(struct otx2_mbox *mbox, void __force *hwbase, __force 97 drivers/net/ethernet/marvell/octeontx2/af/mbox.h struct pci_dev *pdev, void __force *reg_base, __force 130 drivers/net/ethernet/mellanox/mlx4/catas.c __raw_writel((__force u32)cpu_to_be32(comm_flags), __force 282 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(val), __force 482 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(in_param >> 32), hcr + 0); __force 483 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), hcr + 1); __force 484 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(in_modifier), hcr + 2); __force 485 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(out_param >> 32), hcr + 3); __force 486 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), hcr + 4); __force 487 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(token << 16), hcr + 5); __force 492 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) | __force 637 drivers/net/ethernet/mellanox/mlx4/cmd.c (u64) be32_to_cpu((__force __be32) __force 639 drivers/net/ethernet/mellanox/mlx4/cmd.c (u64) be32_to_cpu((__force __be32) __force 641 drivers/net/ethernet/mellanox/mlx4/cmd.c stat = be32_to_cpu((__force __be32) __force 2200 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(reply), __force 2227 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) cpu_to_be32(reply), __force 2340 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) 0, &priv->mfunc.comm->slave_read); __force 2341 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) 0, &priv->mfunc.comm->slave_write); __force 2401 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) 0, __force 2403 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32) 0, __force 2568 drivers/net/ethernet/mellanox/mlx4/cmd.c __raw_writel((__force u32)cpu_to_be32(slave_read), __force 1316 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c ((field) == 0 || (field) == (__force typeof(field))-1) __force 208 drivers/net/ethernet/mellanox/mlx4/en_netdev.c .dst_port_msk = (__force __be16)-1, __force 210 drivers/net/ethernet/mellanox/mlx4/en_netdev.c .src_port_msk = (__force __be16)-1, __force 219 drivers/net/ethernet/mellanox/mlx4/en_netdev.c .dst_ip_msk = (__force __be32)-1, __force 221 drivers/net/ethernet/mellanox/mlx4/en_netdev.c .src_ip_msk = (__force __be32)-1, __force 278 drivers/net/ethernet/mellanox/mlx4/en_netdev.c l = (__force unsigned long)src_port | __force 279 drivers/net/ethernet/mellanox/mlx4/en_netdev.c ((__force unsigned long)dst_port << 2); __force 280 drivers/net/ethernet/mellanox/mlx4/en_netdev.c l ^= (__force unsigned long)(src_ip ^ dst_ip); __force 615 drivers/net/ethernet/mellanox/mlx4/en_rx.c skb->csum = csum_add(temp, (__force __wsum)*(__be16 *)&ipv6h->nexthdr); __force 643 drivers/net/ethernet/mellanox/mlx4/en_rx.c hw_checksum = csum_unfold((__force __sum16)cqe->checksum); __force 730 drivers/net/ethernet/mellanox/mlx4/en_tx.c (__force u32)ring->doorbell_qpn, __force 99 drivers/net/ethernet/mellanox/mlx4/eq.c __raw_writel((__force u32) cpu_to_be32((eq->cons_index & 0xffffff) | __force 2781 drivers/net/ethernet/mellanox/mlx4/fw.c (__force u32)cpu_to_be32(token) << 16), __force 82 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c vni[0] = (__force __u8)(tun_id >> 16); __force 83 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c vni[1] = (__force __u8)(tun_id >> 8); __force 84 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c vni[2] = (__force __u8)tun_id; __force 86 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c vni[0] = (__force __u8)((__force u64)tun_id >> 40); __force 87 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c vni[1] = (__force __u8)((__force u64)tun_id >> 48); __force 88 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c vni[2] = (__force __u8)((__force u64)tun_id >> 56); __force 432 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c l = (__force unsigned long)src_port | __force 433 drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c ((__force unsigned long)dst_port << 2); __force 495 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c #define all_ones(field) (field == (__force typeof(field))-1) __force 497 drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c ((field) == 0 || (field) == (__force typeof(field))-1) __force 757 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c csum_unfold((__force __sum16)cqe->check_sum)); __force 774 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c csum_unfold((__force __sum16)cqe->check_sum)); __force 946 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c skb->csum = csum_unfold((__force __sum16)cqe->check_sum); __force 1484 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c skb->csum = csum_unfold((__force __sum16)cqe->check_sum); __force 2428 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c mask = (__force unsigned long)cpu_to_le32(be32_to_cpu(mask_be32)); __force 2431 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c mask = (__force unsigned long)cpu_to_le16(be16_to_cpu(mask_be16)); __force 758 drivers/net/ethernet/mellanox/mlx5/core/eq.c __raw_writel((__force u32)cpu_to_be32(val), addr); __force 67 drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h __raw_writel((__force u32)cpu_to_be32(val), addr); __force 589 drivers/net/ethernet/mscc/ocelot.c ocelot_write_rix(ocelot, (__force u32)cpu_to_be32(ifh[i]), __force 26 drivers/net/ethernet/mscc/ocelot_board.c ifh[0] = be64_to_cpu(((__force __be64 *)_ifh)[0]); __force 27 drivers/net/ethernet/mscc/ocelot_board.c ifh[1] = be64_to_cpu(((__force __be64 *)_ifh)[1]); __force 362 drivers/net/ethernet/myricom/myri10ge/myri10ge.c __raw_writel((__force __u32) val, (__force void __iomem *)p); __force 4431 drivers/net/ethernet/netronome/nfp/bpf/jit.c __le64 *ustore = (__force __le64 *)prog; __force 262 drivers/net/ethernet/netronome/nfp/bpf/offload.c word[i] = (__force u32)cpu_to_be32(word[i]); __force 276 drivers/net/ethernet/netronome/nfp/bpf/offload.c word[i] != (__force u32)cpu_to_be32(word[i])) __force 535 drivers/net/ethernet/netronome/nfp/flower/action.c mask = (__force __be32)~act->mangle.mask; __force 536 drivers/net/ethernet/netronome/nfp/flower/action.c exact = (__force __be32)act->mangle.val; __force 676 drivers/net/ethernet/netronome/nfp/flower/action.c mask = (__force __be32)~act->mangle.mask; __force 677 drivers/net/ethernet/netronome/nfp/flower/action.c exact = (__force __be32)act->mangle.val; __force 326 drivers/net/ethernet/netronome/nfp/nfp_asm.h return (__force swreg)(id | FIELD_PREP(NN_REG_TYPE, type)); __force 333 drivers/net/ethernet/netronome/nfp/nfp_asm.h return (__force swreg)(FIELD_PREP(NN_REG_TYPE, NN_REG_LMEM) | __force 341 drivers/net/ethernet/netronome/nfp/nfp_asm.h return (__force u32)reg; __force 1698 drivers/net/ethernet/netronome/nfp/nfp_net_common.c (__force __wsum)__get_unaligned_cpu32(data); __force 1007 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c size = (__force u32)nx_get_fw_size(adapter) / 8; __force 1022 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c size = (__force u32)nx_get_fw_size(adapter) % 8; __force 1087 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c if ((__force u32)val != NETXEN_BDINFO_MAGIC) __force 1114 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c if ((__force u32)val != bios) { __force 111 drivers/net/ethernet/qlogic/qed/qed_mcp.c be32_to_cpu((__force __be32)tmp); __force 1869 drivers/net/ethernet/qlogic/qed/qed_mcp.c (__force u32)val); __force 179 drivers/net/ethernet/qlogic/qed/qed_selftest.c *(u32 *)&buf[j] = (__force u32)val; __force 187 drivers/net/ethernet/qlogic/qed/qed_selftest.c calc_crc = (__force u32)~cpu_to_be32(calc_crc); __force 75 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c ip_payload_csum = csum16_sub((__force __sum16)csum_value, __force 76 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c (__force __be16)hdr_csum); __force 81 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c addend = (__force __be16)ntohs((__force __be16)pseudo_csum); __force 84 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c addend = (__force __be16)ntohs((__force __be16)*csum_field); __force 86 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c csum_value_final = (__force u16)csum_temp; __force 97 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c if (*csum_field == (__force __sum16)0xFFFF) __force 103 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c if (csum_value_final == ntohs((__force __be16)*csum_field)) { __force 136 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c ip6_hdr_csum = (__force __be16) __force 137 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c ~ntohs((__force __be16)ip_compute_csum(ip6h, __force 139 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c ip6_payload_csum = csum16_sub((__force __sum16)csum_value, __force 147 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c addend = (__force __be16)ntohs((__force __be16)pseudo_csum); __force 150 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c addend = (__force __be16)ntohs((__force __be16)*csum_field); __force 152 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c csum_value_final = (__force u16)csum_temp; __force 165 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c if (*csum_field == (__force __sum16)0xFFFF) __force 171 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c if (csum_value_final == ntohs((__force __be16)*csum_field)) { __force 203 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c offset = htons((__force u16)(skb_transport_header(skb) - __force 215 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c *hdr = htons((__force u16)*hdr); __force 245 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c offset = htons((__force u16)(skb_transport_header(skb) - __force 258 drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c *hdr = htons((__force u16)*hdr); __force 527 drivers/net/ethernet/renesas/ravb_main.c skb->csum = csum_unfold((__force __sum16)get_unaligned_le16(hw_csum)); __force 1613 drivers/net/ethernet/renesas/sh_eth.c skb->csum = csum_unfold((__force __sum16)get_unaligned_le16(hw_csum)); __force 1352 drivers/net/ethernet/rocker/rocker_ofdpa.c struct neighbour *n = __ipv4_neigh_lookup(dev, (__force u32)ip_addr); __force 189 drivers/net/ethernet/sfc/bitfield.h (((oword).u64[0] | (oword).u64[1]) == (__force __le64) 0) __force 192 drivers/net/ethernet/sfc/bitfield.h (((qword).u64[0]) == (__force __le64) 0) __force 196 drivers/net/ethernet/sfc/bitfield.h == (__force __le32) 0) __force 199 drivers/net/ethernet/sfc/bitfield.h (((qword).u32[0] | (qword).u32[1]) == (__force __le32) 0) __force 202 drivers/net/ethernet/sfc/bitfield.h (((dword).u32[0]) == (__force __le32) 0) __force 205 drivers/net/ethernet/sfc/bitfield.h (((oword).u64[0] & (oword).u64[1]) == ~((__force __le64) 0)) __force 208 drivers/net/ethernet/sfc/bitfield.h ((qword).u64[0] == ~((__force __le64) 0)) __force 212 drivers/net/ethernet/sfc/bitfield.h == ~((__force __le32) 0)) __force 215 drivers/net/ethernet/sfc/bitfield.h (((qword).u32[0] & (qword).u32[1]) == ~((__force __le32) 0)) __force 218 drivers/net/ethernet/sfc/bitfield.h ((dword).u32[0] == ~((__force __le32) 0)) __force 797 drivers/net/ethernet/sfc/ethtool.c #define IP4_ADDR_FULL_MASK ((__force __be32)~0) __force 799 drivers/net/ethernet/sfc/ethtool.c #define PORT_FULL_MASK ((__force __be16)~0) __force 800 drivers/net/ethernet/sfc/ethtool.c #define ETHER_TYPE_FULL_MASK ((__force __be16)~0) __force 189 drivers/net/ethernet/sfc/falcon/bitfield.h (((oword).u64[0] | (oword).u64[1]) == (__force __le64) 0) __force 192 drivers/net/ethernet/sfc/falcon/bitfield.h (((qword).u64[0]) == (__force __le64) 0) __force 196 drivers/net/ethernet/sfc/falcon/bitfield.h == (__force __le32) 0) __force 199 drivers/net/ethernet/sfc/falcon/bitfield.h (((qword).u32[0] | (qword).u32[1]) == (__force __le32) 0) __force 202 drivers/net/ethernet/sfc/falcon/bitfield.h (((dword).u32[0]) == (__force __le32) 0) __force 205 drivers/net/ethernet/sfc/falcon/bitfield.h (((oword).u64[0] & (oword).u64[1]) == ~((__force __le64) 0)) __force 208 drivers/net/ethernet/sfc/falcon/bitfield.h ((qword).u64[0] == ~((__force __le64) 0)) __force 212 drivers/net/ethernet/sfc/falcon/bitfield.h == ~((__force __le32) 0)) __force 215 drivers/net/ethernet/sfc/falcon/bitfield.h (((qword).u32[0] & (qword).u32[1]) == ~((__force __le32) 0)) __force 218 drivers/net/ethernet/sfc/falcon/bitfield.h ((dword).u32[0] == ~((__force __le32) 0)) __force 775 drivers/net/ethernet/sfc/falcon/ethtool.c #define IP4_ADDR_FULL_MASK ((__force __be32)~0) __force 777 drivers/net/ethernet/sfc/falcon/ethtool.c #define PORT_FULL_MASK ((__force __be16)~0) __force 778 drivers/net/ethernet/sfc/falcon/ethtool.c #define ETHER_TYPE_FULL_MASK ((__force __be16)~0) __force 70 drivers/net/ethernet/sfc/falcon/io.h __raw_writeq((__force u64)value, efx->membase + reg); __force 74 drivers/net/ethernet/sfc/falcon/io.h return (__force __le64)__raw_readq(efx->membase + reg); __force 81 drivers/net/ethernet/sfc/falcon/io.h __raw_writel((__force u32)value, efx->membase + reg); __force 85 drivers/net/ethernet/sfc/falcon/io.h return (__force __le32)__raw_readl(efx->membase + reg); __force 124 drivers/net/ethernet/sfc/falcon/io.h __raw_writeq((__force u64)value->u64[0], membase + addr); __force 126 drivers/net/ethernet/sfc/falcon/io.h __raw_writel((__force u32)value->u32[0], membase + addr); __force 127 drivers/net/ethernet/sfc/falcon/io.h __raw_writel((__force u32)value->u32[1], membase + addr + 4); __force 171 drivers/net/ethernet/sfc/falcon/io.h value->u64[0] = (__force __le64)__raw_readq(membase + addr); __force 173 drivers/net/ethernet/sfc/falcon/io.h value->u32[0] = (__force __le32)__raw_readl(membase + addr); __force 174 drivers/net/ethernet/sfc/falcon/io.h value->u32[1] = (__force __le32)__raw_readl(membase + addr + 4); __force 389 drivers/net/ethernet/sfc/falcon/selftest.c payload->ip.check = (__force __sum16) htons(0xdead); __force 82 drivers/net/ethernet/sfc/io.h __raw_writeq((__force u64)value, efx->membase + reg); __force 86 drivers/net/ethernet/sfc/io.h return (__force __le64)__raw_readq(efx->membase + reg); __force 93 drivers/net/ethernet/sfc/io.h __raw_writel((__force u32)value, efx->membase + reg); __force 97 drivers/net/ethernet/sfc/io.h return (__force __le32)__raw_readl(efx->membase + reg); __force 136 drivers/net/ethernet/sfc/io.h __raw_writeq((__force u64)value->u64[0], membase + addr); __force 138 drivers/net/ethernet/sfc/io.h __raw_writel((__force u32)value->u32[0], membase + addr); __force 139 drivers/net/ethernet/sfc/io.h __raw_writel((__force u32)value->u32[1], membase + addr + 4); __force 183 drivers/net/ethernet/sfc/io.h value->u64[0] = (__force __le64)__raw_readq(membase + addr); __force 185 drivers/net/ethernet/sfc/io.h value->u32[0] = (__force __le32)__raw_readl(membase + addr); __force 186 drivers/net/ethernet/sfc/io.h value->u32[1] = (__force __le32)__raw_readl(membase + addr + 4); __force 213 drivers/net/ethernet/sfc/mcdi.h le16_to_cpu(*(__force const __le16 *)MCDI_PTR(_buf, _field))) __force 302 drivers/net/ethernet/sfc/mcdi.h le16_to_cpu(*(__force const __le16 *) \ __force 353 drivers/net/ethernet/sfc/mcdi.h #define EFX_MC_STATS_GENERATION_INVALID ((__force __le64)(-1)) __force 389 drivers/net/ethernet/sfc/selftest.c payload->ip.check = (__force __sum16) htons(0xdead); __force 760 drivers/net/ethernet/sfc/siena.c _efx_writed(efx, (__force __le32) 0x45789abc, doorbell); __force 2125 drivers/net/ethernet/sun/cassini.c csum = (__force __sum16)htons(CAS_VAL(RX_COMP4_TCP_CSUM, words[3])); __force 859 drivers/net/ethernet/sun/sungem.c csum = (__force __sum16)htons((status & RXDCTRL_TCPCSUM) ^ 0xffff); __force 199 drivers/net/ethernet/sun/sunhme.c rxd->rx_addr = (__force hme32)addr; __force 201 drivers/net/ethernet/sun/sunhme.c rxd->rx_flags = (__force hme32)flags; __force 206 drivers/net/ethernet/sun/sunhme.c txd->tx_addr = (__force hme32)addr; __force 208 drivers/net/ethernet/sun/sunhme.c txd->tx_flags = (__force hme32)flags; __force 213 drivers/net/ethernet/sun/sunhme.c return (__force u32)*p; __force 228 drivers/net/ethernet/sun/sunhme.c rxd->rx_addr = (__force hme32)cpu_to_le32(addr); __force 230 drivers/net/ethernet/sun/sunhme.c rxd->rx_flags = (__force hme32)cpu_to_le32(flags); __force 235 drivers/net/ethernet/sun/sunhme.c txd->tx_addr = (__force hme32)cpu_to_le32(addr); __force 237 drivers/net/ethernet/sun/sunhme.c txd->tx_flags = (__force hme32)cpu_to_le32(flags); __force 271 drivers/net/ethernet/sun/sunhme.c do { (__rxd)->rx_addr = (__force hme32)(u32)(__addr); \ __force 273 drivers/net/ethernet/sun/sunhme.c (__rxd)->rx_flags = (__force hme32)(u32)(__flags); \ __force 276 drivers/net/ethernet/sun/sunhme.c do { (__txd)->tx_addr = (__force hme32)(u32)(__addr); \ __force 278 drivers/net/ethernet/sun/sunhme.c (__txd)->tx_flags = (__force hme32)(u32)(__flags); \ __force 280 drivers/net/ethernet/sun/sunhme.c #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) __force 296 drivers/net/ethernet/sun/sunhme.c do { (__rxd)->rx_addr = (__force hme32)cpu_to_le32(__addr); \ __force 298 drivers/net/ethernet/sun/sunhme.c (__rxd)->rx_flags = (__force hme32)cpu_to_le32(__flags); \ __force 301 drivers/net/ethernet/sun/sunhme.c do { (__txd)->tx_addr = (__force hme32)cpu_to_le32(__addr); \ __force 303 drivers/net/ethernet/sun/sunhme.c (__txd)->tx_flags = (__force hme32)cpu_to_le32(__flags); \ __force 2079 drivers/net/ethernet/sun/sunhme.c skb->csum = csum_unfold(~(__force __sum16)htons(csum)); __force 256 drivers/net/ethernet/ti/davinci_cpdma.c pool->iomap = (void __iomem __force *)pool->cpumap; __force 284 drivers/net/ethernet/ti/davinci_cpdma.c return pool->hw_addr + (__force long)desc - (__force long)pool->iomap; __force 1845 drivers/net/ethernet/ti/davinci_emac.c hw_ram_addr = (u32 __force)res->start + pdata->ctrl_ram_offset; __force 1863 drivers/net/ethernet/ti/davinci_emac.c (u32 __force)res->start + pdata->ctrl_ram_offset; __force 741 drivers/net/ethernet/ti/netcp_core.c p_info.psdata = (u32 __force *)desc->psdata; __force 1190 drivers/net/ethernet/ti/netcp_core.c p_info.psdata = (u32 __force *)desc->psdata; __force 1220 drivers/net/ethernet/ti/netcp_core.c __le32 *psdata = (void __force *)p_info.psdata; __force 341 drivers/net/ethernet/xilinx/xilinx_emaclite.c addr = (void __iomem __force *)((u32 __force)addr ^ __force 352 drivers/net/ethernet/xilinx/xilinx_emaclite.c xemaclite_aligned_write(data, (u32 __force *)addr, byte_count); __force 402 drivers/net/ethernet/xilinx/xilinx_emaclite.c addr = (void __iomem __force *)((u32 __force)addr ^ __force 449 drivers/net/ethernet/xilinx/xilinx_emaclite.c xemaclite_aligned_read((u32 __force *)(addr + XEL_RXBUFF_OFFSET), __force 480 drivers/net/ethernet/xilinx/xilinx_emaclite.c xemaclite_aligned_write(address_ptr, (u32 __force *)addr, ETH_ALEN); __force 1195 drivers/net/ethernet/xilinx/xilinx_emaclite.c (unsigned int __force)ndev->mem_start, __force 1196 drivers/net/ethernet/xilinx/xilinx_emaclite.c (unsigned int __force)lp->base_addr, ndev->irq); __force 94 drivers/net/geneve.c return (__force __be64)(((__force u64)vni[0] << 40) | __force 95 drivers/net/geneve.c ((__force u64)vni[1] << 48) | __force 96 drivers/net/geneve.c ((__force u64)vni[2] << 56)); __force 104 drivers/net/geneve.c vni[0] = (__force __u8)(tun_id >> 16); __force 105 drivers/net/geneve.c vni[1] = (__force __u8)(tun_id >> 8); __force 106 drivers/net/geneve.c vni[2] = (__force __u8)tun_id; __force 108 drivers/net/geneve.c vni[0] = (__force __u8)((__force u64)tun_id >> 40); __force 109 drivers/net/geneve.c vni[1] = (__force __u8)((__force u64)tun_id >> 48); __force 110 drivers/net/geneve.c vni[2] = (__force __u8)((__force u64)tun_id >> 56); __force 101 drivers/net/gtp.c return jhash_1word((__force u32)ip, gtp_h_initval); __force 1004 drivers/net/ieee802154/atusb.c addr = swab64((__force u64)atusb->hw->phy->perm_extended_addr); __force 390 drivers/net/macsec.c #define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL) __force 1477 drivers/net/macsec.c return (__force sci_t)nla_get_u64(nla); __force 1483 drivers/net/macsec.c return nla_put_u64_64bit(skb, attrtype, (__force u64)value, padattr); __force 390 drivers/net/phy/mdio-xgene.c mdio_bus->priv = (void __force *)pdata; __force 396 drivers/net/phy/mdio-xgene.c mdio_bus->priv = (void __force *)pdata->mdio_csr_addr; __force 149 drivers/net/ppp/pppoe.c hash ^= (__force __u32)sid >> i; __force 344 drivers/net/usb/ax88179_178a.c link = (((__force u32)event->intdata1) & AX_INT_PPLS_LINK) >> 16; __force 113 drivers/net/usb/rndis_host.c buf->request_id = (__force __le32) xid; __force 154 drivers/net/usb/rndis_host.c request_id = (__force u32) buf->request_id; __force 161 drivers/net/vxlan.c return &vs->vni_list[hash_32((__force u32)vni, VNI_HASH_BITS)]; __force 77 drivers/net/wireless/ath/ath10k/wmi.h return (__force a_sle32)cpu_to_le32(val); __force 82 drivers/net/wireless/ath/ath10k/wmi.h return le32_to_cpu((__force __le32)val); __force 1046 drivers/net/wireless/ath/ath6kl/sdio.c u32 val = (__force u32) data; __force 1536 drivers/net/wireless/ath/ath6kl/txrx.c skb->csum = (__force __wsum) meta->csum; __force 68 drivers/net/wireless/ath/ath6kl/wmi.h return (__force a_sle32) cpu_to_le32(val); __force 73 drivers/net/wireless/ath/ath6kl/wmi.h return le32_to_cpu((__force __le32) val); __force 78 drivers/net/wireless/ath/ath6kl/wmi.h return (__force a_sle16) cpu_to_le16(val); __force 83 drivers/net/wireless/ath/ath6kl/wmi.h return le16_to_cpu((__force __le16) val); __force 33 drivers/net/wireless/ath/ath9k/eeprom.h (field = (__force __le16)swab16((__force u16)field)) __force 35 drivers/net/wireless/ath/ath9k/eeprom.h (field = (__force __le32)swab32((__force u32)field)) __force 198 drivers/net/wireless/ath/ath9k/eeprom_4k.c el = swab16((__force u16)eep->baseEepHeader.length); __force 196 drivers/net/wireless/ath/ath9k/eeprom_9287.c el = swab16((__force u16)eep->baseEepHeader.length); __force 277 drivers/net/wireless/ath/ath9k/eeprom_def.c el = swab16((__force u16)eep->baseEepHeader.length); __force 515 drivers/net/wireless/ath/wil6210/debugfs.c wil6210_debugfs_init_offset(wil, d, (void * __force)wil->csr + off, __force 531 drivers/net/wireless/ath/wil6210/debugfs.c wil6210_debugfs_init_offset(wil, d, (void * __force)wil->csr, __force 584 drivers/net/wireless/ath/wil6210/debugfs.c wil6210_debugfs_init_offset(wil, d, (void * __force)wil->csr, __force 587 drivers/net/wireless/ath/wil6210/debugfs.c wil6210_debugfs_init_offset(wil, dtx, (void * __force)wil->csr, __force 590 drivers/net/wireless/ath/wil6210/debugfs.c wil6210_debugfs_init_offset(wil, drx, (void * __force)wil->csr, __force 2361 drivers/net/wireless/ath/wil6210/debugfs.c blob->data = (void * __force)wil->csr + HOSTADDR(map->host); __force 2511 drivers/net/wireless/ath/wil6210/debugfs.c wil6210_debugfs_init_offset(wil, dbg, (void * __force)wil->csr, __force 1553 drivers/net/wireless/ath/wil6210/main.c wil_w(wil, RGF_USER_FW_CALIB_RESULT, (u32 __force)val); __force 87 drivers/net/wireless/ath/wil6210/wil_crash_dump.c data = (void * __force)wil->csr + HOSTADDR(map->host); __force 95 drivers/net/wireless/ath/wil6210/wil_crash_dump.c wil_memcpy_fromio_32((void * __force)(dest + offset), __force 96 drivers/net/wireless/ath/wil6210/wil_crash_dump.c (const void __iomem * __force)data, len); __force 298 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_FRAGMENTED_SCAN = (__force iwl_ucode_tlv_api_t)8, __force 299 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_WIFI_MCC_UPDATE = (__force iwl_ucode_tlv_api_t)9, __force 300 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_LQ_SS_PARAMS = (__force iwl_ucode_tlv_api_t)18, __force 301 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_NEW_VERSION = (__force iwl_ucode_tlv_api_t)20, __force 302 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_SCAN_TSF_REPORT = (__force iwl_ucode_tlv_api_t)28, __force 303 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_TKIP_MIC_KEYS = (__force iwl_ucode_tlv_api_t)29, __force 304 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_STA_TYPE = (__force iwl_ucode_tlv_api_t)30, __force 305 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_NAN2_VER2 = (__force iwl_ucode_tlv_api_t)31, __force 307 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_ADAPTIVE_DWELL = (__force iwl_ucode_tlv_api_t)32, __force 308 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_OCE = (__force iwl_ucode_tlv_api_t)33, __force 309 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_NEW_BEACON_TEMPLATE = (__force iwl_ucode_tlv_api_t)34, __force 310 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_NEW_RX_STATS = (__force iwl_ucode_tlv_api_t)35, __force 311 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_WOWLAN_KEY_MATERIAL = (__force iwl_ucode_tlv_api_t)36, __force 312 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_QUOTA_LOW_LATENCY = (__force iwl_ucode_tlv_api_t)38, __force 313 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_DEPRECATE_TTAK = (__force iwl_ucode_tlv_api_t)41, __force 314 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_ADAPTIVE_DWELL_V2 = (__force iwl_ucode_tlv_api_t)42, __force 315 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_FRAG_EBS = (__force iwl_ucode_tlv_api_t)44, __force 316 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_REDUCE_TX_POWER = (__force iwl_ucode_tlv_api_t)45, __force 317 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_SHORT_BEACON_NOTIF = (__force iwl_ucode_tlv_api_t)46, __force 318 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_BEACON_FILTER_V4 = (__force iwl_ucode_tlv_api_t)47, __force 319 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_REGULATORY_NVM_INFO = (__force iwl_ucode_tlv_api_t)48, __force 320 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_FTM_NEW_RANGE_REQ = (__force iwl_ucode_tlv_api_t)49, __force 321 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_SCAN_OFFLOAD_CHANS = (__force iwl_ucode_tlv_api_t)50, __force 322 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_MBSSID_HE = (__force iwl_ucode_tlv_api_t)52, __force 323 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_WOWLAN_TCP_SYN_WAKE = (__force iwl_ucode_tlv_api_t)53, __force 324 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_FTM_RTT_ACCURACY = (__force iwl_ucode_tlv_api_t)54, __force 325 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_SAR_TABLE_VER = (__force iwl_ucode_tlv_api_t)55, __force 326 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_REDUCED_SCAN_CONFIG = (__force iwl_ucode_tlv_api_t)56, __force 327 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_ADWELL_HB_DEF_N_AP = (__force iwl_ucode_tlv_api_t)57, __force 328 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_API_SCAN_EXT_CHAN_VER = (__force iwl_ucode_tlv_api_t)58, __force 416 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = (__force iwl_ucode_tlv_capa_t)0, __force 417 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_LAR_SUPPORT = (__force iwl_ucode_tlv_capa_t)1, __force 418 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_UMAC_SCAN = (__force iwl_ucode_tlv_capa_t)2, __force 419 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_BEAMFORMER = (__force iwl_ucode_tlv_capa_t)3, __force 420 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_TDLS_SUPPORT = (__force iwl_ucode_tlv_capa_t)6, __force 421 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT = (__force iwl_ucode_tlv_capa_t)8, __force 422 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_DS_PARAM_SET_IE_SUPPORT = (__force iwl_ucode_tlv_capa_t)9, __force 423 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT = (__force iwl_ucode_tlv_capa_t)10, __force 424 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = (__force iwl_ucode_tlv_capa_t)11, __force 425 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_DQA_SUPPORT = (__force iwl_ucode_tlv_capa_t)12, __force 426 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_TDLS_CHANNEL_SWITCH = (__force iwl_ucode_tlv_capa_t)13, __force 427 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CNSLDTD_D3_D0_IMG = (__force iwl_ucode_tlv_capa_t)17, __force 428 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_HOTSPOT_SUPPORT = (__force iwl_ucode_tlv_capa_t)18, __force 429 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_DC2DC_CONFIG_SUPPORT = (__force iwl_ucode_tlv_capa_t)19, __force 430 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CSUM_SUPPORT = (__force iwl_ucode_tlv_capa_t)21, __force 431 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_RADIO_BEACON_STATS = (__force iwl_ucode_tlv_capa_t)22, __force 432 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_P2P_SCM_UAPSD = (__force iwl_ucode_tlv_capa_t)26, __force 433 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_BT_COEX_PLCR = (__force iwl_ucode_tlv_capa_t)28, __force 434 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_LAR_MULTI_MCC = (__force iwl_ucode_tlv_capa_t)29, __force 435 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_BT_COEX_RRC = (__force iwl_ucode_tlv_capa_t)30, __force 436 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_GSCAN_SUPPORT = (__force iwl_ucode_tlv_capa_t)31, __force 439 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_STA_PM_NOTIF = (__force iwl_ucode_tlv_capa_t)38, __force 440 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_BINDING_CDB_SUPPORT = (__force iwl_ucode_tlv_capa_t)39, __force 441 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CDB_SUPPORT = (__force iwl_ucode_tlv_capa_t)40, __force 442 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_D0I3_END_FIRST = (__force iwl_ucode_tlv_capa_t)41, __force 443 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_TLC_OFFLOAD = (__force iwl_ucode_tlv_capa_t)43, __force 444 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_DYNAMIC_QUOTA = (__force iwl_ucode_tlv_capa_t)44, __force 445 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_COEX_SCHEMA_2 = (__force iwl_ucode_tlv_capa_t)45, __force 446 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CHANNEL_SWITCH_CMD = (__force iwl_ucode_tlv_capa_t)46, __force 447 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_FTM_CALIBRATED = (__force iwl_ucode_tlv_capa_t)47, __force 448 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_ULTRA_HB_CHANNELS = (__force iwl_ucode_tlv_capa_t)48, __force 449 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CS_MODIFY = (__force iwl_ucode_tlv_capa_t)49, __force 450 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_SET_LTR_GEN2 = (__force iwl_ucode_tlv_capa_t)50, __force 451 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_SET_PPAG = (__force iwl_ucode_tlv_capa_t)52, __force 454 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_EXTENDED_DTS_MEASURE = (__force iwl_ucode_tlv_capa_t)64, __force 455 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_SHORT_PM_TIMEOUTS = (__force iwl_ucode_tlv_capa_t)65, __force 456 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_BT_MPLUT_SUPPORT = (__force iwl_ucode_tlv_capa_t)67, __force 457 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_MULTI_QUEUE_RX_SUPPORT = (__force iwl_ucode_tlv_capa_t)68, __force 458 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CSA_AND_TBTT_OFFLOAD = (__force iwl_ucode_tlv_capa_t)70, __force 459 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_BEACON_ANT_SELECTION = (__force iwl_ucode_tlv_capa_t)71, __force 460 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_BEACON_STORING = (__force iwl_ucode_tlv_capa_t)72, __force 461 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_LAR_SUPPORT_V3 = (__force iwl_ucode_tlv_capa_t)73, __force 462 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CT_KILL_BY_FW = (__force iwl_ucode_tlv_capa_t)74, __force 463 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_TEMP_THS_REPORT_SUPPORT = (__force iwl_ucode_tlv_capa_t)75, __force 464 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CTDP_SUPPORT = (__force iwl_ucode_tlv_capa_t)76, __force 465 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_USNIFFER_UNIFIED = (__force iwl_ucode_tlv_capa_t)77, __force 466 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_EXTEND_SHARED_MEM_CFG = (__force iwl_ucode_tlv_capa_t)80, __force 467 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_LQM_SUPPORT = (__force iwl_ucode_tlv_capa_t)81, __force 468 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_TX_POWER_ACK = (__force iwl_ucode_tlv_capa_t)84, __force 469 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_D3_DEBUG = (__force iwl_ucode_tlv_capa_t)87, __force 470 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_LED_CMD_SUPPORT = (__force iwl_ucode_tlv_capa_t)88, __force 471 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_MCC_UPDATE_11AX_SUPPORT = (__force iwl_ucode_tlv_capa_t)89, __force 472 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_CSI_REPORTING = (__force iwl_ucode_tlv_capa_t)90, __force 473 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_DBG_SUSPEND_RESUME_CMD_SUPP = (__force iwl_ucode_tlv_capa_t)92, __force 474 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_DBG_BUF_ALLOC_CMD_SUPP = (__force iwl_ucode_tlv_capa_t)93, __force 477 drivers/net/wireless/intel/iwlwifi/fw/file.h IWL_UCODE_TLV_CAPA_MLME_OFFLOAD = (__force iwl_ucode_tlv_capa_t)96, __force 121 drivers/net/wireless/intel/iwlwifi/fw/img.h return test_bit((__force long)api, capabilities->_api); __force 128 drivers/net/wireless/intel/iwlwifi/fw/img.h return test_bit((__force long)capa, capabilities->_capa); __force 1604 drivers/net/wireless/intersil/orinoco/orinoco_usb.c hw->iobase = (void __force __iomem *) &upriv->hermes_reg_fake; __force 86 drivers/net/wireless/intersil/p54/p54pci.h #define P54P_READ(r) (__force __le32)__raw_readl(&priv->map->r) __force 87 drivers/net/wireless/intersil/p54/p54pci.h #define P54P_WRITE(r, val) __raw_writel((__force u32)(__le32)(val), &priv->map->r) __force 2238 drivers/net/wireless/marvell/mwl8k.c cmd->result = (__force __le16) 0xffff; __force 1183 drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c writel((u32 __force)PCI_D3hot, ts->ep_pmstate); __force 1204 drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c writel((u32 __force)PCI_D0, ts->ep_pmstate); __force 1498 drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c (__le16 __force *)mac_addr, 3); __force 372 drivers/nfc/st21nfca/core.c pol_req = be32_to_cpu((__force __be32) __force 2001 drivers/nvdimm/namespace_devs.c nspm->alt_name = kmemdup((void __force *) label0->name, __force 2003 drivers/nvdimm/namespace_devs.c nspm->uuid = kmemdup((void __force *) label0->uuid, __force 158 drivers/pci/controller/dwc/pcie-hisi.c *val = *(u8 __force *) walker; __force 160 drivers/pci/controller/dwc/pcie-hisi.c *val = *(u16 __force *) walker; __force 184 drivers/pci/controller/dwc/pcie-hisi.c *(u16 __force *) walker = val; __force 188 drivers/pci/controller/dwc/pcie-hisi.c *(u8 __force *) walker = val; __force 80 drivers/pinctrl/samsung/pinctrl-exynos-arm.c ctrl->priv = (void __force *)clk_base; __force 587 drivers/platform/x86/intel_telemetry_debugfs.c (__force int)PCI_D3hot) ? 1 : 0; __force 326 drivers/power/supply/olpc_battery.c return le16_to_cpu((__force __le16)ec_word); __force 328 drivers/power/supply/olpc_battery.c return be16_to_cpu((__force __be16)ec_word); __force 233 drivers/remoteproc/imx_rproc.c va = (__force void *)(priv->mem[i].cpu_addr + offset); __force 285 drivers/remoteproc/keystone_remoteproc.c return (__force void *)va; __force 325 drivers/remoteproc/keystone_remoteproc.c memset((__force void *)ksproc->mem[i].cpu_addr, 0, __force 189 drivers/remoteproc/st_slim_rproc.c va = (__force void *)slim_rproc->mem[i].cpu_addr; __force 98 drivers/remoteproc/wkup_m3_rproc.c va = (__force void *)(wkupm3->mem[i].cpu_addr + offset); __force 163 drivers/s390/block/dasd_genhd.c barg.data = (void __force __user *) &bpart; __force 277 drivers/s390/char/zcore.c if (rc || (__force u32)csum_partial(zcore_ipl_block, zcore_ipl_block->hdr.len, 0) != __force 954 drivers/s390/crypto/zcrypt_api.c uptr = (struct ep11_target_dev __force __user *) xcrb->targets; __force 549 drivers/s390/crypto/zcrypt_msgtype6.c (char __force __user *)xcRB->req, xcRB->req_len)) { __force 754 drivers/s390/crypto/zcrypt_msgtype6.c if (copy_to_user((char __force __user *)xcRB->resp, __force 677 drivers/scsi/aic94xx/aic94xx_sds.c ms->offs_next = le16_to_cpu((__force __le16) ms->offs_next); __force 678 drivers/scsi/aic94xx/aic94xx_sds.c ms->chksum = le16_to_cpu((__force __le16) ms->chksum); __force 679 drivers/scsi/aic94xx/aic94xx_sds.c ms->size = le16_to_cpu((__force __le16) ms->size); __force 511 drivers/scsi/csiostor/csio_hw.c *data = (__force __u32) htonl(*data); __force 1434 drivers/scsi/cxgbi/libcxgbi.c u32 tag = ntohl((__force u32)hdr_itt); __force 1493 drivers/scsi/cxgbi/libcxgbi.c *hdr_itt = (__force itt_t)htonl(tag); __force 1507 drivers/scsi/cxgbi/libcxgbi.c u32 tag = ntohl((__force u32)itt); __force 3409 drivers/scsi/cxlflash/main.c void __user *ubuf = (__force void __user *)afu_dbg->data_ea; __force 298 drivers/scsi/cxlflash/ocxl_hw.c return (__force u64)ctx->irqs[irq].vtrig; __force 166 drivers/scsi/esas2r/esas2r_init.c a->regs = (void __force *)ioremap(pci_resource_start(a->pcid, 2), __force 184 drivers/scsi/esas2r/esas2r_init.c a->data_window = (void __force *)ioremap(pci_resource_start(a->pcid, __force 1754 drivers/scsi/ibmvscsi/ibmvscsi.c (__force struct srp_event_struct *)crq->IU_data_ptr; __force 1289 drivers/scsi/libiscsi.c age = ((__force u32)itt >> ISCSI_AGE_SHIFT) & ISCSI_AGE_MASK; __force 1295 drivers/scsi/libiscsi.c (__force u32)itt, session->age); __force 3329 drivers/scsi/mpt3sas/mpt3sas_base.c ((u8 __force *)&ioc->chip->Doorbell + __force 3739 drivers/scsi/mpt3sas/mpt3sas_base.c mpi_req_iomem = (void __force *)ioc->chip + __force 3815 drivers/scsi/mpt3sas/mpt3sas_base.c mpi_req_iomem = (void __force *)ioc->chip __force 3878 drivers/scsi/mpt3sas/mpt3sas_base.c mpi_req_iomem = (void __force *)ioc->chip + __force 3366 drivers/scsi/qla2xxx/qla_iocb.c qla82xx_wr_32(ha, (uintptr_t __force)ha->nxdb_wr_ptr, dbval); __force 1796 drivers/scsi/qla2xxx/qla_mbx.c qla82xx_wr_32(ha, (uintptr_t __force)ha->nxdb_wr_ptr, __force 868 drivers/scsi/qla2xxx/qla_mr.c req->ring = (void __force *)ha->iobase + ha->req_que_off; __force 883 drivers/scsi/qla2xxx/qla_mr.c rsp->ring = (void __force *)ha->iobase + ha->rsp_que_off; __force 1432 drivers/scsi/qla2xxx/qla_mr.c WRT_REG_DWORD((void __force __iomem *)&pkt->signature, __force 1899 drivers/scsi/qla2xxx/qla_nx.c if ((__force u32)val != QLA82XX_BDINFO_MAGIC) __force 2555 drivers/scsi/scsi_debug.c csum = (__force __be16)ip_compute_csum(buf, len); __force 376 drivers/scsi/scsi_devinfo.c flags = (__force blist_flags_t)val; __force 1014 drivers/scsi/scsi_sysfs.c [const_ilog2((__force __u64)BLIST_##name)] = #name __force 1031 drivers/scsi/scsi_sysfs.c if (!(sdev->sdev_bflags & (__force blist_flags_t)BIT(i))) __force 41 drivers/scsi/scsi_transport_spi.c SPI_BLIST_NOIUS = (__force blist_flags_t)0x1, __force 1204 drivers/scsi/sg.c "sg_poll: res=0x%x\n", (__force u32) res)); __force 6721 drivers/scsi/smartpqi/smartpqi_init.c return *((__force u8 *)features_enabled_iomem_addr) & __force 66 drivers/ssb/host_soc.c *buf = (__force __le16)__raw_readw(addr); __force 77 drivers/ssb/host_soc.c *buf = (__force __le32)__raw_readl(addr); __force 139 drivers/ssb/host_soc.c __raw_writew((__force u16)(*buf), addr); __force 150 drivers/ssb/host_soc.c __raw_writel((__force u32)(*buf), addr); __force 304 drivers/ssb/pcmcia.c *buf = (__force __le16)__raw_readw(addr); __force 315 drivers/ssb/pcmcia.c *buf = (__force __le16)__raw_readw(addr); __force 317 drivers/ssb/pcmcia.c *buf = (__force __le16)__raw_readw(addr + 2); __force 401 drivers/ssb/pcmcia.c __raw_writew((__force u16)(*buf), addr); __force 412 drivers/ssb/pcmcia.c __raw_writew((__force u16)(*buf), addr); __force 414 drivers/ssb/pcmcia.c __raw_writew((__force u16)(*buf), addr + 2); __force 192 drivers/staging/android/vsoc.c return (void __force *)vsoc_dev.kernel_mapped_shm + offset; __force 798 drivers/staging/android/vsoc.c vsoc_dev.layout = (struct vsoc_shm_layout_descriptor __force *) __force 838 drivers/staging/android/vsoc.c vsoc_dev.regions = (struct vsoc_device_region __force *) __force 196 drivers/staging/comedi/comedi_compat32.c err |= __put_user((unsigned int __force *)compat_ptr(temp.uptr), __force 1824 drivers/staging/comedi/comedi_fops.c cmd.chanlist = (unsigned int __force *)user_chanlist; __force 1912 drivers/staging/comedi/comedi_fops.c cmd.chanlist = (unsigned int __force *)user_chanlist; __force 525 drivers/staging/gasket/gasket_page_table.c ((u64 __force *)slots)[i] = dma_addr; __force 530 drivers/staging/gasket/gasket_page_table.c (void *)&((u64 __force *)slots)[i], __force 605 drivers/staging/gasket/gasket_page_table.c ((u64 __force *)slots)[i] = 0; __force 10 drivers/staging/gdm724x/gdm_endian.c return (__force __dev16)cpu_to_le16(x); __force 12 drivers/staging/gdm724x/gdm_endian.c return (__force __dev16)cpu_to_be16(x); __force 18 drivers/staging/gdm724x/gdm_endian.c return le16_to_cpu((__force __le16)x); __force 20 drivers/staging/gdm724x/gdm_endian.c return be16_to_cpu((__force __be16)x); __force 26 drivers/staging/gdm724x/gdm_endian.c return (__force __dev32)cpu_to_le32(x); __force 28 drivers/staging/gdm724x/gdm_endian.c return (__force __dev32)cpu_to_be32(x); __force 34 drivers/staging/gdm724x/gdm_endian.c return le32_to_cpu((__force __le32)x); __force 36 drivers/staging/gdm724x/gdm_endian.c return be32_to_cpu((__force __be32)x); __force 200 drivers/staging/gdm724x/gdm_lte.c sum = csum_add(sum, csum_unfold((__force __sum16)pa)); __force 205 drivers/staging/gdm724x/gdm_lte.c sum = csum_add(sum, csum_unfold((__force __sum16)*w++)); __force 2520 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c if (copy_to_user((u8 __force __user *)pdata->pointer+32, (u8 *)&pdata->flags, 1)) { __force 672 drivers/staging/unisys/visorhba/visorhba_main.c virt_to_phys((__force void *)devdata->flags_addr); __force 1807 drivers/target/iscsi/cxgbit/cxgbit_cm.c credit += (__force u32)skb->csum; __force 1843 drivers/target/iscsi/cxgbit/cxgbit_cm.c csum = (__force u32)p->csum; __force 1849 drivers/target/iscsi/cxgbit/cxgbit_cm.c p->csum = (__force __wsum)(csum - credits); __force 246 drivers/target/iscsi/cxgbit/cxgbit_target.c skb->csum = (__force __wsum)(credits_needed + flowclen16); __force 1176 drivers/target/iscsi/iscsi_target.c cmd->se_cmd.tag = (__force u32)cmd->init_task_tag; __force 344 drivers/target/iscsi/iscsi_target_nego.c " %u\n", login_rsp->flags, (__force u32)login_rsp->itt, __force 55 drivers/target/iscsi/iscsi_target_tmr.c se_tmr->ref_task_tag = (__force u32)hdr->rtt; __force 164 drivers/target/iscsi/iscsi_target_tmr.c se_tmr->ref_task_tag = (__force u32)hdr->rtt; __force 3216 drivers/target/target_core_transport.c int r = (__force int)reason; __force 3223 drivers/target/target_core_transport.c si = &sense_info_table[(__force int) __force 107 drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c pinfo->rx_bd_base = (cbd_t __iomem __force *)dp_mem; __force 31 drivers/tty/serial/cpm_uart/cpm_uart_cpm1.h #define DPRAM_BASE ((u8 __iomem __force *)cpm_dpram_addr(0)) __force 153 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c pinfo->tx_fifosize), (void __force *)pinfo->mem_addr, __force 31 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.h #define DPRAM_BASE ((u8 __iomem __force *)cpm_dpram_addr(0)) __force 777 drivers/tty/serial/serial_core.c retinfo->flags = (__force int)uport->flags; __force 847 drivers/tty/serial/serial_core.c new_flags = (__force upf_t)new_info->flags; __force 130 drivers/usb/gadget/udc/fsl_udc_core.c ? (__force u32)cpu_to_be32(x) __force 131 drivers/usb/gadget/udc/fsl_udc_core.c : (__force u32)cpu_to_le32(x); __force 137 drivers/usb/gadget/udc/fsl_udc_core.c ? be32_to_cpu((__force __be32)x) __force 138 drivers/usb/gadget/udc/fsl_udc_core.c : le32_to_cpu((__force __le32)x); __force 2888 drivers/usb/gadget/udc/net2280.c writel((__force u32) status, &dev->epregs[0].ep_data); __force 2900 drivers/usb/gadget/udc/net2280.c writel((__force u32) status, &dev->epregs[0].ep_data); __force 3229 drivers/usb/gadget/udc/net2280.c writel((__force u32)status, &dev->epregs[0].ep_data); __force 389 drivers/usb/gadget/udc/udc-xilinx.c eprambase = (u32 __force *)(udc->addr + ep->rambase); __force 399 drivers/usb/gadget/udc/udc-xilinx.c eprambase = (u32 __force *)(udc->addr + ep->rambase + __force 440 drivers/usb/gadget/udc/udc-xilinx.c eprambase = (u32 __force *)(udc->addr + ep->rambase); __force 449 drivers/usb/gadget/udc/udc-xilinx.c eprambase = (u32 __force *)(udc->addr + __force 497 drivers/usb/gadget/udc/udc-xilinx.c eprambase = (u32 __force *)(udc->addr + ep->rambase); __force 514 drivers/usb/gadget/udc/udc-xilinx.c eprambase = (u32 __force *)(udc->addr + ep->rambase + __force 1019 drivers/usb/gadget/udc/udc-xilinx.c corebuf = (void __force *) ((ep0->rambase << 2) + __force 1742 drivers/usb/gadget/udc/udc-xilinx.c ep0rambase = (u32 __force *) (udc->addr + XUSB_SETUP_PKT_ADDR_OFFSET); __force 1826 drivers/usb/gadget/udc/udc-xilinx.c ep0rambase = (u8 __force *) (udc->addr + __force 1902 drivers/usb/gadget/udc/udc-xilinx.c ep0rambase = (u8 __force *) (udc->addr + __force 734 drivers/usb/host/ehci.h #define readl_be(addr) __raw_readl((__force unsigned *)addr) __force 735 drivers/usb/host/ehci.h #define writel_be(val, addr) __raw_writel(val, (__force unsigned *)addr) __force 817 drivers/usb/host/ehci.h ? (__force __hc32)cpu_to_be32(x) __force 818 drivers/usb/host/ehci.h : (__force __hc32)cpu_to_le32(x); __force 825 drivers/usb/host/ehci.h ? be32_to_cpu((__force __be32)x) __force 826 drivers/usb/host/ehci.h : le32_to_cpu((__force __le32)x); __force 832 drivers/usb/host/ehci.h ? be32_to_cpup((__force __be32 *)x) __force 833 drivers/usb/host/ehci.h : le32_to_cpup((__force __le32 *)x); __force 1471 drivers/usb/host/imx21-hcd.c desc->wHubCharacteristics = (__force __u16) cpu_to_le16( __force 595 drivers/usb/host/ohci.h (__force __hc16)cpu_to_be16(x) : __force 596 drivers/usb/host/ohci.h (__force __hc16)cpu_to_le16(x); __force 609 drivers/usb/host/ohci.h (__force __hc32)cpu_to_be32(x) : __force 610 drivers/usb/host/ohci.h (__force __hc32)cpu_to_le32(x); __force 624 drivers/usb/host/ohci.h be16_to_cpu((__force __be16)x) : __force 625 drivers/usb/host/ohci.h le16_to_cpu((__force __le16)x); __force 631 drivers/usb/host/ohci.h be16_to_cpup((__force __be16 *)x) : __force 632 drivers/usb/host/ohci.h le16_to_cpup((__force __le16 *)x); __force 638 drivers/usb/host/ohci.h be32_to_cpu((__force __be32)x) : __force 639 drivers/usb/host/ohci.h le32_to_cpu((__force __le32)x); __force 645 drivers/usb/host/ohci.h be32_to_cpup((__force __be32 *)x) : __force 646 drivers/usb/host/ohci.h le32_to_cpup((__force __le32 *)x); __force 665 drivers/usb/host/ohci.h tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->frame_no); __force 669 drivers/usb/host/ohci.h tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no); __force 890 drivers/usb/host/oxu210hp-hcd.c desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp); __force 689 drivers/usb/host/uhci-hcd.h ? (__force __hc32)cpu_to_be32(x) __force 690 drivers/usb/host/uhci-hcd.h : (__force __hc32)cpu_to_le32(x); __force 697 drivers/usb/host/uhci-hcd.h ? be32_to_cpu((__force __be32)x) __force 698 drivers/usb/host/uhci-hcd.h : le32_to_cpu((__force __le32)x); __force 62 drivers/vhost/net.c #define VHOST_DMA_FAILED_LEN ((__force __virtio32)3) __force 64 drivers/vhost/net.c #define VHOST_DMA_DONE_LEN ((__force __virtio32)2) __force 66 drivers/vhost/net.c #define VHOST_DMA_IN_PROGRESS ((__force __virtio32)1) __force 68 drivers/vhost/net.c #define VHOST_DMA_CLEAR_LEN ((__force __virtio32)0) __force 70 drivers/vhost/net.c #define VHOST_DMA_IS_DONE(len) ((__force u32)(len) >= (__force u32)VHOST_DMA_DONE_LEN) __force 556 drivers/vhost/vringh.c int rc = get_user(v, (__force __virtio16 __user *)p); __force 564 drivers/vhost/vringh.c return put_user(v, (__force __virtio16 __user *)p); __force 569 drivers/vhost/vringh.c return copy_from_user(dst, (__force void __user *)src, len) ? __force 577 drivers/vhost/vringh.c return copy_to_user((__force void __user *)dst, src, __force 583 drivers/vhost/vringh.c return copy_from_user(dst, (__force void __user *)src, len) ? __force 589 drivers/vhost/vringh.c return copy_to_user((__force void __user *)dst, src, len) ? __force 626 drivers/vhost/vringh.c vrh->vring.desc = (__force struct vring_desc *)desc; __force 627 drivers/vhost/vringh.c vrh->vring.avail = (__force struct vring_avail *)avail; __force 628 drivers/vhost/vringh.c vrh->vring.used = (__force struct vring_used *)used; __force 263 drivers/video/fbdev/arcfb.c src = (unsigned char __force *) par->info->screen_base + (left/8) + __force 471 drivers/video/fbdev/arcfb.c base_addr = (char __force *)info->screen_base; __force 596 drivers/video/fbdev/arcfb.c vfree((void __force *)info->screen_base); __force 129 drivers/video/fbdev/core/cfbimgblt.c dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); __force 199 drivers/video/fbdev/core/cfbimgblt.c dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); __force 28 drivers/video/fbdev/core/fb_defio.c void *screen_base = (void __force *) info->screen_base; __force 41 drivers/video/fbdev/core/fb_sys_fops.c src = (void __force *)(info->screen_base + p); __force 87 drivers/video/fbdev/core/fb_sys_fops.c dst = (void __force *) (info->screen_base + p); __force 257 drivers/video/fbdev/core/sysimgblt.c dst1 = (void __force *)p->screen_base + bitstart; __force 241 drivers/video/fbdev/goldfishfb.c fb->fb.screen_base = (char __force __iomem *)dma_alloc_coherent( __force 105 drivers/video/fbdev/hecubafb.c unsigned char *buf = (unsigned char __force *)par->info->screen_base; __force 187 drivers/video/fbdev/hecubafb.c dst = (void __force *) (info->screen_base + p); __force 242 drivers/video/fbdev/hecubafb.c info->screen_base = (char __force __iomem *)videomemory; __force 290 drivers/video/fbdev/hecubafb.c vfree((void __force *)info->screen_base); __force 441 drivers/video/fbdev/metronomefb.c unsigned char *buf = (unsigned char __force *)par->info->screen_base; __force 456 drivers/video/fbdev/metronomefb.c u16 *buf = (u16 __force *)(par->info->screen_base + index); __force 548 drivers/video/fbdev/metronomefb.c dst = (void __force *)(info->screen_base + p); __force 637 drivers/video/fbdev/metronomefb.c info->screen_base = (char __force __iomem *)videomemory; __force 759 drivers/video/fbdev/metronomefb.c vfree((void __force *)info->screen_base); __force 652 drivers/video/fbdev/ps3fb.c memset((void __force *)info->screen_base, 0, info->fix.smem_len); __force 1049 drivers/video/fbdev/ps3fb.c dinfo = (void __force *)ioremap(lpar_driver_info, 128 * 1024); __force 1141 drivers/video/fbdev/ps3fb.c info->screen_base = (char __force __iomem *)fb_start; __force 1199 drivers/video/fbdev/ps3fb.c iounmap((u8 __force __iomem *)ps3fb.dinfo); __force 1235 drivers/video/fbdev/ps3fb.c iounmap((u8 __force __iomem *)ps3fb.dinfo); __force 1221 drivers/video/fbdev/udlfb.c const void *old_fb = (const void __force *)info->screen_base; __force 1240 drivers/video/fbdev/udlfb.c dlfb_deferred_vfree(dlfb, (void __force *)info->screen_base); __force 366 drivers/virtio/virtio_balloon.c num_pages = le32_to_cpu((__force __le32)num_pages); __force 426 drivers/virtio/virtio_balloon.c actual = (__force u32)cpu_to_le32(actual); __force 156 drivers/virtio/virtio_pci_legacy.c vq->priv = (void __force *)vp_dev->ioaddr + VIRTIO_PCI_QUEUE_NOTIFY; __force 369 drivers/virtio/virtio_pci_modern.c vq->priv = (void __force *)vp_dev->notify_base + __force 372 drivers/virtio/virtio_pci_modern.c vq->priv = (void __force *)map_capability(vp_dev->pci_dev, __force 396 drivers/virtio/virtio_pci_modern.c pci_iounmap(vp_dev->pci_dev, (void __iomem __force *)vq->priv); __force 441 drivers/virtio/virtio_pci_modern.c pci_iounmap(vp_dev->pci_dev, (void __force __iomem *)vq->priv); __force 43 drivers/watchdog/sirfsoc_wdt.c return (void __iomem __force *)watchdog_get_drvdata(wdd); __force 156 drivers/watchdog/sirfsoc_wdt.c watchdog_set_drvdata(&sirfsoc_wdd, (__force void *)base); __force 54 fs/afs/server.c diff = ((u16 __force)a->sin6_port - __force 55 fs/afs/server.c (u16 __force)b->sin6_port); __force 70 fs/afs/server.c diff = ((u16 __force)a->sin_port - __force 71 fs/afs/server.c (u16 __force)b->sin_port); __force 73 fs/afs/server.c diff = ((u32 __force)a->sin_addr.s_addr - __force 74 fs/afs/server.c (u32 __force)b->sin_addr.s_addr); __force 59 fs/befs/befs_fs_types.h #define BEFS_BYTEORDER_NATIVE_LE ((__force fs32)cpu_to_le32(BEFS_BYTEORDER_NATIVE)) __force 60 fs/befs/befs_fs_types.h #define BEFS_BYTEORDER_NATIVE_BE ((__force fs32)cpu_to_be32(BEFS_BYTEORDER_NATIVE)) __force 63 fs/befs/befs_fs_types.h #define BEFS_SUPER_MAGIC1_LE ((__force fs32)cpu_to_le32(BEFS_SUPER_MAGIC1)) __force 64 fs/befs/befs_fs_types.h #define BEFS_SUPER_MAGIC1_BE ((__force fs32)cpu_to_be32(BEFS_SUPER_MAGIC1)) __force 19 fs/befs/endian.h return le64_to_cpu((__force __le64)n); __force 21 fs/befs/endian.h return be64_to_cpu((__force __be64)n); __force 28 fs/befs/endian.h return (__force fs64)cpu_to_le64(n); __force 30 fs/befs/endian.h return (__force fs64)cpu_to_be64(n); __force 37 fs/befs/endian.h return le32_to_cpu((__force __le32)n); __force 39 fs/befs/endian.h return be32_to_cpu((__force __be32)n); __force 46 fs/befs/endian.h return (__force fs32)cpu_to_le32(n); __force 48 fs/befs/endian.h return (__force fs32)cpu_to_be32(n); __force 55 fs/befs/endian.h return le16_to_cpu((__force __le16)n); __force 57 fs/befs/endian.h return be16_to_cpu((__force __be16)n); __force 64 fs/befs/endian.h return (__force fs16)cpu_to_le16(n); __force 66 fs/befs/endian.h return (__force fs16)cpu_to_be16(n); __force 77 fs/befs/endian.h run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group); __force 78 fs/befs/endian.h run.start = le16_to_cpu((__force __le16)n.start); __force 79 fs/befs/endian.h run.len = le16_to_cpu((__force __le16)n.len); __force 81 fs/befs/endian.h run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group); __force 82 fs/befs/endian.h run.start = be16_to_cpu((__force __be16)n.start); __force 83 fs/befs/endian.h run.len = be16_to_cpu((__force __be16)n.len); __force 832 fs/binfmt_flat.c addr = ntohl((__force __be32)addr); __force 3360 fs/ceph/mds_client.c rec.v2.flock_len = (__force __le32) __force 703 fs/dax.c copy_user_page(vto, (void __force *)kaddr, vaddr, to); __force 179 fs/freevxfs/vxfs.h return be16_to_cpu((__force __be16)a); __force 181 fs/freevxfs/vxfs.h return le16_to_cpu((__force __le16)a); __force 187 fs/freevxfs/vxfs.h return be32_to_cpu((__force __be32)a); __force 189 fs/freevxfs/vxfs.h return le32_to_cpu((__force __le32)a); __force 195 fs/freevxfs/vxfs.h return be64_to_cpu((__force __be64)a); __force 197 fs/freevxfs/vxfs.h return le64_to_cpu((__force __le64)a); __force 236 fs/freevxfs/vxfs_super.c (__force __fs32)cpu_to_le32(VXFS_SUPER_MAGIC))) { __force 240 fs/freevxfs/vxfs_super.c (__force __fs32)cpu_to_be32(VXFS_SUPER_MAGIC))) { __force 31 fs/gfs2/export.c __be32 *fh = (__force __be32 *)p; __force 148 fs/gfs2/export.c __be32 *fh = (__force __be32 *)fid->raw; __force 170 fs/gfs2/export.c __be32 *fh = (__force __be32 *)fid->raw; __force 71 fs/lockd/host.c unsigned int hash = (__force u32)n ^ ((__force u32)n >> 16); __force 1480 fs/nfs/dir.c fmode_t res = (__force fmode_t)flags & FMODE_EXEC; __force 319 fs/nfs/nfs4trace.h { ((__force unsigned long)FMODE_READ), "READ" }, \ __force 320 fs/nfs/nfs4trace.h { ((__force unsigned long)FMODE_WRITE), "WRITE" }, \ __force 321 fs/nfs/nfs4trace.h { ((__force unsigned long)FMODE_EXEC), "EXEC" }) __force 632 fs/nfs/nfs4trace.h __entry->fmode = (__force unsigned int)ctx->mode; __force 714 fs/nfs/nfs4trace.h __entry->fmode = (__force unsigned int)state->state; __force 759 fs/nfs/nfs4trace.h __entry->fmode = (__force unsigned int)state->state; __force 952 fs/nfs/nfs4trace.h __entry->fmode = (__force unsigned int)fmode; __force 371 fs/nfs/nfstrace.h { ((__force unsigned long)FMODE_READ), "READ" }, \ __force 372 fs/nfs/nfstrace.h { ((__force unsigned long)FMODE_WRITE), "WRITE" }, \ __force 373 fs/nfs/nfstrace.h { ((__force unsigned long)FMODE_EXEC), "EXEC" }) __force 396 fs/nfs/nfstrace.h __entry->fmode = (__force unsigned int)ctx->mode; __force 435 fs/nfs/nfstrace.h __entry->fmode = (__force unsigned int)ctx->mode; __force 2220 fs/nfsd/nfs4state.c verf[0] = (__force __be32)get_seconds(); __force 2221 fs/nfsd/nfs4state.c verf[1] = (__force __be32)nn->clverifier_counter++; __force 188 fs/nfsd/nfsfh.c fh->fh_fsid[0] = new_encode_dev(MKDEV(ntohl((__force __be32)fh->fh_fsid[0]), __force 189 fs/nfsd/nfsfh.c ntohl((__force __be32)fh->fh_fsid[1]))); __force 95 fs/nfsd/nfsfh.h fsidv[0] = (__force __u32)htonl((MAJOR(dev)<<16) | __force 103 fs/nfsd/nfsfh.h fsidv[0] = (__force __u32)htonl(MAJOR(dev)); __force 104 fs/nfsd/nfsfh.h fsidv[1] = (__force __u32)htonl(MINOR(dev)); __force 357 fs/nfsd/nfssvc.c verf[0] = (__force __be32)nn->nfssvc_boot.tv_sec; __force 358 fs/nfsd/nfssvc.c verf[1] = (__force __be32)nn->nfssvc_boot.tv_nsec; __force 21 fs/ntfs/endian.h return le16_to_cpu((__force le16)x); __force 26 fs/ntfs/endian.h return le32_to_cpu((__force le32)x); __force 31 fs/ntfs/endian.h return le64_to_cpu((__force le64)x); __force 36 fs/ntfs/endian.h return le16_to_cpu(*(__force le16*)x); __force 41 fs/ntfs/endian.h return le32_to_cpu(*(__force le32*)x); __force 46 fs/ntfs/endian.h return le64_to_cpu(*(__force le64*)x); __force 51 fs/ntfs/endian.h return (__force sle16)cpu_to_le16(x); __force 56 fs/ntfs/endian.h return (__force sle32)cpu_to_le32(x); __force 61 fs/ntfs/endian.h return (__force sle64)cpu_to_le64(x); __force 66 fs/ntfs/endian.h return (__force sle16)cpu_to_le16(*x); __force 71 fs/ntfs/endian.h return (__force sle32)cpu_to_le32(*x); __force 76 fs/ntfs/endian.h return (__force sle64)cpu_to_le64(*x); __force 309 fs/ocfs2/cluster/netdebug.c saddr = (__force __be32)inet->inet_saddr; __force 310 fs/ocfs2/cluster/netdebug.c daddr = (__force __be32)inet->inet_daddr; __force 311 fs/ocfs2/cluster/netdebug.c sport = (__force __be16)inet->inet_sport; __force 312 fs/ocfs2/cluster/netdebug.c dport = (__force __be16)inet->inet_dport; __force 201 fs/ocfs2/export.c __le32 *fh = (__force __le32 *) fh_in; __force 20 fs/proc/uptime.c nsec += (__force u64) kcpustat_cpu(i).cpustat[CPUTIME_IDLE]; __force 402 fs/proc/vmcore.c return __read_vmcore((__force char *) buffer, buflen, fpos, 1); __force 81 fs/qnx6/qnx6.h return le64_to_cpu((__force __le64)n); __force 83 fs/qnx6/qnx6.h return be64_to_cpu((__force __be64)n); __force 89 fs/qnx6/qnx6.h return (__force __fs64)cpu_to_le64(n); __force 91 fs/qnx6/qnx6.h return (__force __fs64)cpu_to_be64(n); __force 97 fs/qnx6/qnx6.h return le32_to_cpu((__force __le32)n); __force 99 fs/qnx6/qnx6.h return be32_to_cpu((__force __be32)n); __force 105 fs/qnx6/qnx6.h return (__force __fs32)cpu_to_le32(n); __force 107 fs/qnx6/qnx6.h return (__force __fs32)cpu_to_be32(n); __force 113 fs/qnx6/qnx6.h return le16_to_cpu((__force __le16)n); __force 115 fs/qnx6/qnx6.h return be16_to_cpu((__force __be16)n); __force 121 fs/qnx6/qnx6.h return (__force __fs16)cpu_to_le16(n); __force 123 fs/qnx6/qnx6.h return (__force __fs16)cpu_to_be16(n); __force 512 fs/read_write.c p = (__force const char __user *)buf; __force 535 fs/read_write.c res = vfs_write(file, (__force const char __user *)buf, count, pos); __force 47 fs/squashfs/decompressor_multi_percpu.c return (__force void *) percpu; __force 191 fs/sysv/sysv.h return PDP_swab((__force __u32)n); __force 193 fs/sysv/sysv.h return le32_to_cpu((__force __le32)n); __force 195 fs/sysv/sysv.h return be32_to_cpu((__force __be32)n); __force 201 fs/sysv/sysv.h return (__force __fs32)PDP_swab(n); __force 203 fs/sysv/sysv.h return (__force __fs32)cpu_to_le32(n); __force 205 fs/sysv/sysv.h return (__force __fs32)cpu_to_be32(n); __force 222 fs/sysv/sysv.h return le16_to_cpu((__force __le16)n); __force 224 fs/sysv/sysv.h return be16_to_cpu((__force __be16)n); __force 230 fs/sysv/sysv.h return (__force __fs16)cpu_to_le16(n); __force 232 fs/sysv/sysv.h return (__force __fs16)cpu_to_be16(n); __force 30 fs/ufs/swab.h return le64_to_cpu((__force __le64)n); __force 32 fs/ufs/swab.h return be64_to_cpu((__force __be64)n); __force 39 fs/ufs/swab.h return (__force __fs64)cpu_to_le64(n); __force 41 fs/ufs/swab.h return (__force __fs64)cpu_to_be64(n); __force 48 fs/ufs/swab.h return le32_to_cpu((__force __le32)n); __force 50 fs/ufs/swab.h return be32_to_cpu((__force __be32)n); __force 57 fs/ufs/swab.h return (__force __fs32)cpu_to_le32(n); __force 59 fs/ufs/swab.h return (__force __fs32)cpu_to_be32(n); __force 84 fs/ufs/swab.h return le16_to_cpu((__force __le16)n); __force 86 fs/ufs/swab.h return be16_to_cpu((__force __be16)n); __force 93 fs/ufs/swab.h return (__force __fs16)cpu_to_le16(n); __force 95 fs/ufs/swab.h return (__force __fs16)cpu_to_be16(n); __force 19 fs/xfs/kmem.h #define KM_NOFS ((__force xfs_km_flags_t)0x0004u) __force 20 fs/xfs/kmem.h #define KM_MAYFAIL ((__force xfs_km_flags_t)0x0008u) __force 21 fs/xfs/kmem.h #define KM_ZERO ((__force xfs_km_flags_t)0x0010u) __force 56 include/asm-generic/checksum.h u32 sum = (__force u32)csum; __force 59 include/asm-generic/checksum.h return (__force __sum16)~sum; __force 77 include/asm-generic/io.h return *(const volatile u8 __force *)addr; __force 85 include/asm-generic/io.h return *(const volatile u16 __force *)addr; __force 93 include/asm-generic/io.h return *(const volatile u32 __force *)addr; __force 102 include/asm-generic/io.h return *(const volatile u64 __force *)addr; __force 111 include/asm-generic/io.h *(volatile u8 __force *)addr = value; __force 119 include/asm-generic/io.h *(volatile u16 __force *)addr = value; __force 127 include/asm-generic/io.h *(volatile u32 __force *)addr = value; __force 136 include/asm-generic/io.h *(volatile u64 __force *)addr = value; __force 888 include/asm-generic/io.h #define __io_virt(x) ((void __force *)(x)) __force 19 include/asm-generic/uaccess.h *(u8 *)to = *(u8 __force *)from; __force 22 include/asm-generic/uaccess.h *(u16 *)to = *(u16 __force *)from; __force 25 include/asm-generic/uaccess.h *(u32 *)to = *(u32 __force *)from; __force 29 include/asm-generic/uaccess.h *(u64 *)to = *(u64 __force *)from; __force 35 include/asm-generic/uaccess.h memcpy(to, (const void __force *)from, n); __force 45 include/asm-generic/uaccess.h *(u8 __force *)to = *(u8 *)from; __force 48 include/asm-generic/uaccess.h *(u16 __force *)to = *(u16 *)from; __force 51 include/asm-generic/uaccess.h *(u32 __force *)to = *(u32 *)from; __force 55 include/asm-generic/uaccess.h *(u64 __force *)to = *(u64 *)from; __force 63 include/asm-generic/uaccess.h memcpy((void __force *)to, from, n); __force 163 include/asm-generic/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 170 include/asm-generic/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 177 include/asm-generic/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 184 include/asm-generic/uaccess.h (x) = *(__force __typeof__(*(ptr)) *) &__x; \ __force 223 include/asm-generic/uaccess.h strncpy(dst, (const char __force *)src, count); __force 266 include/asm-generic/uaccess.h memset((void __force *)to, 0, n); __force 271 include/linux/blk-mq.h BLK_MQ_REQ_NOWAIT = (__force blk_mq_req_flags_t)(1 << 0), __force 273 include/linux/blk-mq.h BLK_MQ_REQ_RESERVED = (__force blk_mq_req_flags_t)(1 << 1), __force 275 include/linux/blk-mq.h BLK_MQ_REQ_INTERNAL = (__force blk_mq_req_flags_t)(1 << 2), __force 277 include/linux/blk-mq.h BLK_MQ_REQ_PREEMPT = (__force blk_mq_req_flags_t)(1 << 3), __force 32 include/linux/blk_types.h #define BLK_STS_NOTSUPP ((__force blk_status_t)1) __force 33 include/linux/blk_types.h #define BLK_STS_TIMEOUT ((__force blk_status_t)2) __force 34 include/linux/blk_types.h #define BLK_STS_NOSPC ((__force blk_status_t)3) __force 35 include/linux/blk_types.h #define BLK_STS_TRANSPORT ((__force blk_status_t)4) __force 36 include/linux/blk_types.h #define BLK_STS_TARGET ((__force blk_status_t)5) __force 37 include/linux/blk_types.h #define BLK_STS_NEXUS ((__force blk_status_t)6) __force 38 include/linux/blk_types.h #define BLK_STS_MEDIUM ((__force blk_status_t)7) __force 39 include/linux/blk_types.h #define BLK_STS_PROTECTION ((__force blk_status_t)8) __force 40 include/linux/blk_types.h #define BLK_STS_RESOURCE ((__force blk_status_t)9) __force 41 include/linux/blk_types.h #define BLK_STS_IOERR ((__force blk_status_t)10) __force 44 include/linux/blk_types.h #define BLK_STS_DM_REQUEUE ((__force blk_status_t)11) __force 46 include/linux/blk_types.h #define BLK_STS_AGAIN ((__force blk_status_t)12) __force 64 include/linux/blk_types.h #define BLK_STS_DEV_RESOURCE ((__force blk_status_t)13) __force 69 include/linux/blkdev.h #define RQF_SORTED ((__force req_flags_t)(1 << 0)) __force 71 include/linux/blkdev.h #define RQF_STARTED ((__force req_flags_t)(1 << 1)) __force 73 include/linux/blkdev.h #define RQF_SOFTBARRIER ((__force req_flags_t)(1 << 3)) __force 75 include/linux/blkdev.h #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) __force 77 include/linux/blkdev.h #define RQF_MIXED_MERGE ((__force req_flags_t)(1 << 5)) __force 79 include/linux/blkdev.h #define RQF_MQ_INFLIGHT ((__force req_flags_t)(1 << 6)) __force 81 include/linux/blkdev.h #define RQF_DONTPREP ((__force req_flags_t)(1 << 7)) __force 84 include/linux/blkdev.h #define RQF_PREEMPT ((__force req_flags_t)(1 << 8)) __force 86 include/linux/blkdev.h #define RQF_COPY_USER ((__force req_flags_t)(1 << 9)) __force 88 include/linux/blkdev.h #define RQF_FAILED ((__force req_flags_t)(1 << 10)) __force 90 include/linux/blkdev.h #define RQF_QUIET ((__force req_flags_t)(1 << 11)) __force 92 include/linux/blkdev.h #define RQF_ELVPRIV ((__force req_flags_t)(1 << 12)) __force 94 include/linux/blkdev.h #define RQF_IO_STAT ((__force req_flags_t)(1 << 13)) __force 96 include/linux/blkdev.h #define RQF_ALLOCED ((__force req_flags_t)(1 << 14)) __force 98 include/linux/blkdev.h #define RQF_PM ((__force req_flags_t)(1 << 15)) __force 100 include/linux/blkdev.h #define RQF_HASHED ((__force req_flags_t)(1 << 16)) __force 102 include/linux/blkdev.h #define RQF_STATS ((__force req_flags_t)(1 << 17)) __force 105 include/linux/blkdev.h #define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18)) __force 107 include/linux/blkdev.h #define RQF_ZONE_WRITE_LOCKED ((__force req_flags_t)(1 << 19)) __force 109 include/linux/blkdev.h #define RQF_MQ_POLL_SLEPT ((__force req_flags_t)(1 << 20)) __force 111 include/linux/blkdev.h #define RQF_TIMED_OUT ((__force req_flags_t)(1 << 21)) __force 30 include/linux/build_bug.h #define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e)))) __force 45 include/linux/compat.h #define __SC_DELOUSE(t,v) ((__force t)(unsigned long)(v)) __force 287 include/linux/compiler.h { .__val = (__force typeof(x)) (val) }; \ __force 25 include/linux/compiler_types.h # define ACCESS_PRIVATE(p, member) (*((typeof((p)->member) __force *) &(p)->member)) __force 29 include/linux/err.h static inline long __must_check PTR_ERR(__force const void *ptr) __force 34 include/linux/err.h static inline bool __must_check IS_ERR(__force const void *ptr) __force 39 include/linux/err.h static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) __force 51 include/linux/err.h static inline void * __must_check ERR_CAST(__force const void *ptr) __force 57 include/linux/err.h static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr) __force 84 include/linux/etherdevice.h (__force int)((a[2] ^ b[2]) & m)) == 0; __force 213 include/linux/etherdevice.h return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); __force 450 include/linux/filter.h (__force t) \ __force 451 include/linux/filter.h (__force \ __force 111 include/linux/fs.h #define FMODE_READ ((__force fmode_t)0x1) __force 113 include/linux/fs.h #define FMODE_WRITE ((__force fmode_t)0x2) __force 115 include/linux/fs.h #define FMODE_LSEEK ((__force fmode_t)0x4) __force 117 include/linux/fs.h #define FMODE_PREAD ((__force fmode_t)0x8) __force 119 include/linux/fs.h #define FMODE_PWRITE ((__force fmode_t)0x10) __force 121 include/linux/fs.h #define FMODE_EXEC ((__force fmode_t)0x20) __force 123 include/linux/fs.h #define FMODE_NDELAY ((__force fmode_t)0x40) __force 125 include/linux/fs.h #define FMODE_EXCL ((__force fmode_t)0x80) __force 128 include/linux/fs.h #define FMODE_WRITE_IOCTL ((__force fmode_t)0x100) __force 130 include/linux/fs.h #define FMODE_32BITHASH ((__force fmode_t)0x200) __force 132 include/linux/fs.h #define FMODE_64BITHASH ((__force fmode_t)0x400) __force 140 include/linux/fs.h #define FMODE_NOCMTIME ((__force fmode_t)0x800) __force 143 include/linux/fs.h #define FMODE_RANDOM ((__force fmode_t)0x1000) __force 146 include/linux/fs.h #define FMODE_UNSIGNED_OFFSET ((__force fmode_t)0x2000) __force 149 include/linux/fs.h #define FMODE_PATH ((__force fmode_t)0x4000) __force 152 include/linux/fs.h #define FMODE_ATOMIC_POS ((__force fmode_t)0x8000) __force 154 include/linux/fs.h #define FMODE_WRITER ((__force fmode_t)0x10000) __force 156 include/linux/fs.h #define FMODE_CAN_READ ((__force fmode_t)0x20000) __force 158 include/linux/fs.h #define FMODE_CAN_WRITE ((__force fmode_t)0x40000) __force 160 include/linux/fs.h #define FMODE_OPENED ((__force fmode_t)0x80000) __force 161 include/linux/fs.h #define FMODE_CREATED ((__force fmode_t)0x100000) __force 164 include/linux/fs.h #define FMODE_STREAM ((__force fmode_t)0x200000) __force 167 include/linux/fs.h #define FMODE_NONOTIFY ((__force fmode_t)0x4000000) __force 170 include/linux/fs.h #define FMODE_NOWAIT ((__force fmode_t)0x8000000) __force 173 include/linux/fs.h #define FMODE_NEED_UNMOUNT ((__force fmode_t)0x10000000) __force 176 include/linux/fs.h #define FMODE_NOACCOUNT ((__force fmode_t)0x20000000) __force 3515 include/linux/fs.h #define __FMODE_EXEC ((__force int) FMODE_EXEC) __force 3516 include/linux/fs.h #define __FMODE_NONOTIFY ((__force int) FMODE_NONOTIFY) __force 3519 include/linux/fs.h #define OPEN_FMODE(flag) ((__force fmode_t)(((flag + 1) & O_ACCMODE) | \ __force 56 include/linux/gfp.h #define __GFP_DMA ((__force gfp_t)___GFP_DMA) __force 57 include/linux/gfp.h #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM) __force 58 include/linux/gfp.h #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) __force 59 include/linux/gfp.h #define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /* ZONE_MOVABLE allowed */ __force 89 include/linux/gfp.h #define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE) __force 90 include/linux/gfp.h #define __GFP_WRITE ((__force gfp_t)___GFP_WRITE) __force 91 include/linux/gfp.h #define __GFP_HARDWALL ((__force gfp_t)___GFP_HARDWALL) __force 92 include/linux/gfp.h #define __GFP_THISNODE ((__force gfp_t)___GFP_THISNODE) __force 93 include/linux/gfp.h #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) __force 117 include/linux/gfp.h #define __GFP_ATOMIC ((__force gfp_t)___GFP_ATOMIC) __force 118 include/linux/gfp.h #define __GFP_HIGH ((__force gfp_t)___GFP_HIGH) __force 119 include/linux/gfp.h #define __GFP_MEMALLOC ((__force gfp_t)___GFP_MEMALLOC) __force 120 include/linux/gfp.h #define __GFP_NOMEMALLOC ((__force gfp_t)___GFP_NOMEMALLOC) __force 191 include/linux/gfp.h #define __GFP_IO ((__force gfp_t)___GFP_IO) __force 192 include/linux/gfp.h #define __GFP_FS ((__force gfp_t)___GFP_FS) __force 193 include/linux/gfp.h #define __GFP_DIRECT_RECLAIM ((__force gfp_t)___GFP_DIRECT_RECLAIM) /* Caller can reclaim */ __force 194 include/linux/gfp.h #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ __force 195 include/linux/gfp.h #define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM)) __force 196 include/linux/gfp.h #define __GFP_RETRY_MAYFAIL ((__force gfp_t)___GFP_RETRY_MAYFAIL) __force 197 include/linux/gfp.h #define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL) __force 198 include/linux/gfp.h #define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY) __force 212 include/linux/gfp.h #define __GFP_NOWARN ((__force gfp_t)___GFP_NOWARN) __force 213 include/linux/gfp.h #define __GFP_COMP ((__force gfp_t)___GFP_COMP) __force 214 include/linux/gfp.h #define __GFP_ZERO ((__force gfp_t)___GFP_ZERO) __force 217 include/linux/gfp.h #define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP) __force 221 include/linux/gfp.h #define __GFP_BITS_MASK ((__force gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) __force 444 include/linux/gfp.h int bit = (__force int) (flags & GFP_ZONEMASK); __force 32 include/linux/idr.h #define IDR_RT_MARKER (ROOT_IS_IDR | (__force gfp_t) \ __force 747 include/linux/if_vlan.h return ((__force u32)h1->h_vlan_TCI ^ (__force u32)h2->h_vlan_TCI) | __force 748 include/linux/if_vlan.h ((__force u32)h1->h_vlan_encapsulated_proto ^ __force 749 include/linux/if_vlan.h (__force u32)h2->h_vlan_encapsulated_proto); __force 63 include/linux/io.h #define IOMEM_ERR_PTR(err) (__force void __iomem *)ERR_PTR(err) __force 79 include/linux/mlx4/doorbell.h __raw_writel((__force u32) val[0], dest); __force 80 include/linux/mlx4/doorbell.h __raw_writel((__force u32) val[1], dest + 4); __force 149 include/linux/mlx5/device.h tmp = (__force type_t)MLX5_GET(typ, p, fld); \ __force 152 include/linux/mlx5/device.h tmp = (__force type_t)cpu_to_be16(MLX5_GET(typ, p, fld)); \ __force 155 include/linux/mlx5/device.h tmp = (__force type_t)cpu_to_be32(MLX5_GET(typ, p, fld)); \ __force 158 include/linux/mlx5/device.h tmp = (__force type_t)MLX5_GET64_BE(typ, p, fld); \ __force 55 include/linux/mlx5/doorbell.h __raw_writel((__force u32) val[0], dest); __force 56 include/linux/mlx5/doorbell.h __raw_writel((__force u32) val[1], dest + 4); __force 678 include/linux/mm_types.h VM_FAULT_OOM = (__force vm_fault_t)0x000001, __force 679 include/linux/mm_types.h VM_FAULT_SIGBUS = (__force vm_fault_t)0x000002, __force 680 include/linux/mm_types.h VM_FAULT_MAJOR = (__force vm_fault_t)0x000004, __force 681 include/linux/mm_types.h VM_FAULT_WRITE = (__force vm_fault_t)0x000008, __force 682 include/linux/mm_types.h VM_FAULT_HWPOISON = (__force vm_fault_t)0x000010, __force 683 include/linux/mm_types.h VM_FAULT_HWPOISON_LARGE = (__force vm_fault_t)0x000020, __force 684 include/linux/mm_types.h VM_FAULT_SIGSEGV = (__force vm_fault_t)0x000040, __force 685 include/linux/mm_types.h VM_FAULT_NOPAGE = (__force vm_fault_t)0x000100, __force 686 include/linux/mm_types.h VM_FAULT_LOCKED = (__force vm_fault_t)0x000200, __force 687 include/linux/mm_types.h VM_FAULT_RETRY = (__force vm_fault_t)0x000400, __force 688 include/linux/mm_types.h VM_FAULT_FALLBACK = (__force vm_fault_t)0x000800, __force 689 include/linux/mm_types.h VM_FAULT_DONE_COW = (__force vm_fault_t)0x001000, __force 690 include/linux/mm_types.h VM_FAULT_NEEDDSYNC = (__force vm_fault_t)0x002000, __force 691 include/linux/mm_types.h VM_FAULT_HINDEX_MASK = (__force vm_fault_t)0x0f0000, __force 695 include/linux/mm_types.h #define VM_FAULT_SET_HINDEX(x) ((__force vm_fault_t)((x) << 16)) __force 696 include/linux/mm_types.h #define VM_FAULT_GET_HINDEX(x) (((__force unsigned int)(x) >> 16) & 0xf) __force 311 include/linux/mmzone.h #define ISOLATE_UNMAPPED ((__force isolate_mode_t)0x2) __force 313 include/linux/mmzone.h #define ISOLATE_ASYNC_MIGRATE ((__force isolate_mode_t)0x4) __force 315 include/linux/mmzone.h #define ISOLATE_UNEVICTABLE ((__force isolate_mode_t)0x8) __force 28 include/linux/netfilter/ipset/pfxlen.h return (__force u32) ip_set_hostmask_map[pfxlen].ip; __force 14 include/linux/omap-mailbox.h #define IRQ_TX ((__force omap_mbox_irq_t) 1) __force 15 include/linux/omap-mailbox.h #define IRQ_RX ((__force omap_mbox_irq_t) 2) __force 138 include/linux/pci.h #define PCI_D0 ((pci_power_t __force) 0) __force 139 include/linux/pci.h #define PCI_D1 ((pci_power_t __force) 1) __force 140 include/linux/pci.h #define PCI_D2 ((pci_power_t __force) 2) __force 141 include/linux/pci.h #define PCI_D3hot ((pci_power_t __force) 3) __force 142 include/linux/pci.h #define PCI_D3cold ((pci_power_t __force) 4) __force 143 include/linux/pci.h #define PCI_UNKNOWN ((pci_power_t __force) 5) __force 144 include/linux/pci.h #define PCI_POWER_ERROR ((pci_power_t __force) -1) __force 151 include/linux/pci.h return pci_power_names[1 + (__force int) state]; __force 165 include/linux/pci.h pci_channel_io_normal = (__force pci_channel_state_t) 1, __force 168 include/linux/pci.h pci_channel_io_frozen = (__force pci_channel_state_t) 2, __force 171 include/linux/pci.h pci_channel_io_perm_failure = (__force pci_channel_state_t) 3, __force 178 include/linux/pci.h pcie_deassert_reset = (__force pcie_reset_state_t) 1, __force 181 include/linux/pci.h pcie_warm_reset = (__force pcie_reset_state_t) 2, __force 184 include/linux/pci.h pcie_hot_reset = (__force pcie_reset_state_t) 3 __force 190 include/linux/pci.h PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) (1 << 0), __force 192 include/linux/pci.h PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1), __force 194 include/linux/pci.h PCI_DEV_FLAGS_ASSIGNED = (__force pci_dev_flags_t) (1 << 2), __force 196 include/linux/pci.h PCI_DEV_FLAGS_ACS_ENABLED_QUIRK = (__force pci_dev_flags_t) (1 << 3), __force 198 include/linux/pci.h PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS = (__force pci_dev_flags_t) (1 << 5), __force 200 include/linux/pci.h PCI_DEV_FLAGS_NO_BUS_RESET = (__force pci_dev_flags_t) (1 << 6), __force 202 include/linux/pci.h PCI_DEV_FLAGS_NO_PM_RESET = (__force pci_dev_flags_t) (1 << 7), __force 204 include/linux/pci.h PCI_DEV_FLAGS_VPD_REF_F0 = (__force pci_dev_flags_t) (1 << 8), __force 206 include/linux/pci.h PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT = (__force pci_dev_flags_t) (1 << 9), __force 208 include/linux/pci.h PCI_DEV_FLAGS_NO_FLR_RESET = (__force pci_dev_flags_t) (1 << 10), __force 210 include/linux/pci.h PCI_DEV_FLAGS_NO_RELAXED_ORDERING = (__force pci_dev_flags_t) (1 << 11), __force 220 include/linux/pci.h PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1, __force 221 include/linux/pci.h PCI_BUS_FLAGS_NO_MMRBC = (__force pci_bus_flags_t) 2, __force 222 include/linux/pci.h PCI_BUS_FLAGS_NO_AERSID = (__force pci_bus_flags_t) 4, __force 223 include/linux/pci.h PCI_BUS_FLAGS_NO_EXTCFG = (__force pci_bus_flags_t) 8, __force 741 include/linux/pci.h PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1, __force 744 include/linux/pci.h PCI_ERS_RESULT_CAN_RECOVER = (__force pci_ers_result_t) 2, __force 747 include/linux/pci.h PCI_ERS_RESULT_NEED_RESET = (__force pci_ers_result_t) 3, __force 750 include/linux/pci.h PCI_ERS_RESULT_DISCONNECT = (__force pci_ers_result_t) 4, __force 753 include/linux/pci.h PCI_ERS_RESULT_RECOVERED = (__force pci_ers_result_t) 5, __force 756 include/linux/pci.h PCI_ERS_RESULT_NO_AER_DRIVER = (__force pci_ers_result_t) 6, __force 231 include/linux/percpu-defs.h RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset)) __force 260 include/linux/percpu-defs.h (typeof(*(__p)) __kernel __force *)(__p); \ __force 130 include/linux/poll.h __u16 v = (__force __u16)val; __force 131 include/linux/poll.h #define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X) __force 140 include/linux/poll.h #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) __force 63 include/linux/radix-tree.h #define ROOT_IS_IDR ((__force gfp_t)4) __force 42 include/linux/rculist_nulls.h (*((struct hlist_nulls_node __rcu __force **)&(head)->first)) __force 45 include/linux/rculist_nulls.h (*((struct hlist_nulls_node __rcu __force **)&(node)->next)) __force 312 include/linux/rcupdate.h typeof(*p) *_________p1 = (typeof(*p) *__force)READ_ONCE(p); \ __force 314 include/linux/rcupdate.h ((typeof(*p) __force __kernel *)(_________p1)); \ __force 319 include/linux/rcupdate.h typeof(*p) *________p1 = (typeof(*p) *__force)READ_ONCE(p); \ __force 322 include/linux/rcupdate.h ((typeof(*p) __force __kernel *)(________p1)); \ __force 328 include/linux/rcupdate.h ((typeof(*p) __force __kernel *)(p)); \ __force 334 include/linux/rcupdate.h ((typeof(*p) __force __kernel *)(________p1)); \ __force 341 include/linux/rcupdate.h #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) __force 182 include/linux/serial_core.h #define UPF_FOURPORT ((__force upf_t) ASYNC_FOURPORT /* 1 */ ) __force 183 include/linux/serial_core.h #define UPF_SAK ((__force upf_t) ASYNC_SAK /* 2 */ ) __force 184 include/linux/serial_core.h #define UPF_SPD_HI ((__force upf_t) ASYNC_SPD_HI /* 4 */ ) __force 185 include/linux/serial_core.h #define UPF_SPD_VHI ((__force upf_t) ASYNC_SPD_VHI /* 5 */ ) __force 186 include/linux/serial_core.h #define UPF_SPD_CUST ((__force upf_t) ASYNC_SPD_CUST /* 0x0030 */ ) __force 187 include/linux/serial_core.h #define UPF_SPD_WARP ((__force upf_t) ASYNC_SPD_WARP /* 0x1010 */ ) __force 188 include/linux/serial_core.h #define UPF_SPD_MASK ((__force upf_t) ASYNC_SPD_MASK /* 0x1030 */ ) __force 189 include/linux/serial_core.h #define UPF_SKIP_TEST ((__force upf_t) ASYNC_SKIP_TEST /* 6 */ ) __force 190 include/linux/serial_core.h #define UPF_AUTO_IRQ ((__force upf_t) ASYNC_AUTO_IRQ /* 7 */ ) __force 191 include/linux/serial_core.h #define UPF_HARDPPS_CD ((__force upf_t) ASYNC_HARDPPS_CD /* 11 */ ) __force 192 include/linux/serial_core.h #define UPF_SPD_SHI ((__force upf_t) ASYNC_SPD_SHI /* 12 */ ) __force 193 include/linux/serial_core.h #define UPF_LOW_LATENCY ((__force upf_t) ASYNC_LOW_LATENCY /* 13 */ ) __force 194 include/linux/serial_core.h #define UPF_BUGGY_UART ((__force upf_t) ASYNC_BUGGY_UART /* 14 */ ) __force 195 include/linux/serial_core.h #define UPF_MAGIC_MULTIPLIER ((__force upf_t) ASYNC_MAGIC_MULTIPLIER /* 16 */ ) __force 197 include/linux/serial_core.h #define UPF_NO_THRE_TEST ((__force upf_t) (1 << 19)) __force 199 include/linux/serial_core.h #define UPF_AUTO_CTS ((__force upf_t) (1 << 20)) __force 200 include/linux/serial_core.h #define UPF_AUTO_RTS ((__force upf_t) (1 << 21)) __force 201 include/linux/serial_core.h #define UPF_HARD_FLOW ((__force upf_t) (UPF_AUTO_CTS | UPF_AUTO_RTS)) __force 203 include/linux/serial_core.h #define UPF_SOFT_FLOW ((__force upf_t) (1 << 22)) __force 204 include/linux/serial_core.h #define UPF_CONS_FLOW ((__force upf_t) (1 << 23)) __force 205 include/linux/serial_core.h #define UPF_SHARE_IRQ ((__force upf_t) (1 << 24)) __force 206 include/linux/serial_core.h #define UPF_EXAR_EFR ((__force upf_t) (1 << 25)) __force 207 include/linux/serial_core.h #define UPF_BUG_THRE ((__force upf_t) (1 << 26)) __force 209 include/linux/serial_core.h #define UPF_FIXED_TYPE ((__force upf_t) (1 << 27)) __force 210 include/linux/serial_core.h #define UPF_BOOT_AUTOCONF ((__force upf_t) (1 << 28)) __force 211 include/linux/serial_core.h #define UPF_FIXED_PORT ((__force upf_t) (1 << 29)) __force 212 include/linux/serial_core.h #define UPF_DEAD ((__force upf_t) (1 << 30)) __force 213 include/linux/serial_core.h #define UPF_IOREMAP ((__force upf_t) (1 << 31)) __force 216 include/linux/serial_core.h #define UPF_CHANGE_MASK ((__force upf_t) __UPF_CHANGE_MASK) __force 217 include/linux/serial_core.h #define UPF_USR_MASK ((__force upf_t) (UPF_SPD_MASK|UPF_LOW_LATENCY)) __force 229 include/linux/serial_core.h #define UPSTAT_CTS_ENABLE ((__force upstat_t) (1 << 0)) __force 230 include/linux/serial_core.h #define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1)) __force 231 include/linux/serial_core.h #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2)) __force 232 include/linux/serial_core.h #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3)) __force 233 include/linux/serial_core.h #define UPSTAT_AUTOXOFF ((__force upstat_t) (1 << 4)) __force 234 include/linux/serial_core.h #define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5)) __force 285 include/linux/signal.h #define SIG_KTHREAD ((__force __sighandler_t)2) __force 286 include/linux/signal.h #define SIG_KTHREAD_KERNEL ((__force __sighandler_t)3) __force 4510 include/linux/skbuff.h partial = ~csum_unfold(*(__force __sum16 *)(csum_start + __force 27 include/linux/slab.h #define SLAB_CONSISTENCY_CHECKS ((slab_flags_t __force)0x00000100U) __force 29 include/linux/slab.h #define SLAB_RED_ZONE ((slab_flags_t __force)0x00000400U) __force 31 include/linux/slab.h #define SLAB_POISON ((slab_flags_t __force)0x00000800U) __force 33 include/linux/slab.h #define SLAB_HWCACHE_ALIGN ((slab_flags_t __force)0x00002000U) __force 35 include/linux/slab.h #define SLAB_CACHE_DMA ((slab_flags_t __force)0x00004000U) __force 37 include/linux/slab.h #define SLAB_CACHE_DMA32 ((slab_flags_t __force)0x00008000U) __force 39 include/linux/slab.h #define SLAB_STORE_USER ((slab_flags_t __force)0x00010000U) __force 41 include/linux/slab.h #define SLAB_PANIC ((slab_flags_t __force)0x00040000U) __force 80 include/linux/slab.h #define SLAB_TYPESAFE_BY_RCU ((slab_flags_t __force)0x00080000U) __force 82 include/linux/slab.h #define SLAB_MEM_SPREAD ((slab_flags_t __force)0x00100000U) __force 84 include/linux/slab.h #define SLAB_TRACE ((slab_flags_t __force)0x00200000U) __force 88 include/linux/slab.h # define SLAB_DEBUG_OBJECTS ((slab_flags_t __force)0x00400000U) __force 94 include/linux/slab.h #define SLAB_NOLEAKTRACE ((slab_flags_t __force)0x00800000U) __force 98 include/linux/slab.h # define SLAB_FAILSLAB ((slab_flags_t __force)0x02000000U) __force 104 include/linux/slab.h # define SLAB_ACCOUNT ((slab_flags_t __force)0x04000000U) __force 110 include/linux/slab.h #define SLAB_KASAN ((slab_flags_t __force)0x08000000U) __force 117 include/linux/slab.h #define SLAB_RECLAIM_ACCOUNT ((slab_flags_t __force)0x00020000U) __force 121 include/linux/slab.h #define SLAB_DEACTIVATED ((slab_flags_t __force)0x10000000U) __force 36 include/linux/suspend.h #define PM_SUSPEND_ON ((__force suspend_state_t) 0) __force 37 include/linux/suspend.h #define PM_SUSPEND_TO_IDLE ((__force suspend_state_t) 1) __force 38 include/linux/suspend.h #define PM_SUSPEND_STANDBY ((__force suspend_state_t) 2) __force 39 include/linux/suspend.h #define PM_SUSPEND_MEM ((__force suspend_state_t) 3) __force 41 include/linux/suspend.h #define PM_SUSPEND_MAX ((__force suspend_state_t) 4) __force 117 include/linux/syscalls.h #define __TYPE_AS(t, v) __same_type((__force t)0, v) __force 122 include/linux/syscalls.h #define __SC_CAST(t, a) (__force t) a __force 11 include/linux/unaligned/generic.h #define __get_unaligned_le(ptr) ((__force typeof(*(ptr)))({ \ __force 19 include/linux/unaligned/generic.h #define __get_unaligned_be(ptr) ((__force typeof(*(ptr)))({ \ __force 31 include/linux/unaligned/generic.h *(u8 *)__gu_p = (__force u8)(val); \ __force 34 include/linux/unaligned/generic.h put_unaligned_le16((__force u16)(val), __gu_p); \ __force 37 include/linux/unaligned/generic.h put_unaligned_le32((__force u32)(val), __gu_p); \ __force 40 include/linux/unaligned/generic.h put_unaligned_le64((__force u64)(val), __gu_p); \ __force 52 include/linux/unaligned/generic.h *(u8 *)__gu_p = (__force u8)(val); \ __force 55 include/linux/unaligned/generic.h put_unaligned_be16((__force u16)(val), __gu_p); \ __force 58 include/linux/unaligned/generic.h put_unaligned_be32((__force u32)(val), __gu_p); \ __force 61 include/linux/unaligned/generic.h put_unaligned_be64((__force u64)(val), __gu_p); \ __force 19 include/linux/virtio_byteorder.h return le16_to_cpu((__force __le16)val); __force 21 include/linux/virtio_byteorder.h return be16_to_cpu((__force __be16)val); __force 27 include/linux/virtio_byteorder.h return (__force __virtio16)cpu_to_le16(val); __force 29 include/linux/virtio_byteorder.h return (__force __virtio16)cpu_to_be16(val); __force 35 include/linux/virtio_byteorder.h return le32_to_cpu((__force __le32)val); __force 37 include/linux/virtio_byteorder.h return be32_to_cpu((__force __be32)val); __force 43 include/linux/virtio_byteorder.h return (__force __virtio32)cpu_to_le32(val); __force 45 include/linux/virtio_byteorder.h return (__force __virtio32)cpu_to_be32(val); __force 51 include/linux/virtio_byteorder.h return le64_to_cpu((__force __le64)val); __force 53 include/linux/virtio_byteorder.h return be64_to_cpu((__force __be64)val); __force 59 include/linux/virtio_byteorder.h return (__force __virtio64)cpu_to_le64(val); __force 61 include/linux/virtio_byteorder.h return (__force __virtio64)cpu_to_be64(val); __force 406 include/linux/virtio_config.h return virtio16_to_cpu(vdev, (__force __virtio16)ret); __force 413 include/linux/virtio_config.h val = (__force u16)cpu_to_virtio16(vdev, val); __force 424 include/linux/virtio_config.h return virtio32_to_cpu(vdev, (__force __virtio32)ret); __force 431 include/linux/virtio_config.h val = (__force u32)cpu_to_virtio32(vdev, val); __force 440 include/linux/virtio_config.h return virtio64_to_cpu(vdev, (__force __virtio64)ret); __force 447 include/linux/virtio_config.h val = (__force u64)cpu_to_virtio64(vdev, val); __force 222 include/linux/wait.h #define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m)) __force 223 include/linux/wait.h #define key_to_poll(m) ((__force __poll_t)(uintptr_t)(void *)(m)) __force 247 include/linux/xarray.h #define XA_MARK_0 ((__force xa_mark_t)0U) __force 248 include/linux/xarray.h #define XA_MARK_1 ((__force xa_mark_t)1U) __force 249 include/linux/xarray.h #define XA_MARK_2 ((__force xa_mark_t)2U) __force 250 include/linux/xarray.h #define XA_PRESENT ((__force xa_mark_t)8U) __force 263 include/linux/xarray.h #define XA_FLAGS_LOCK_IRQ ((__force gfp_t)XA_LOCK_IRQ) __force 264 include/linux/xarray.h #define XA_FLAGS_LOCK_BH ((__force gfp_t)XA_LOCK_BH) __force 265 include/linux/xarray.h #define XA_FLAGS_TRACK_FREE ((__force gfp_t)4U) __force 266 include/linux/xarray.h #define XA_FLAGS_ZERO_BUSY ((__force gfp_t)8U) __force 267 include/linux/xarray.h #define XA_FLAGS_ALLOC_WRAPPED ((__force gfp_t)16U) __force 268 include/linux/xarray.h #define XA_FLAGS_ACCOUNT ((__force gfp_t)32U) __force 269 include/linux/xarray.h #define XA_FLAGS_MARK(mark) ((__force gfp_t)((1U << __GFP_BITS_SHIFT) << \ __force 270 include/linux/xarray.h (__force unsigned)(mark))) __force 1583 include/linux/xarray.h unsigned long *addr = xas->xa_node->marks[(__force unsigned)mark]; __force 52 include/net/checksum.h return (__force __wsum)-1; /* invalid checksum */ __force 59 include/net/checksum.h u32 res = (__force u32)csum; __force 60 include/net/checksum.h res += (__force u32)addend; __force 61 include/net/checksum.h return (__force __wsum)(res + (res < (__force u32)addend)); __force 72 include/net/checksum.h u16 res = (__force u16)csum; __force 74 include/net/checksum.h res += (__force u16)addend; __force 75 include/net/checksum.h return (__force __sum16)(res + (res < (__force u16)addend)); __force 86 include/net/checksum.h u32 sum = (__force u32)csum2; __force 92 include/net/checksum.h return csum_add(csum, (__force __wsum)sum); __force 109 include/net/checksum.h return (__force __wsum)n; __force 117 include/net/checksum.h #define CSUM_MANGLED_0 ((__force __sum16)0xffff) __force 126 include/net/checksum.h __wsum tmp = csum_sub(~csum_unfold(*sum), (__force __wsum)from); __force 128 include/net/checksum.h *sum = csum_fold(csum_add(tmp, (__force __wsum)to)); __force 155 include/net/checksum.h inet_proto_csum_replace4(sum, skb, (__force __be32)from, __force 156 include/net/checksum.h (__force __be32)to, pseudohdr); __force 169 include/net/checksum.h delta = csum_sub((__force __wsum)csum_fold(csum), __force 170 include/net/checksum.h (__force __wsum)*psum); __force 178 include/net/checksum.h *psum = csum_fold(csum_sub(delta, (__force __wsum)*psum)); __force 31 include/net/dsfield.h __u32 check = ntohs((__force __be16)iph->check); __force 39 include/net/dsfield.h iph->check = (__force __sum16)htons(check); __force 47 include/net/dsfield.h __be16 *p = (__force __be16 *)ipv6h; __force 158 include/net/ieee802154_netdev.h return (__force __le64)swab64(temp); __force 163 include/net/ieee802154_netdev.h u64 temp = swab64((__force u64)addr); __force 33 include/net/inet6_hashtables.h const u32 ports = (((u32)lport) << 16) | (__force u32)fport; __force 77 include/net/inet_ecn.h u32 check = (__force u32)iph->check; __force 95 include/net/inet_ecn.h check += (__force u16)htons(0xFFFB) + (__force u16)htons(ecn); __force 97 include/net/inet_ecn.h iph->check = (__force __sum16)(check + (check>=0xFFFF)); __force 104 include/net/inet_ecn.h u32 check = (__force u32)iph->check; __force 109 include/net/inet_ecn.h check += (__force u16)htons(0x100); __force 111 include/net/inet_ecn.h iph->check = (__force __sum16)(check + (check>=0xFFFF)); __force 146 include/net/inet_ecn.h skb->csum = csum_add(csum_sub(skb->csum, (__force __wsum)from), __force 147 include/net/inet_ecn.h (__force __wsum)to); __force 162 include/net/inet_ecn.h skb->csum = csum_add(csum_sub(skb->csum, (__force __wsum)from), __force 163 include/net/inet_ecn.h (__force __wsum)to); __force 285 include/net/inet_hashtables.h ((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport))) __force 288 include/net/inet_hashtables.h ((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport))) __force 294 include/net/inet_hashtables.h const __addrpair __name = (__force __addrpair) ( \ __force 295 include/net/inet_hashtables.h (((__force __u64)(__be32)(__saddr)) << 32) | \ __force 296 include/net/inet_hashtables.h ((__force __u64)(__be32)(__daddr))) __force 299 include/net/inet_hashtables.h const __addrpair __name = (__force __addrpair) ( \ __force 300 include/net/inet_hashtables.h (((__force __u64)(__be32)(__daddr)) << 32) | \ __force 301 include/net/inet_hashtables.h ((__force __u64)(__be32)(__saddr))) __force 339 include/net/inet_sock.h return jhash_3words((__force __u32) laddr, __force 340 include/net/inet_sock.h (__force __u32) faddr, __force 341 include/net/inet_sock.h ((__u32) lport) << 16 | (__force __u32)fport, __force 398 include/net/ip.h u32 check = (__force u32)iph->check; __force 399 include/net/ip.h check += (__force u32)htons(0x0100); __force 400 include/net/ip.h iph->check = (__force __sum16)(check + (check>=0xFFFF)); __force 635 include/net/ip.h return (__force unsigned int) ip; __force 642 include/net/ip.h return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port; __force 222 include/net/ip_tunnels.h return (__force __be64)key; __force 224 include/net/ip_tunnels.h return (__force __be64)((__force u64)key << 32); __force 232 include/net/ip_tunnels.h return (__force __be32)tun_id; __force 234 include/net/ip_tunnels.h return (__force __be32)((__force u64)tun_id >> 32); __force 550 include/net/ipv6.h *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl)); __force 555 include/net/ipv6.h *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh)); __force 655 include/net/ipv6.h return (__force u32)(a->s6_addr32[0] ^ a->s6_addr32[1] ^ __force 663 include/net/ipv6.h u32 v = (__force u32)a->s6_addr32[0] ^ (__force u32)a->s6_addr32[1]; __force 666 include/net/ipv6.h (__force u32)a->s6_addr32[2], __force 667 include/net/ipv6.h (__force u32)a->s6_addr32[3], __force 693 include/net/ipv6.h (__force unsigned long)(a->s6_addr32[0] | a->s6_addr32[1]) | __force 695 include/net/ipv6.h (__force unsigned long)(a->s6_addr32[2] ^ __force 708 include/net/ipv6.h hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix); __force 710 include/net/ipv6.h hash = jhash2((__force u32 *)addr6->s6_addr32, 4, mix); __force 885 include/net/ipv6.h flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; __force 49 include/net/netfilter/nf_queue.h if ((__force u32)iph->saddr < (__force u32)iph->daddr) __force 50 include/net/netfilter/nf_queue.h return jhash_3words((__force u32)iph->saddr, __force 51 include/net/netfilter/nf_queue.h (__force u32)iph->daddr, iph->protocol, initval); __force 53 include/net/netfilter/nf_queue.h return jhash_3words((__force u32)iph->daddr, __force 54 include/net/netfilter/nf_queue.h (__force u32)iph->saddr, iph->protocol, initval); __force 61 include/net/netfilter/nf_queue.h if ((__force u32)ip6h->saddr.s6_addr32[3] < __force 62 include/net/netfilter/nf_queue.h (__force u32)ip6h->daddr.s6_addr32[3]) { __force 63 include/net/netfilter/nf_queue.h a = (__force u32) ip6h->saddr.s6_addr32[3]; __force 64 include/net/netfilter/nf_queue.h b = (__force u32) ip6h->daddr.s6_addr32[3]; __force 66 include/net/netfilter/nf_queue.h b = (__force u32) ip6h->saddr.s6_addr32[3]; __force 67 include/net/netfilter/nf_queue.h a = (__force u32) ip6h->daddr.s6_addr32[3]; __force 70 include/net/netfilter/nf_queue.h if ((__force u32)ip6h->saddr.s6_addr32[1] < __force 71 include/net/netfilter/nf_queue.h (__force u32)ip6h->daddr.s6_addr32[1]) __force 72 include/net/netfilter/nf_queue.h c = (__force u32) ip6h->saddr.s6_addr32[1]; __force 74 include/net/netfilter/nf_queue.h c = (__force u32) ip6h->daddr.s6_addr32[1]; __force 36 include/net/sctp/checksum.h return (__force __wsum)crc32c((__force __u32)sum, buff, len); __force 42 include/net/sctp/checksum.h return (__force __wsum)__crc32c_le_combine((__force __u32)csum, __force 43 include/net/sctp/checksum.h (__force __u32)csum2, len); __force 63 include/net/sctp/checksum.h return cpu_to_le32((__force __u32)new); __force 1926 include/net/sock.h old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); __force 488 include/net/tls.h return (__force void *)icsk->icsk_ulp_data; __force 227 include/net/udp.h (__force u32) skb->protocol); __force 339 include/net/vxlan.h return (__force __be32)((__force u32)vni_field >> 8); __force 341 include/net/vxlan.h return (__force __be32)((__force u32)(vni_field & VXLAN_VNI_MASK) << 8); __force 348 include/net/vxlan.h return (__force __be32)((__force u32)vni << 8); __force 350 include/net/vxlan.h return (__force __be32)((__force u32)vni >> 8); __force 1708 include/net/xfrm.h return ((__force u32)a->a4 ^ (__force u32)b->a4) == 0; __force 188 include/rdma/ib_mad.h #define IB_SA_COMP_MASK(n) ((__force ib_sa_comp_mask) cpu_to_be64(1ull << (n))) __force 68 include/scsi/iscsi_proto.h #define build_itt(itt, age) ((__force itt_t)\ __force 70 include/scsi/iscsi_proto.h #define get_itt(itt) ((__force uint32_t)(itt_t)(itt) & ISCSI_ITT_MASK) __force 71 include/scsi/iscsi_proto.h #define RESERVED_ITT ((__force itt_t)0xffffffff) __force 9 include/scsi/scsi_devinfo.h #define BLIST_NOLUN ((__force blist_flags_t)(1ULL << 0)) __force 12 include/scsi/scsi_devinfo.h #define BLIST_FORCELUN ((__force blist_flags_t)(1ULL << 1)) __force 14 include/scsi/scsi_devinfo.h #define BLIST_BORKEN ((__force blist_flags_t)(1ULL << 2)) __force 16 include/scsi/scsi_devinfo.h #define BLIST_KEY ((__force blist_flags_t)(1ULL << 3)) __force 18 include/scsi/scsi_devinfo.h #define BLIST_SINGLELUN ((__force blist_flags_t)(1ULL << 4)) __force 20 include/scsi/scsi_devinfo.h #define BLIST_NOTQ ((__force blist_flags_t)(1ULL << 5)) __force 22 include/scsi/scsi_devinfo.h #define BLIST_SPARSELUN ((__force blist_flags_t)(1ULL << 6)) __force 24 include/scsi/scsi_devinfo.h #define BLIST_MAX5LUN ((__force blist_flags_t)(1ULL << 7)) __force 26 include/scsi/scsi_devinfo.h #define BLIST_ISROM ((__force blist_flags_t)(1ULL << 8)) __force 28 include/scsi/scsi_devinfo.h #define BLIST_LARGELUN ((__force blist_flags_t)(1ULL << 9)) __force 30 include/scsi/scsi_devinfo.h #define BLIST_INQUIRY_36 ((__force blist_flags_t)(1ULL << 10)) __force 31 include/scsi/scsi_devinfo.h #define __BLIST_UNUSED_11 ((__force blist_flags_t)(1ULL << 11)) __force 33 include/scsi/scsi_devinfo.h #define BLIST_NOSTARTONADD ((__force blist_flags_t)(1ULL << 12)) __force 34 include/scsi/scsi_devinfo.h #define __BLIST_UNUSED_13 ((__force blist_flags_t)(1ULL << 13)) __force 35 include/scsi/scsi_devinfo.h #define __BLIST_UNUSED_14 ((__force blist_flags_t)(1ULL << 14)) __force 36 include/scsi/scsi_devinfo.h #define __BLIST_UNUSED_15 ((__force blist_flags_t)(1ULL << 15)) __force 37 include/scsi/scsi_devinfo.h #define __BLIST_UNUSED_16 ((__force blist_flags_t)(1ULL << 16)) __force 39 include/scsi/scsi_devinfo.h #define BLIST_REPORTLUN2 ((__force blist_flags_t)(1ULL << 17)) __force 41 include/scsi/scsi_devinfo.h #define BLIST_NOREPORTLUN ((__force blist_flags_t)(1ULL << 18)) __force 43 include/scsi/scsi_devinfo.h #define BLIST_NOT_LOCKABLE ((__force blist_flags_t)(1ULL << 19)) __force 45 include/scsi/scsi_devinfo.h #define BLIST_NO_ULD_ATTACH ((__force blist_flags_t)(1ULL << 20)) __force 47 include/scsi/scsi_devinfo.h #define BLIST_SELECT_NO_ATN ((__force blist_flags_t)(1ULL << 21)) __force 49 include/scsi/scsi_devinfo.h #define BLIST_RETRY_HWERROR ((__force blist_flags_t)(1ULL << 22)) __force 51 include/scsi/scsi_devinfo.h #define BLIST_MAX_512 ((__force blist_flags_t)(1ULL << 23)) __force 52 include/scsi/scsi_devinfo.h #define __BLIST_UNUSED_24 ((__force blist_flags_t)(1ULL << 24)) __force 54 include/scsi/scsi_devinfo.h #define BLIST_NO_DIF ((__force blist_flags_t)(1ULL << 25)) __force 56 include/scsi/scsi_devinfo.h #define BLIST_SKIP_VPD_PAGES ((__force blist_flags_t)(1ULL << 26)) __force 57 include/scsi/scsi_devinfo.h #define __BLIST_UNUSED_27 ((__force blist_flags_t)(1ULL << 27)) __force 59 include/scsi/scsi_devinfo.h #define BLIST_TRY_VPD_PAGES ((__force blist_flags_t)(1ULL << 28)) __force 61 include/scsi/scsi_devinfo.h #define BLIST_NO_RSOC ((__force blist_flags_t)(1ULL << 29)) __force 63 include/scsi/scsi_devinfo.h #define BLIST_MAX_1024 ((__force blist_flags_t)(1ULL << 30)) __force 65 include/scsi/scsi_devinfo.h #define BLIST_UNMAP_LIMIT_WS ((__force blist_flags_t)(1ULL << 31)) __force 67 include/scsi/scsi_devinfo.h #define BLIST_RETRY_ITF ((__force blist_flags_t)(1ULL << 32)) __force 69 include/scsi/scsi_devinfo.h #define BLIST_RETRY_ASC_C1 ((__force blist_flags_t)(1ULL << 33)) __force 74 include/scsi/scsi_devinfo.h (__force blist_flags_t) \ __force 75 include/scsi/scsi_devinfo.h ((__force __u64)__BLIST_LAST_USED - 1ULL))) __force 25 include/sound/memalloc.h #define snd_dma_continuous_data(x) ((struct device *)(__force unsigned long)(x)) __force 137 include/sound/pcm.h #define _SNDRV_PCM_FMTBIT(fmt) (1ULL << (__force int)SNDRV_PCM_FORMAT_##fmt) __force 1068 include/sound/pcm.h return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); __force 1075 include/sound/pcm.h return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); __force 1414 include/sound/pcm.h return 1ULL << (__force int) pcm_format; __force 79 include/sound/pcm_params.h snd_mask_set(mask, (__force unsigned int)format); __force 303 include/sound/pcm_params.h return (__force snd_pcm_access_t)snd_mask_min(hw_param_mask_c(p, __force 313 include/sound/pcm_params.h return (__force snd_pcm_format_t)snd_mask_min(hw_param_mask_c(p, __force 324 include/sound/pcm_params.h return (__force snd_pcm_subformat_t)snd_mask_min(hw_param_mask_c(p, __force 32 include/uapi/asm-generic/poll.h #define POLLFREE (__force __poll_t)0x4000 /* currently only for epoll */ __force 34 include/uapi/asm-generic/poll.h #define POLL_BUSY_LOOP (__force __poll_t)0x8000 __force 24 include/uapi/asm-generic/signal-defs.h #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ __force 25 include/uapi/asm-generic/signal-defs.h #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ __force 26 include/uapi/asm-generic/signal-defs.h #define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */ __force 15 include/uapi/linux/byteorder/big_endian.h #define __constant_htonl(x) ((__force __be32)(__u32)(x)) __force 16 include/uapi/linux/byteorder/big_endian.h #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) __force 17 include/uapi/linux/byteorder/big_endian.h #define __constant_htons(x) ((__force __be16)(__u16)(x)) __force 18 include/uapi/linux/byteorder/big_endian.h #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) __force 19 include/uapi/linux/byteorder/big_endian.h #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) __force 20 include/uapi/linux/byteorder/big_endian.h #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) __force 21 include/uapi/linux/byteorder/big_endian.h #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x))) __force 22 include/uapi/linux/byteorder/big_endian.h #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x)) __force 23 include/uapi/linux/byteorder/big_endian.h #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x))) __force 24 include/uapi/linux/byteorder/big_endian.h #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x)) __force 25 include/uapi/linux/byteorder/big_endian.h #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x)) __force 26 include/uapi/linux/byteorder/big_endian.h #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x)) __force 27 include/uapi/linux/byteorder/big_endian.h #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x)) __force 28 include/uapi/linux/byteorder/big_endian.h #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x)) __force 29 include/uapi/linux/byteorder/big_endian.h #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x)) __force 30 include/uapi/linux/byteorder/big_endian.h #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x)) __force 31 include/uapi/linux/byteorder/big_endian.h #define __cpu_to_le64(x) ((__force __le64)__swab64((x))) __force 32 include/uapi/linux/byteorder/big_endian.h #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) __force 33 include/uapi/linux/byteorder/big_endian.h #define __cpu_to_le32(x) ((__force __le32)__swab32((x))) __force 34 include/uapi/linux/byteorder/big_endian.h #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) __force 35 include/uapi/linux/byteorder/big_endian.h #define __cpu_to_le16(x) ((__force __le16)__swab16((x))) __force 36 include/uapi/linux/byteorder/big_endian.h #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x)) __force 37 include/uapi/linux/byteorder/big_endian.h #define __cpu_to_be64(x) ((__force __be64)(__u64)(x)) __force 38 include/uapi/linux/byteorder/big_endian.h #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) __force 39 include/uapi/linux/byteorder/big_endian.h #define __cpu_to_be32(x) ((__force __be32)(__u32)(x)) __force 40 include/uapi/linux/byteorder/big_endian.h #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) __force 41 include/uapi/linux/byteorder/big_endian.h #define __cpu_to_be16(x) ((__force __be16)(__u16)(x)) __force 42 include/uapi/linux/byteorder/big_endian.h #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) __force 46 include/uapi/linux/byteorder/big_endian.h return (__force __le64)__swab64p(p); __force 54 include/uapi/linux/byteorder/big_endian.h return (__force __le32)__swab32p(p); __force 62 include/uapi/linux/byteorder/big_endian.h return (__force __le16)__swab16p(p); __force 70 include/uapi/linux/byteorder/big_endian.h return (__force __be64)*p; __force 74 include/uapi/linux/byteorder/big_endian.h return (__force __u64)*p; __force 78 include/uapi/linux/byteorder/big_endian.h return (__force __be32)*p; __force 82 include/uapi/linux/byteorder/big_endian.h return (__force __u32)*p; __force 86 include/uapi/linux/byteorder/big_endian.h return (__force __be16)*p; __force 90 include/uapi/linux/byteorder/big_endian.h return (__force __u16)*p; __force 15 include/uapi/linux/byteorder/little_endian.h #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) __force 16 include/uapi/linux/byteorder/little_endian.h #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) __force 17 include/uapi/linux/byteorder/little_endian.h #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) __force 18 include/uapi/linux/byteorder/little_endian.h #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) __force 19 include/uapi/linux/byteorder/little_endian.h #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) __force 20 include/uapi/linux/byteorder/little_endian.h #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) __force 21 include/uapi/linux/byteorder/little_endian.h #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x)) __force 22 include/uapi/linux/byteorder/little_endian.h #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x)) __force 23 include/uapi/linux/byteorder/little_endian.h #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x)) __force 24 include/uapi/linux/byteorder/little_endian.h #define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x)) __force 25 include/uapi/linux/byteorder/little_endian.h #define __constant_cpu_to_be64(x) ((__force __be64)___constant_swab64((x))) __force 26 include/uapi/linux/byteorder/little_endian.h #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x)) __force 27 include/uapi/linux/byteorder/little_endian.h #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x))) __force 28 include/uapi/linux/byteorder/little_endian.h #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x)) __force 29 include/uapi/linux/byteorder/little_endian.h #define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x))) __force 30 include/uapi/linux/byteorder/little_endian.h #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x)) __force 31 include/uapi/linux/byteorder/little_endian.h #define __cpu_to_le64(x) ((__force __le64)(__u64)(x)) __force 32 include/uapi/linux/byteorder/little_endian.h #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) __force 33 include/uapi/linux/byteorder/little_endian.h #define __cpu_to_le32(x) ((__force __le32)(__u32)(x)) __force 34 include/uapi/linux/byteorder/little_endian.h #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) __force 35 include/uapi/linux/byteorder/little_endian.h #define __cpu_to_le16(x) ((__force __le16)(__u16)(x)) __force 36 include/uapi/linux/byteorder/little_endian.h #define __le16_to_cpu(x) ((__force __u16)(__le16)(x)) __force 37 include/uapi/linux/byteorder/little_endian.h #define __cpu_to_be64(x) ((__force __be64)__swab64((x))) __force 38 include/uapi/linux/byteorder/little_endian.h #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) __force 39 include/uapi/linux/byteorder/little_endian.h #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) __force 40 include/uapi/linux/byteorder/little_endian.h #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) __force 41 include/uapi/linux/byteorder/little_endian.h #define __cpu_to_be16(x) ((__force __be16)__swab16((x))) __force 42 include/uapi/linux/byteorder/little_endian.h #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) __force 46 include/uapi/linux/byteorder/little_endian.h return (__force __le64)*p; __force 50 include/uapi/linux/byteorder/little_endian.h return (__force __u64)*p; __force 54 include/uapi/linux/byteorder/little_endian.h return (__force __le32)*p; __force 58 include/uapi/linux/byteorder/little_endian.h return (__force __u32)*p; __force 62 include/uapi/linux/byteorder/little_endian.h return (__force __le16)*p; __force 66 include/uapi/linux/byteorder/little_endian.h return (__force __u16)*p; __force 70 include/uapi/linux/byteorder/little_endian.h return (__force __be64)__swab64p(p); __force 78 include/uapi/linux/byteorder/little_endian.h return (__force __be32)__swab32p(p); __force 86 include/uapi/linux/byteorder/little_endian.h return (__force __be16)__swab16p(p); __force 31 include/uapi/linux/eventpoll.h #define EPOLLIN (__force __poll_t)0x00000001 __force 32 include/uapi/linux/eventpoll.h #define EPOLLPRI (__force __poll_t)0x00000002 __force 33 include/uapi/linux/eventpoll.h #define EPOLLOUT (__force __poll_t)0x00000004 __force 34 include/uapi/linux/eventpoll.h #define EPOLLERR (__force __poll_t)0x00000008 __force 35 include/uapi/linux/eventpoll.h #define EPOLLHUP (__force __poll_t)0x00000010 __force 36 include/uapi/linux/eventpoll.h #define EPOLLNVAL (__force __poll_t)0x00000020 __force 37 include/uapi/linux/eventpoll.h #define EPOLLRDNORM (__force __poll_t)0x00000040 __force 38 include/uapi/linux/eventpoll.h #define EPOLLRDBAND (__force __poll_t)0x00000080 __force 39 include/uapi/linux/eventpoll.h #define EPOLLWRNORM (__force __poll_t)0x00000100 __force 40 include/uapi/linux/eventpoll.h #define EPOLLWRBAND (__force __poll_t)0x00000200 __force 41 include/uapi/linux/eventpoll.h #define EPOLLMSG (__force __poll_t)0x00000400 __force 42 include/uapi/linux/eventpoll.h #define EPOLLRDHUP (__force __poll_t)0x00002000 __force 45 include/uapi/linux/eventpoll.h #define EPOLLEXCLUSIVE ((__force __poll_t)(1U << 28)) __force 57 include/uapi/linux/eventpoll.h #define EPOLLWAKEUP ((__force __poll_t)(1U << 29)) __force 60 include/uapi/linux/eventpoll.h #define EPOLLONESHOT ((__force __poll_t)(1U << 30)) __force 63 include/uapi/linux/eventpoll.h #define EPOLLET ((__force __poll_t)(1U << 31)) __force 288 include/uapi/linux/fs.h #define RWF_HIPRI ((__force __kernel_rwf_t)0x00000001) __force 291 include/uapi/linux/fs.h #define RWF_DSYNC ((__force __kernel_rwf_t)0x00000002) __force 294 include/uapi/linux/fs.h #define RWF_SYNC ((__force __kernel_rwf_t)0x00000004) __force 297 include/uapi/linux/fs.h #define RWF_NOWAIT ((__force __kernel_rwf_t)0x00000008) __force 300 include/uapi/linux/fs.h #define RWF_APPEND ((__force __kernel_rwf_t)0x00000010) __force 149 include/uapi/linux/if_tunnel.h #define VTI_ISVTI ((__force __be16)0x0001) __force 342 include/uapi/sound/asequencer.h #define NO_CLIENT ((__force snd_seq_client_type_t) 0) __force 343 include/uapi/sound/asequencer.h #define USER_CLIENT ((__force snd_seq_client_type_t) 1) __force 344 include/uapi/sound/asequencer.h #define KERNEL_CLIENT ((__force snd_seq_client_type_t) 2) __force 185 include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */ __force 186 include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap */ __force 187 include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */ __force 188 include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */ __force 189 include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */ __force 193 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0) __force 194 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1) __force 195 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2) __force 196 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3) __force 197 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4) __force 198 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5) __force 199 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ __force 200 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ __force 201 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ __force 202 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ __force 203 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S32_LE ((__force snd_pcm_format_t) 10) __force 204 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S32_BE ((__force snd_pcm_format_t) 11) __force 205 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U32_LE ((__force snd_pcm_format_t) 12) __force 206 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U32_BE ((__force snd_pcm_format_t) 13) __force 207 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT_LE ((__force snd_pcm_format_t) 14) /* 4-byte float, IEEE-754 32-bit, range -1.0 to 1.0 */ __force 208 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT_BE ((__force snd_pcm_format_t) 15) /* 4-byte float, IEEE-754 32-bit, range -1.0 to 1.0 */ __force 209 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT64_LE ((__force snd_pcm_format_t) 16) /* 8-byte float, IEEE-754 64-bit, range -1.0 to 1.0 */ __force 210 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT64_BE ((__force snd_pcm_format_t) 17) /* 8-byte float, IEEE-754 64-bit, range -1.0 to 1.0 */ __force 211 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_LE ((__force snd_pcm_format_t) 18) /* IEC-958 subframe, Little Endian */ __force 212 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_BE ((__force snd_pcm_format_t) 19) /* IEC-958 subframe, Big Endian */ __force 213 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_MU_LAW ((__force snd_pcm_format_t) 20) __force 214 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_A_LAW ((__force snd_pcm_format_t) 21) __force 215 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_IMA_ADPCM ((__force snd_pcm_format_t) 22) __force 216 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_MPEG ((__force snd_pcm_format_t) 23) __force 217 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_GSM ((__force snd_pcm_format_t) 24) __force 218 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_LE ((__force snd_pcm_format_t) 25) /* in four bytes, LSB justified */ __force 219 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_BE ((__force snd_pcm_format_t) 26) /* in four bytes, LSB justified */ __force 220 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_LE ((__force snd_pcm_format_t) 27) /* in four bytes, LSB justified */ __force 221 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_BE ((__force snd_pcm_format_t) 28) /* in four bytes, LSB justified */ __force 223 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_SPECIAL ((__force snd_pcm_format_t) 31) __force 224 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ __force 225 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ __force 226 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ __force 227 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ __force 228 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ __force 229 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_3BE ((__force snd_pcm_format_t) 37) /* in three bytes */ __force 230 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_3LE ((__force snd_pcm_format_t) 38) /* in three bytes */ __force 231 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_3BE ((__force snd_pcm_format_t) 39) /* in three bytes */ __force 232 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S18_3LE ((__force snd_pcm_format_t) 40) /* in three bytes */ __force 233 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S18_3BE ((__force snd_pcm_format_t) 41) /* in three bytes */ __force 234 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U18_3LE ((__force snd_pcm_format_t) 42) /* in three bytes */ __force 235 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U18_3BE ((__force snd_pcm_format_t) 43) /* in three bytes */ __force 236 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_24 ((__force snd_pcm_format_t) 44) /* 8 samples in 3 bytes */ __force 237 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_24_1B ((__force snd_pcm_format_t) 45) /* 1 sample in 1 byte */ __force 238 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_40 ((__force snd_pcm_format_t) 46) /* 8 Samples in 5 bytes */ __force 239 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_40_1B ((__force snd_pcm_format_t) 47) /* 1 sample in 1 byte */ __force 240 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U8 ((__force snd_pcm_format_t) 48) /* DSD, 1-byte samples DSD (x8) */ __force 241 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */ __force 242 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */ __force 243 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */ __force 244 include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */ __force 276 include/uapi/sound/asound.h #define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0) __force 307 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */ __force 308 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */ __force 309 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */ __force 310 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */ __force 311 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */ __force 312 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */ __force 313 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ __force 314 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7) /* hardware is suspended */ __force 315 include/uapi/sound/asound.h #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ __force 840 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_NONE ((__force snd_ctl_elem_type_t) 0) /* invalid */ __force 841 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((__force snd_ctl_elem_type_t) 1) /* boolean type */ __force 842 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_INTEGER ((__force snd_ctl_elem_type_t) 2) /* integer type */ __force 843 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((__force snd_ctl_elem_type_t) 3) /* enumerated type */ __force 844 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_BYTES ((__force snd_ctl_elem_type_t) 4) /* byte array */ __force 845 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */ __force 846 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((__force snd_ctl_elem_type_t) 6) /* 64-bit integer type */ __force 850 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_CARD ((__force snd_ctl_elem_iface_t) 0) /* global control */ __force 851 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_HWDEP ((__force snd_ctl_elem_iface_t) 1) /* hardware dependent device */ __force 852 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_MIXER ((__force snd_ctl_elem_iface_t) 2) /* virtual mixer device */ __force 853 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_PCM ((__force snd_ctl_elem_iface_t) 3) /* PCM device */ __force 854 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_RAWMIDI ((__force snd_ctl_elem_iface_t) 4) /* RawMidi device */ __force 855 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_TIMER ((__force snd_ctl_elem_iface_t) 5) /* timer device */ __force 856 include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_SEQUENCER ((__force snd_ctl_elem_iface_t) 6) /* sequencer client */ __force 20 init/noinitramfs.c err = ksys_mkdir((const char __user __force *) "/dev", 0755); __force 24 init/noinitramfs.c err = ksys_mknod((const char __user __force *) "/dev/console", __force 30 init/noinitramfs.c err = ksys_mkdir((const char __user __force *) "/root", 0700); __force 327 kernel/bpf/core.c result = (__force __be32 *)digest; __force 1417 kernel/bpf/core.c DST = (__force u16) cpu_to_be16(DST); __force 1420 kernel/bpf/core.c DST = (__force u32) cpu_to_be32(DST); __force 1423 kernel/bpf/core.c DST = (__force u64) cpu_to_be64(DST); __force 1430 kernel/bpf/core.c DST = (__force u16) cpu_to_le16(DST); __force 1433 kernel/bpf/core.c DST = (__force u32) cpu_to_le32(DST); __force 1436 kernel/bpf/core.c DST = (__force u64) cpu_to_le64(DST); __force 710 kernel/cgroup/cgroup-v1.c cgrp = rcu_dereference(*(void __rcu __force **)&kn->priv); __force 5065 kernel/cgroup/cgroup.c RCU_INIT_POINTER(*(void __rcu __force **)&cgrp->kn->priv, __force 6220 kernel/cgroup/cgroup.c cgrp = rcu_dereference(*(void __rcu __force **)&kn->priv); __force 551 kernel/events/hw_breakpoint.c return (void __percpu __force *)ERR_PTR(-ENOMEM); __force 570 kernel/events/hw_breakpoint.c return (void __percpu __force *)ERR_PTR(err); __force 18 kernel/iomem.c return (__force void *)ioremap_cache(offset, size); __force 70 kernel/kthread.c current->set_child_tid = (__force void __user *)kthread; __force 76 kernel/kthread.c return (__force void *)k->set_child_tid; __force 1172 kernel/sched/psi.c t = rcu_dereference(*(void __rcu __force **)trigger_ptr); __force 1056 kernel/trace/trace_kprobe.c const void __user *uaddr = (__force const void __user *)addr; __force 1095 kernel/trace/trace_kprobe.c const void __user *uaddr = (__force const void __user *)addr; __force 1121 kernel/trace/trace_kprobe.c const void __user *uaddr = (__force const void __user *)src; __force 121 kernel/trace/trace_uprobe.c if (copy_from_user(&ret, (void __force __user *) addr, sizeof(ret))) __force 133 kernel/trace/trace_uprobe.c void __user *vaddr = (void __force __user *)src; __force 155 kernel/trace/trace_uprobe.c void __user *src = (void __force __user *) addr; __force 191 kernel/trace/trace_uprobe.c void __user *vaddr = (void __force __user *) addr; __force 382 lib/bitmap.c const char __user __force *ubuf = (const char __user __force *)buf; __force 468 lib/bitmap.c return __bitmap_parse((const char __force *)ubuf, __force 108 lib/checksum.c return (__force __sum16)~do_csum(iph, ihl*4); __force 127 lib/checksum.c unsigned int sum = (__force unsigned int)wsum; __force 134 lib/checksum.c return (__force __wsum)result; __force 144 lib/checksum.c return (__force __sum16)~do_csum(buff, len); __force 192 lib/checksum.c unsigned long long s = (__force u32)sum; __force 194 lib/checksum.c s += (__force u32)saddr; __force 195 lib/checksum.c s += (__force u32)daddr; __force 201 lib/checksum.c return (__force __wsum)from64to32(s); __force 37 lib/crc32.c # define tole(x) ((__force u32) cpu_to_le32(x)) __force 43 lib/crc32.c # define tobe(x) ((__force u32) cpu_to_be32(x)) __force 178 lib/crc32.c crc = (__force u32) __cpu_to_le32(crc); __force 180 lib/crc32.c crc = __le32_to_cpu((__force __le32)crc); __force 327 lib/crc32.c crc = (__force u32) __cpu_to_be32(crc); __force 329 lib/crc32.c crc = __be32_to_cpu((__force __be32)crc); __force 131 lib/devres.c (__force void *)addr)); __force 275 lib/devres.c devm_ioport_map_match, (__force void *)addr)); __force 52 lib/iomap.c unsigned long port = (unsigned long __force)addr; \ __force 626 lib/iov_iter.c n = copy_to_user_mcsafe((__force void *) to, from, n); __force 129 lib/radix-tree.c root->xa_flags |= (__force gfp_t)(1 << (tag + ROOT_TAG_SHIFT)); __force 134 lib/radix-tree.c root->xa_flags &= (__force gfp_t)~(1 << (tag + ROOT_TAG_SHIFT)); __force 139 lib/radix-tree.c root->xa_flags &= (__force gfp_t)((1 << ROOT_TAG_SHIFT) - 1); __force 144 lib/radix-tree.c return (__force int)root->xa_flags & (1 << (tag + ROOT_TAG_SHIFT)); __force 149 lib/radix-tree.c return (__force unsigned)root->xa_flags >> ROOT_TAG_SHIFT; __force 67 lib/siphash.c b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) & __force 100 lib/siphash.c b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) & __force 267 lib/siphash.c b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) & __force 300 lib/siphash.c b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) & __force 164 lib/vsprintf.c #define _(x) (__force u16) cpu_to_le16(((x % 10) | ((x / 10) << 8)) + 0x3030) __force 33 lib/xarray.c return (__force unsigned int)xa->xa_flags & 3; __force 80 lib/xarray.c return node->marks[(__force unsigned)mark]; __force 114 lib/xarray.c mark = (__force xa_mark_t)((__force unsigned)(mark) + 1); \ __force 138 lib/xarray.c } while (mark++ != (__force unsigned)XA_MARK_MAX); __force 1823 lib/xarray.c if ((__force unsigned int)filter < XA_MAX_MARKS) __force 1876 lib/xarray.c if ((__force unsigned int)filter < XA_MAX_MARKS) __force 1970 lib/xarray.c if ((__force unsigned int)filter < XA_MAX_MARKS) __force 229 mm/early_ioremap.c return (__force void *)__early_ioremap(phys_addr, size, prot); __force 238 mm/early_ioremap.c return (__force void *)__early_ioremap(phys_addr, size, prot); __force 247 mm/early_ioremap.c return (__force void *)__early_ioremap(phys_addr, size, __force 278 mm/early_ioremap.c return (__force void __iomem *)phys_addr; __force 302 mm/early_ioremap.c early_iounmap((__force void __iomem *)addr, size); __force 57 mm/maccess.c ret = probe_read_common(dst, (__force const void __user *)src, size); __force 110 mm/maccess.c ret = probe_write_common((__force void __user *)dst, src, size); __force 174 mm/maccess.c ret = __get_user(*dst++, (const char __user __force *)src++); __force 4187 mm/page_alloc.c BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_HIGH); __force 4195 mm/page_alloc.c alloc_flags |= (__force int) (gfp_mask & __GFP_HIGH); __force 112 mm/percpu.c (void __force *)((unsigned long)(ptr) + \ __force 119 mm/percpu.c #define __pcpu_ptr_to_addr(ptr) (void __force *)(ptr) __force 254 mm/slab.c #define CFLGS_OBJFREELIST_SLAB ((slab_flags_t __force)0x40000000U) __force 255 mm/slab.c #define CFLGS_OFF_SLAB ((slab_flags_t __force)0x80000000U) __force 196 mm/slub.c #define __OBJECT_POISON ((slab_flags_t __force)0x80000000U) __force 198 mm/slub.c #define __CMPXCHG_DOUBLE ((slab_flags_t __force)0x40000000U) __force 689 net/atm/clip.c err = clip_setentry(vcc, (__force __be32)arg); __force 299 net/batman-adv/distributed-arp-table.c key = (__force const unsigned char *)&vid; __force 49 net/bpfilter/bpfilter_kern.c req.addr = (long __force __user)optval; __force 345 net/bridge/br_multicast.c *(__force __be32 *)ip6h = htonl(0x60000000); __force 35 net/ceph/decode.c le16_to_cpu((__force __le16)addr->in_addr.ss_family); __force 64 net/ceph/decode.c be16_to_cpu((__force __be16)addr->in_addr.ss_family); __force 4712 net/core/filter.c (__force u32)params->ipv4_dst); __force 1434 net/core/flow_dissector.c return (__force __be32)ipv6_addr_hash( __force 1450 net/core/flow_dissector.c return (__force __be32)ipv6_addr_hash( __force 1464 net/core/flow_dissector.c addr_diff = (__force u32)keys->addrs.v4addrs.dst - __force 1465 net/core/flow_dissector.c (__force u32)keys->addrs.v4addrs.src; __force 1468 net/core/flow_dissector.c ((__force u16)keys->ports.dst < __force 1469 net/core/flow_dissector.c (__force u16)keys->ports.src))) { __force 1480 net/core/flow_dissector.c ((__force u16)keys->ports.dst < __force 1481 net/core/flow_dissector.c (__force u16)keys->ports.src))) { __force 1681 net/core/flow_dissector.c keys->tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); __force 200 net/core/gen_estimator.c est = xchg((__force struct net_rate_estimator **)rate_est, NULL); __force 2360 net/core/pktgen.c ((__force __be32)prandom_u32() & __force 2464 net/core/pktgen.c (((__force __be32)prandom_u32() | __force 216 net/core/scm.c = (__force struct cmsghdr __user *)msg->msg_control; __force 281 net/core/scm.c = (__force struct cmsghdr __user*)msg->msg_control; __force 301 net/core/scm.c for (i=0, cmfptr=(__force int __user *)CMSG_DATA(cm); i<fdmax; __force 124 net/core/secure_seq.c return siphash_2u32((__force u32)saddr, (__force u32)daddr, __force 139 net/core/secure_seq.c hash = siphash_3u32((__force u32)saddr, (__force u32)daddr, __force 140 net/core/secure_seq.c (__force u32)sport << 16 | (__force u32)dport, __force 149 net/core/secure_seq.c return siphash_3u32((__force u32)saddr, (__force u32)daddr, __force 150 net/core/secure_seq.c (__force u16)dport, &net_secret); __force 161 net/core/secure_seq.c seq = siphash_3u32((__force u32)saddr, (__force u32)daddr, __force 162 net/core/secure_seq.c (__force u32)sport << 16 | (__force u32)dport, __force 432 net/core/utils.c (__force __wsum)from), __force 433 net/core/utils.c (__force __wsum)to); __force 436 net/core/utils.c (__force __wsum)from), __force 437 net/core/utils.c (__force __wsum)to)); __force 290 net/decnet/dn_nsp_out.c return (__le16 __force *)ptr; __force 172 net/decnet/dn_route.c __u16 tmp = (__u16 __force)(src ^ dst); __force 12 net/ieee802154/6lowpan/6lowpan_i.h #define RX_CONTINUE ((__force lowpan_rx_result) 0u) __force 13 net/ieee802154/6lowpan/6lowpan_i.h #define RX_DROP_UNUSABLE ((__force lowpan_rx_result) 1u) __force 14 net/ieee802154/6lowpan/6lowpan_i.h #define RX_DROP ((__force lowpan_rx_result) 2u) __force 15 net/ieee802154/6lowpan/6lowpan_i.h #define RX_QUEUED ((__force lowpan_rx_result) 3u) __force 32 net/ieee802154/nl-mac.c return nla_put_u64_64bit(msg, type, swab64((__force u64)hwaddr), __force 1462 net/ipv4/af_inet.c ((__force u32)iph->saddr ^ (__force u32)iph2->saddr) | __force 1463 net/ipv4/af_inet.c ((__force u32)iph->daddr ^ (__force u32)iph2->daddr)) { __force 1964 net/ipv4/cipso_ipv4.c opt = xchg((__force struct ip_options_rcu **)&req_inet->ireq_opt, opt); __force 123 net/ipv4/devinet.c u32 val = (__force u32) addr ^ net_hash_mix(net); __force 537 net/ipv4/devinet.c prandom_seed((__force u32) ifa->ifa_local); __force 352 net/ipv4/fib_semantics.c fi->fib_scope, (__force u32)fi->fib_prefsrc, __force 376 net/ipv4/fib_semantics.c (__force u32)cfg->fc_prefsrc, __force 1202 net/ipv4/fib_semantics.c return ((__force u32)val ^ __force 1203 net/ipv4/fib_semantics.c ((__force u32)val >> 7) ^ __force 1204 net/ipv4/fib_semantics.c ((__force u32)val >> 14)) & mask; __force 2143 net/ipv4/fib_semantics.c (__force u32)nh->fib_nh_gw4); __force 95 net/ipv4/gre_offload.c *pcsum = ~csum_fold((__force __wsum)htonl(partial_adj)); __force 1369 net/ipv4/igmp.c return hash_32((__force u32)im->multiaddr, MC_HASH_SZ_LOG); __force 2707 net/ipv4/igmp.c u32 hash = hash_32((__force u32)mc_addr, MC_HASH_SZ_LOG); __force 815 net/ipv4/ip_sockglue.c ifindex = (__force int)ntohl((__force __be32)val); __force 1435 net/ipv4/ip_sockglue.c val = (__force int)htonl((__u32) inet->uc_index); __force 1495 net/ipv4/ip_sockglue.c msg.msg_control = (__force void *) optval; __force 55 net/ipv4/ip_tunnel.c return hash_32((__force u32)key ^ (__force u32)remote, __force 439 net/ipv4/ipmr.c ifr.ifr_ifru.ifru_data = (__force void __user *)&p; __force 487 net/ipv4/ipmr.c ifr.ifr_ifru.ifru_data = (__force void __user *)&p; __force 2994 net/ipv4/ipmr.c (__force u32) mfc->mfc_mcastgrp, __force 2995 net/ipv4/ipmr.c (__force u32) mfc->mfc_origin, __force 26 net/ipv4/netfilter/nft_dup_ipv4.c .s_addr = (__force __be32)regs->data[priv->sreg_addr], __force 481 net/ipv4/nexthop.c (__force u32)nh->fib_nh_gw4); __force 475 net/ipv4/route.c __ipv4_confirm_neigh(dev, *(__force u32 *)pkey); __force 515 net/ipv4/route.c hash = siphash_3u32((__force u32)iph->daddr, __force 516 net/ipv4/route.c (__force u32)iph->saddr, __force 625 net/ipv4/route.c hval = jhash_1word((__force u32) daddr, fnhe_hashrnd); __force 52 net/ipv4/syncookies.c return siphash_4u32((__force u32)saddr, (__force u32)daddr, __force 53 net/ipv4/syncookies.c (__force u32)sport << 16 | (__force u32)dport, __force 121 net/ipv4/tcp_offload.c newcheck = ~csum_fold((__force __wsum)((__force u32)th->check + __force 122 net/ipv4/tcp_offload.c (__force u32)delta)); __force 170 net/ipv4/tcp_offload.c th->check = ~csum_fold((__force __wsum)((__force u32)th->check + __force 171 net/ipv4/tcp_offload.c (__force u32)delta)); __force 239 net/ipv4/tcp_offload.c flush |= (__force int)(flags & TCP_FLAG_CWR); __force 240 net/ipv4/tcp_offload.c flush |= (__force int)((flags ^ tcp_flag_word(th2)) & __force 242 net/ipv4/tcp_offload.c flush |= (__force int)(th->ack_seq ^ th2->ack_seq); __force 275 net/ipv4/tcp_offload.c flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH | __force 3717 net/ipv4/tcp_output.c __tcp_transmit_skb(sk, buff, 0, (__force gfp_t)0, rcv_nxt); __force 3756 net/ipv4/tcp_output.c return tcp_transmit_skb(sk, skb, 0, (__force gfp_t)0); __force 2235 net/ipv4/udp.c err = (__force int)skb_checksum_init_zero_check(skb, proto, uh->check, __force 41 net/ipv4/udp_offload.c partial = (__force __wsum)uh->len; __force 43 net/ipv4/udp_offload.c partial = (__force __wsum)htonl(skb->len); __force 132 net/ipv4/udp_offload.c (__force __wsum)htonl(len))); __force 2850 net/ipv6/addrconf.c ifr.ifr_ifru.ifru_data = (__force void __user *)&p; __force 3264 net/ipv6/addrconf.c temp.s6_addr32[2] = (__force __be32)digest[0]; __force 3265 net/ipv6/addrconf.c temp.s6_addr32[3] = (__force __be32)digest[1]; __force 3951 net/ipv6/addrconf.c prandom_seed((__force u32) ifp->addr.s6_addr32[3]); __force 493 net/ipv6/af_inet6.c opt = xchg((__force struct ipv6_txoptions **)&np->opt, NULL); __force 43 net/ipv6/ila/ila_common.c __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; __force 48 net/ipv6/ila/ila_common.c fval = (__force __wsum)(ila_csum_neutral_set(iaddr->ident) ? __force 66 net/ipv6/ila/ila_common.c __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; __force 236 net/ipv6/ila/ila_lwt.c p->locator.v64 = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]); __force 268 net/ipv6/ila/ila_lwt.c if (nla_put_u64_64bit(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator.v64, __force 272 net/ipv6/ila/ila_lwt.c if (nla_put_u8(skb, ILA_ATTR_CSUM_MODE, (__force u8)p->csum_mode)) __force 275 net/ipv6/ila/ila_lwt.c if (nla_put_u8(skb, ILA_ATTR_IDENT_TYPE, (__force u8)p->ident_type)) __force 102 net/ipv6/ila/ila_xlat.c xp->ip.locator.v64 = (__force __be64)nla_get_u64( __force 106 net/ipv6/ila/ila_xlat.c xp->ip.locator_match.v64 = (__force __be64)nla_get_u64( __force 427 net/ipv6/ila/ila_xlat.c (__force u64)ila->xp.ip.locator.v64, __force 430 net/ipv6/ila/ila_xlat.c (__force u64)ila->xp.ip.locator_match.v64, __force 36 net/ipv6/inet6_hashtables.c lhash = (__force u32)laddr->s6_addr32[3]; __force 16 net/ipv6/ip6_checksum.c __u32 sum = (__force u32)csum; __force 18 net/ipv6/ip6_checksum.c sum += (__force u32)saddr->s6_addr32[0]; __force 19 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)saddr->s6_addr32[0]); __force 22 net/ipv6/ip6_checksum.c sum += (__force u32)saddr->s6_addr32[1]; __force 23 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)saddr->s6_addr32[1]); __force 26 net/ipv6/ip6_checksum.c sum += (__force u32)saddr->s6_addr32[2]; __force 27 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)saddr->s6_addr32[2]); __force 30 net/ipv6/ip6_checksum.c sum += (__force u32)saddr->s6_addr32[3]; __force 31 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)saddr->s6_addr32[3]); __force 34 net/ipv6/ip6_checksum.c sum += (__force u32)daddr->s6_addr32[0]; __force 35 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)daddr->s6_addr32[0]); __force 38 net/ipv6/ip6_checksum.c sum += (__force u32)daddr->s6_addr32[1]; __force 39 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)daddr->s6_addr32[1]); __force 42 net/ipv6/ip6_checksum.c sum += (__force u32)daddr->s6_addr32[2]; __force 43 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)daddr->s6_addr32[2]); __force 46 net/ipv6/ip6_checksum.c sum += (__force u32)daddr->s6_addr32[3]; __force 47 net/ipv6/ip6_checksum.c carry = (sum < (__force u32)daddr->s6_addr32[3]); __force 50 net/ipv6/ip6_checksum.c ulen = (__force u32)htonl((__u32) len); __force 55 net/ipv6/ip6_checksum.c uproto = (__force u32)htonl(proto); __force 60 net/ipv6/ip6_checksum.c return csum_fold((__force __wsum)sum); __force 91 net/ipv6/ip6_checksum.c err = (__force int)skb_checksum_init_zero_check(skb, proto, uh->check, __force 142 net/ipv6/ip6_fib.c return (__force __be32)(1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)) & __force 927 net/ipv6/ip6_fib.c from = xchg((__force struct fib6_info **)&pcpu_rt->from, NULL); __force 100 net/ipv6/ip6_gre.c #define HASH_KEY(key) (((__force u32)key^((__force u32)key>>4))&(IP6_GRE_HASH_SIZE - 1)) __force 112 net/ipv6/ipv6_sockglue.c opt = xchg((__force struct ipv6_txoptions **)&inet6_sk(sk)->opt, __force 240 net/ipv6/ipv6_sockglue.c opt = xchg((__force struct ipv6_txoptions **)&np->opt, __force 589 net/ipv6/ipv6_sockglue.c ifindex = (__force int)ntohl((__force __be32)val); __force 1291 net/ipv6/ipv6_sockglue.c val = (__force int)htonl((__u32) np->ucast_oif); __force 63 net/ipv6/netfilter/ip6t_NPT.c if ((__force __sum16)addr->s6_addr16[idx] != __force 71 net/ipv6/netfilter/ip6t_NPT.c sum = ~csum_fold(csum_add(csum_unfold((__force __sum16)addr->s6_addr16[idx]), __force 75 net/ipv6/netfilter/ip6t_NPT.c *(__force __sum16 *)&addr->s6_addr16[idx] = sum; __force 31 net/ipv6/netfilter/nf_dup_ipv6.c fl6.flowlabel = (__force __be32)(((iph->flow_lbl[0] & 0xF) << 16) | __force 382 net/ipv6/route.c from = xchg((__force struct fib6_info **)&rt->from, NULL); __force 1442 net/ipv6/route.c from = xchg((__force struct fib6_info **)&pcpu_rt->from, NULL); __force 1471 net/ipv6/route.c from = xchg((__force struct fib6_info **)&rt6_ex->rt6i->from, NULL); __force 2366 net/ipv6/route.c hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); __force 2433 net/ipv6/route.c hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); __force 100 net/ipv6/seg6_iptunnel.c flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK; __force 62 net/ipv6/sit.c #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) __force 203 net/ipv6/sit.c if ((__force u16)t->parms.i_flags & SIT_ISATAP) __force 73 net/ipv6/udp.c lhash = (__force u32)laddr->s6_addr32[3]; __force 161 net/mac80211/ieee80211_i.h #define TX_CONTINUE ((__force ieee80211_tx_result) 0u) __force 162 net/mac80211/ieee80211_i.h #define TX_DROP ((__force ieee80211_tx_result) 1u) __force 163 net/mac80211/ieee80211_i.h #define TX_QUEUED ((__force ieee80211_tx_result) 2u) __force 183 net/mac80211/ieee80211_i.h #define RX_CONTINUE ((__force ieee80211_rx_result) 0u) __force 184 net/mac80211/ieee80211_i.h #define RX_DROP_UNUSABLE ((__force ieee80211_rx_result) 1u) __force 185 net/mac80211/ieee80211_i.h #define RX_DROP_MONITOR ((__force ieee80211_rx_result) 2u) __force 186 net/mac80211/ieee80211_i.h #define RX_QUEUED ((__force ieee80211_rx_result) 3u) __force 296 net/mac802154/llsec.c return ((__force u16)short_addr) << 16 | (__force u16)pan_id; __force 301 net/mac802154/llsec.c return (__force u64)hwaddr; __force 599 net/mac802154/llsec.c __be64 addr_bytes = (__force __be64) swab64((__force u64) addr); __force 600 net/mac802154/llsec.c __be32 frame_counter = (__force __be32) swab32((__force u32) sec->frame_counter); __force 125 net/mac802154/rx.c u64 hw = swab64((__force u64)addr->extended_addr); __force 180 net/mac802154/rx.c key = swab64((__force u64)hdr->sec.extended_src); __force 74 net/netfilter/ipset/ip_set_getport.c *port = (__force __be16)htons((ic->type << 8) | ic->code); __force 85 net/netfilter/ipset/ip_set_getport.c *port = (__force __be16) __force 158 net/netfilter/ipset/pfxlen.c {.ip6 = { (__force __be32)a, (__force __be32)b, \ __force 159 net/netfilter/ipset/pfxlen.c (__force __be32)c, (__force __be32)d, \ __force 114 net/netfilter/ipvs/ip_vs_conn.c (__force u32)port, proto, ip_vs_conn_rnd) ^ __force 117 net/netfilter/ipvs/ip_vs_conn.c return (jhash_3words((__force u32)addr->ip, (__force u32)port, proto, __force 293 net/netfilter/ipvs/ip_vs_core.c (__force __u32) svc->netmask); __force 1180 net/netfilter/ipvs/ip_vs_core.c (__force __u32)svc->netmask); __force 1303 net/netfilter/ipvs/ip_vs_ctl.c __u32 plen = (__force __u32) u->netmask; __force 1439 net/netfilter/ipvs/ip_vs_ctl.c __u32 plen = (__force __u32) u->netmask; __force 484 net/netfilter/ipvs/ip_vs_proto_sctp.c return (((__force u16)port >> SCTP_APP_TAB_BITS) ^ (__force u16)port) __force 609 net/netfilter/ipvs/ip_vs_proto_tcp.c return (((__force u16)port >> TCP_APP_TAB_BITS) ^ (__force u16)port) __force 356 net/netfilter/ipvs/ip_vs_proto_udp.c return (((__force u16)port >> UDP_APP_TAB_BITS) ^ (__force u16)port) __force 199 net/netfilter/nf_conntrack_core.c (((__force __u16)tuple->dst.u.all << 16) | __force 89 net/netfilter/nf_conntrack_expect.c (__force __u16)tuple->dst.u.all) ^ seed); __force 51 net/netfilter/nf_conntrack_helper.c (__force __u16)tuple->src.u.all) % nf_ct_helper_hsize; __force 489 net/netfilter/nf_conntrack_netlink.c __be32 id = (__force __be32)nf_ct_get_id(ct); __force 1300 net/netfilter/nf_conntrack_netlink.c if (id != (__force __be32)nf_ct_get_id(ct)) { __force 2721 net/netfilter/nf_conntrack_netlink.c return (__force __be32)siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &exp_id_seed); __force 2723 net/netfilter/nf_conntrack_netlink.c return (__force __be32)siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &exp_id_seed); __force 369 net/netfilter/nf_nat_core.c 0 : (__force u32)tuple->dst.u3.all[max] ^ zone->id); __force 377 net/netfilter/nf_nat_core.c minip = ntohl((__force __be32)range->min_addr.all[i]); __force 378 net/netfilter/nf_nat_core.c maxip = ntohl((__force __be32)range->max_addr.all[i]); __force 385 net/netfilter/nf_nat_core.c var_ipp->all[i] = (__force __u32) __force 391 net/netfilter/nf_nat_core.c j ^= (__force u32)tuple->dst.u3.all[i]; __force 110 net/netfilter/nfnetlink_osf.c mss = ntohs((__force __be16)mss); __force 52 net/netfilter/nft_byteorder.c src64 = (__force __u64) __force 64 net/netfilter/nft_byteorder.c d[i].u32 = ntohl((__force __be32)s[i].u32); __force 68 net/netfilter/nft_byteorder.c d[i].u32 = (__force __u32)htonl(s[i].u32); __force 76 net/netfilter/nft_byteorder.c d[i].u16 = ntohs((__force __be16)s[i].u16); __force 80 net/netfilter/nft_byteorder.c d[i].u16 = (__force __u16)htons(s[i].u16); __force 155 net/netfilter/nft_compat.c entry->ebt.ethproto = (__force __be16)proto; __force 399 net/netfilter/nft_compat.c entry->ebt.ethproto = (__force __be16)proto; __force 199 net/netfilter/nft_ct.c nft_reg_store16(dest, (__force u16)tuple->src.u.all); __force 202 net/netfilter/nft_ct.c nft_reg_store16(dest, (__force u16)tuple->dst.u.all); __force 112 net/netfilter/nft_masq.c range.min_proto.all = (__force __be16)nft_reg_load16( __force 114 net/netfilter/nft_masq.c range.max_proto.all = (__force __be16)nft_reg_load16( __force 158 net/netfilter/nft_masq.c range.min_proto.all = (__force __be16)nft_reg_load16( __force 160 net/netfilter/nft_masq.c range.max_proto.all = (__force __be16)nft_reg_load16( __force 74 net/netfilter/nft_meta.c nft_reg_store16(dest, (__force u16)skb->protocol); __force 45 net/netfilter/nft_nat.c range.min_addr.ip = (__force __be32) __force 47 net/netfilter/nft_nat.c range.max_addr.ip = (__force __be32) __force 62 net/netfilter/nft_nat.c range.min_proto.all = (__force __be16)nft_reg_load16( __force 64 net/netfilter/nft_nat.c range.max_proto.all = (__force __be16)nft_reg_load16( __force 410 net/netfilter/nft_payload.c return (__force bool)uh->check; __force 114 net/netfilter/nft_redir.c mr.range[0].min.all = (__force __be16)nft_reg_load16( __force 116 net/netfilter/nft_redir.c mr.range[0].max.all = (__force __be16)nft_reg_load16( __force 162 net/netfilter/nft_redir.c range.min_proto.all = (__force __be16)nft_reg_load16( __force 164 net/netfilter/nft_redir.c range.max_proto.all = (__force __be16)nft_reg_load16( __force 76 net/netfilter/nft_rt.c *dest = (__force u32)rt_nexthop((const struct rtable *)dst, __force 1847 net/netfilter/x_tables.c counter->pcnt = (__force unsigned long)(state->mem + state->off); __force 38 net/netfilter/xt_DSCP.c (__force __u8)(~XT_DSCP_MASK), __force 56 net/netfilter/xt_DSCP.c (__force __u8)(~XT_DSCP_MASK), __force 18 net/netfilter/xt_cluster.c return (__force u32)ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3.ip; __force 23 net/netfilter/xt_cluster.c return (__force u32 *)ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3.ip6; __force 113 net/netfilter/xt_recent.c return jhash_1word((__force u32)addr->ip, hash_rnd) & __force 1345 net/openvswitch/datapath.c reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts, __force 108 net/openvswitch/flow_table.c ovs_nla_free_flow_actions((struct sw_flow_actions __force *)flow->sf_acts); __force 113 net/openvswitch/flow_table.c (struct sw_flow_stats __force *)flow->stats[cpu]); __force 3237 net/packet/af_packet.c __be16 proto = (__force __be16)protocol; /* weird, but documented */ __force 65 net/rds/connection.c lhash = (__force u32)laddr->s6_addr32[3]; __force 69 net/rds/connection.c fhash = (__force u32)faddr->s6_addr32[3]; __force 317 net/rds/tcp_listen.c sin6->sin6_port = (__force u16)htons(RDS_TCP_PORT); __force 325 net/rds/tcp_listen.c sin->sin_port = (__force u16)htons(RDS_TCP_PORT); __force 50 net/rxrpc/local_object.c return ((u16 __force)local->srx.transport.sin.sin_port - __force 51 net/rxrpc/local_object.c (u16 __force)srx->transport.sin.sin_port) ?: __force 60 net/rxrpc/local_object.c return ((u16 __force)local->srx.transport.sin6.sin6_port - __force 61 net/rxrpc/local_object.c (u16 __force)srx->transport.sin6.sin6_port) ?: __force 44 net/rxrpc/peer_object.c hash_key += (u16 __force)srx->transport.sin.sin_port; __force 50 net/rxrpc/peer_object.c hash_key += (u16 __force)srx->transport.sin.sin_port; __force 93 net/rxrpc/peer_object.c return ((u16 __force)peer->srx.transport.sin.sin_port - __force 94 net/rxrpc/peer_object.c (u16 __force)srx->transport.sin.sin_port) ?: __force 100 net/rxrpc/peer_object.c return ((u16 __force)peer->srx.transport.sin6.sin6_port - __force 101 net/rxrpc/peer_object.c (u16 __force)srx->transport.sin6.sin6_port) ?: __force 46 net/sched/act_api.c old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); __force 54 net/sched/cls_api.c (__force __u32)tp->protocol, 0); __force 83 net/sched/cls_flow.c return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); __force 107 net/sched/cls_flow.c return addr_fold(skb_dst(skb)) ^ (__force u16) tc_skb_protocol(skb); __force 101 net/sched/cls_rsvp.h unsigned int h = (__force __u32)dst[RSVP_DST_LEN - 1]; __force 110 net/sched/cls_rsvp.h unsigned int h = (__force __u32)src[RSVP_DST_LEN-1]; __force 482 net/sched/em_meta.c dst->value = (__force int) sk->sk_allocation; __force 820 net/sctp/input.c addr = (__force __u32)paddr->v4.sin_addr.s_addr; __force 822 net/sctp/input.c return jhash_3words(addr, ((__force __u32)paddr->v4.sin_port) << 16 | __force 823 net/sctp/input.c (__force __u32)lport, net_hash_mix(net), seed); __force 790 net/sctp/ipv6.c return *((__u32 *)(ipv6_hdr(skb))) & (__force __u32)htonl(1 << 20); __force 52 net/sctp/stream.c sctp_chunk_fail(ch, (__force __u32)SCTP_ERROR_INV_STRM); __force 2075 net/socket.c optval = (char __user __force *)kernel_optval; __force 2194 net/socket.c kmsg->msg_control = (void __force *)msg.msg_control; __force 2275 net/socket.c (void __user __force *)msg_sys->msg_control, __force 3402 net/socket.c r4.rt_dev = (char __user __force *)devname; __force 3703 net/socket.c uoptval = (char __user __force *) optval; __force 3704 net/socket.c uoptlen = (int __user __force *) optlen; __force 3735 net/socket.c uoptval = (char __user __force *) optval; __force 33 net/sunrpc/auth.c [RPC_AUTH_NULL] = (const struct rpc_authops __force __rcu *)&authnull_ops, __force 34 net/sunrpc/auth.c [RPC_AUTH_UNIX] = (const struct rpc_authops __force __rcu *)&authunix_ops, __force 116 net/sunrpc/auth.c old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], NULL, ops); __force 132 net/sunrpc/auth.c old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], ops, NULL); __force 91 net/sunrpc/auth_gss/gss_krb5_seal.c *ptr++ = (__force u16)cpu_to_le16(ctx->gk5e->signalg); __force 32 net/sunrpc/svcauth.c [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null, __force 33 net/sunrpc/svcauth.c [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix, __force 115 net/sunrpc/svcauth.c old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NULL, aops); __force 898 net/sunrpc/xprt.c if ((__force u32)xid1 < (__force u32)xid2) __force 1703 net/sunrpc/xprt.c xid = (__force __be32)xprt->xid++; __force 174 net/unix/af_unix.c unsigned int hash = (__force unsigned int)csum_fold(n); __force 103 net/wireless/reg.c (void __force __rcu *)&core_request_world; __force 16 net/xfrm/xfrm_hash.h return jhash2((__force u32 *)addr->a6, 4, 0); __force 22 net/xfrm/xfrm_hash.h u32 sum = (__force u32)daddr->a4 + (__force u32)saddr->a4; __force 23 net/xfrm/xfrm_hash.h return ntohl((__force __be32)sum); __force 69 net/xfrm/xfrm_hash.h initval = (__force u32)(addr->a6[pdw] & mask); __force 72 net/xfrm/xfrm_hash.h return jhash2((__force u32 *)addr->a6, pdw, initval); __force 122 net/xfrm/xfrm_hash.h unsigned int h = (__force u32)spi ^ proto; __force 36 samples/bpf/xdp_fwd_kern.c u32 check = (__force u32)iph->check; __force 38 samples/bpf/xdp_fwd_kern.c check += (__force u32)htons(0x0100); __force 39 samples/bpf/xdp_fwd_kern.c iph->check = (__force __sum16)(check + (check >= 0xFFFF)); __force 51 samples/hw_breakpoint/data_breakpoint.c if (IS_ERR((void __force *)sample_hbp)) { __force 52 samples/hw_breakpoint/data_breakpoint.c ret = PTR_ERR((void __force *)sample_hbp); __force 132 sound/core/memalloc.c (__force gfp_t)(unsigned long)device); __force 26 sound/core/memory.c return copy_to_user(dst, (const void __force*)src, count) ? -EFAULT : 0; __force 58 sound/core/memory.c return copy_from_user((void __force *)dst, src, count) ? -EFAULT : 0; __force 143 sound/core/oss/linear.c data->flip = (__force u32)cpu_to_le32(0x80000000); __force 145 sound/core/oss/linear.c data->flip = (__force u32)cpu_to_be32(0x80000000); __force 863 sound/core/oss/pcm_oss.c snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_MMAP_INTERLEAVED); __force 865 sound/core/oss/pcm_oss.c snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_RW_INTERLEAVED); __force 867 sound/core/oss/pcm_oss.c snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_RW_NONINTERLEAVED); __force 886 sound/core/oss/pcm_oss.c if ((__force int)sformat < 0 || __force 887 sound/core/oss/pcm_oss.c !snd_mask_test(sformat_mask, (__force int)sformat)) { __force 888 sound/core/oss/pcm_oss.c for (sformat = (__force snd_pcm_format_t)0; __force 889 sound/core/oss/pcm_oss.c (__force int)sformat <= (__force int)SNDRV_PCM_FORMAT_LAST; __force 890 sound/core/oss/pcm_oss.c sformat = (__force snd_pcm_format_t)((__force int)sformat + 1)) { __force 891 sound/core/oss/pcm_oss.c if (snd_mask_test(sformat_mask, (__force int)sformat) && __force 895 sound/core/oss/pcm_oss.c if ((__force int)sformat > (__force int)SNDRV_PCM_FORMAT_LAST) { __force 901 sound/core/oss/pcm_oss.c err = _snd_pcm_hw_param_set(sparams, SNDRV_PCM_HW_PARAM_FORMAT, (__force int)sformat, 0); __force 910 sound/core/oss/pcm_oss.c (__force int)SNDRV_PCM_ACCESS_RW_INTERLEAVED, 0); __force 912 sound/core/oss/pcm_oss.c (__force int)snd_pcm_oss_format_from(runtime->oss.format), 0); __force 1344 sound/core/oss/pcm_oss.c if (copy_from_user(runtime->oss.buffer, (const char __force __user *)buf, bytes)) __force 1419 sound/core/oss/pcm_oss.c (const char __force *)buf, __force 1450 sound/core/oss/pcm_oss.c char __user *final_dst = (char __force __user *)buf; __force 1517 sound/core/oss/pcm_oss.c tmp = snd_pcm_oss_read2(substream, (char __force *)buf, __force 1840 sound/core/oss/pcm_oss.c int f = snd_pcm_oss_format_to((__force snd_pcm_format_t)fmt); __force 310 sound/core/oss/pcm_plugin.c snd_mask_set(&formats, (__force int)SNDRV_PCM_FORMAT_MU_LAW); __force 316 sound/core/oss/pcm_plugin.c return snd_mask_test(&formats, (__force int)format); __force 345 sound/core/oss/pcm_plugin.c if (snd_mask_test(format_mask, (__force int)format)) __force 348 sound/core/oss/pcm_plugin.c return (__force snd_pcm_format_t)-EINVAL; __force 354 sound/core/oss/pcm_plugin.c snd_pcm_format_t best_format = (__force snd_pcm_format_t)-1; __force 358 sound/core/oss/pcm_plugin.c if (!snd_mask_test(format_mask, (__force int)f)) __force 372 sound/core/oss/pcm_plugin.c if ((__force int)best_format >= 0) __force 375 sound/core/oss/pcm_plugin.c return (__force snd_pcm_format_t)-EINVAL; __force 381 sound/core/oss/pcm_plugin.c if (snd_mask_test(format_mask, (__force int)format1)) __force 386 sound/core/oss/pcm_plugin.c return (__force snd_pcm_format_t)-EINVAL; __force 222 sound/core/pcm.c if ((__force unsigned int)format >= ARRAY_SIZE(snd_pcm_format_names)) __force 224 sound/core/pcm.c return snd_pcm_format_names[(__force unsigned int)format]; __force 280 sound/core/pcm.c return snd_pcm_access_names[(__force int)access]; __force 285 sound/core/pcm.c return snd_pcm_subformat_names[(__force int)subformat]; __force 295 sound/core/pcm.c return snd_pcm_state_names[(__force int)state]; __force 43 sound/core/pcm_misc.c #define INT __force int __force 453 sound/core/seq/seq_clientmgr.c (char __force *)buf, 0, __force 1080 sound/core/seq/seq_clientmgr.c event.data.ext.ptr = (char __force *)buf __force 1086 sound/core/seq/seq_clientmgr.c void *ptr = (void __force *)compat_ptr(event.data.raw32.d[1]); __force 77 sound/core/seq/seq_memory.c char __user *curptr = (char __force __user *)event->data.ext.ptr; __force 147 sound/core/seq/seq_memory.c if (copy_from_user(buf, (void __force __user *)event->data.ext.ptr, len)) __force 338 sound/core/seq/seq_memory.c if (copy_from_user(&tmp->event, (char __force __user *)buf, size)) { __force 536 sound/firewire/isight.c (__force __be32)!value->value.integer.value[0]); __force 475 sound/isa/msnd/msnd.c runtime->dma_area = (__force void *)chip->mappedbase; __force 579 sound/isa/msnd/msnd.c runtime->dma_area = (__force void *)chip->mappedbase + 0x3000; __force 725 sound/isa/sb/sb16_csp.c if (((1U << (__force int)pcm_sfmt) & p->acc_format) && (play_rec_mode & p->mode)) { __force 301 sound/pci/asihpi/asihpi.c #define INVALID_FORMAT (__force snd_pcm_format_t)(-1) __force 466 sound/pci/emu10k1/emufx.c code = (u_int32_t __force *)icode->code + (*ptr) * 2; __force 483 sound/pci/emu10k1/emufx.c code = (u_int32_t __force *)icode->code + (*ptr) * 2; __force 516 sound/pci/emu10k1/emufx.c val = *(__force u32 *)&icode->gpr_map[gpr]; __force 550 sound/pci/emu10k1/emufx.c val = *(__force u32 *)&icode->tram_data_map[tram]; __force 551 sound/pci/emu10k1/emufx.c addr = *(__force u32 *)&icode->tram_addr_map[tram]; __force 601 sound/pci/emu10k1/emufx.c lo = *(__force u32 *)&icode->code[pc + 0]; __force 602 sound/pci/emu10k1/emufx.c hi = *(__force u32 *)&icode->code[pc + 1]; __force 656 sound/pci/emu10k1/emufx.c memcpy(data, (__force void *)_tlv, sizeof(data)); __force 666 sound/pci/emu10k1/emufx.c memcpy(tlv + 2, (__force void *)(_tlv + 2), data[1]); __force 683 sound/pci/emu10k1/emufx.c memcpy(gctl, (__force void *)&_gctl[idx], sizeof(*gctl)); __force 691 sound/pci/emu10k1/emufx.c memcpy(gctl, (__force void *)&octl[idx], sizeof(*octl)); __force 725 sound/pci/emu10k1/emufx.c id = *(__force struct snd_ctl_elem_id *)_id; __force 823 sound/pci/emu10k1/emufx.c knew.tlv.p = copy_tlv((__force const unsigned int __user *)gctl->tlv, in_kernel); __force 887 sound/pci/emu10k1/emufx.c id = *(__force struct snd_ctl_elem_id *)_id; __force 1214 sound/pci/emu10k1/emufx.c gpr_map = (u32 __force *)icode->gpr_map; __force 1767 sound/pci/emu10k1/emufx.c kfree((void __force *)icode->gpr_map); __force 1855 sound/pci/emu10k1/emufx.c gpr_map = (u32 __force *)icode->gpr_map; __force 2396 sound/pci/emu10k1/emufx.c kfree((void __force *)icode->gpr_map); __force 3340 sound/pci/hda/hda_codec.c if (knew->iface == (__force snd_ctl_elem_iface_t)-1) __force 1315 sound/pci/korg1212/korg1212.c memcpy((__force void *)dst, src, size); __force 1354 sound/pci/korg1212/korg1212.c memcpy(dst, (__force void *)src, size); __force 16 sound/pci/mixart/mixart_hwdep.h #define readl_be(x) be32_to_cpu((__force __be32)__raw_readl(x)) __force 20 sound/pci/mixart/mixart_hwdep.h #define writel_be(data,addr) __raw_writel((__force u32)cpu_to_be32(data),addr) __force 24 sound/pci/mixart/mixart_hwdep.h #define readl_le(x) le32_to_cpu((__force __le32)__raw_readl(x)) __force 28 sound/pci/mixart/mixart_hwdep.h #define writel_le(data,addr) __raw_writel((__force u32)cpu_to_le32(data),addr) __force 847 sound/pci/nm256/nm256.c runtime->dma_area = (void __force *) s->bufptr; __force 670 sound/pci/rme32.c runtime->dma_area = (void __force *)(rme32->iobase + __force 725 sound/pci/rme32.c runtime->dma_area = (void __force *)rme32->iobase + __force 986 sound/pci/rme96.c runtime->dma_area = (void __force *)(rme96->iobase + __force 1048 sound/pci/rme96.c runtime->dma_area = (void __force *)(rme96->iobase + __force 448 sound/soc/qcom/lpass-cpu.c if (IS_ERR((void const __force *)drvdata->lpaif)) { __force 450 sound/soc/qcom/lpass-cpu.c PTR_ERR((void const __force *)drvdata->lpaif)); __force 451 sound/soc/qcom/lpass-cpu.c return PTR_ERR((void const __force *)drvdata->lpaif); __force 365 sound/soc/samsung/idma.c buf->area = (unsigned char * __force)ioremap(buf->addr, buf->bytes); __force 356 sound/soc/soc-generic-dmaengine-pcm.c ret = process(substream, channel, hwoff, (__force void *)buf, bytes); __force 61 tools/include/linux/compiler.h #ifndef __force __force 40 tools/include/linux/err.h static inline long __must_check PTR_ERR(__force const void *ptr) __force 45 tools/include/linux/err.h static inline bool __must_check IS_ERR(__force const void *ptr) __force 50 tools/include/linux/err.h static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) __force 55 tools/include/linux/err.h static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr) __force 70 tools/include/linux/err.h static inline void * __must_check ERR_CAST(__force const void *ptr) __force 288 tools/include/uapi/linux/fs.h #define RWF_HIPRI ((__force __kernel_rwf_t)0x00000001) __force 291 tools/include/uapi/linux/fs.h #define RWF_DSYNC ((__force __kernel_rwf_t)0x00000002) __force 294 tools/include/uapi/linux/fs.h #define RWF_SYNC ((__force __kernel_rwf_t)0x00000004) __force 297 tools/include/uapi/linux/fs.h #define RWF_NOWAIT ((__force __kernel_rwf_t)0x00000008) __force 300 tools/include/uapi/linux/fs.h #define RWF_APPEND ((__force __kernel_rwf_t)0x00000010) __force 185 tools/include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */ __force 186 tools/include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap */ __force 187 tools/include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */ __force 188 tools/include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */ __force 189 tools/include/uapi/sound/asound.h #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */ __force 193 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0) __force 194 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1) __force 195 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2) __force 196 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3) __force 197 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4) __force 198 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5) __force 199 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */ __force 200 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */ __force 201 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */ __force 202 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */ __force 203 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S32_LE ((__force snd_pcm_format_t) 10) __force 204 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S32_BE ((__force snd_pcm_format_t) 11) __force 205 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U32_LE ((__force snd_pcm_format_t) 12) __force 206 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U32_BE ((__force snd_pcm_format_t) 13) __force 207 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT_LE ((__force snd_pcm_format_t) 14) /* 4-byte float, IEEE-754 32-bit, range -1.0 to 1.0 */ __force 208 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT_BE ((__force snd_pcm_format_t) 15) /* 4-byte float, IEEE-754 32-bit, range -1.0 to 1.0 */ __force 209 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT64_LE ((__force snd_pcm_format_t) 16) /* 8-byte float, IEEE-754 64-bit, range -1.0 to 1.0 */ __force 210 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_FLOAT64_BE ((__force snd_pcm_format_t) 17) /* 8-byte float, IEEE-754 64-bit, range -1.0 to 1.0 */ __force 211 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_LE ((__force snd_pcm_format_t) 18) /* IEC-958 subframe, Little Endian */ __force 212 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_BE ((__force snd_pcm_format_t) 19) /* IEC-958 subframe, Big Endian */ __force 213 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_MU_LAW ((__force snd_pcm_format_t) 20) __force 214 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_A_LAW ((__force snd_pcm_format_t) 21) __force 215 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_IMA_ADPCM ((__force snd_pcm_format_t) 22) __force 216 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_MPEG ((__force snd_pcm_format_t) 23) __force 217 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_GSM ((__force snd_pcm_format_t) 24) __force 218 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_LE ((__force snd_pcm_format_t) 25) /* in four bytes, LSB justified */ __force 219 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_BE ((__force snd_pcm_format_t) 26) /* in four bytes, LSB justified */ __force 220 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_LE ((__force snd_pcm_format_t) 27) /* in four bytes, LSB justified */ __force 221 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_BE ((__force snd_pcm_format_t) 28) /* in four bytes, LSB justified */ __force 223 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_SPECIAL ((__force snd_pcm_format_t) 31) __force 224 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */ __force 225 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */ __force 226 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */ __force 227 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */ __force 228 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */ __force 229 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S20_3BE ((__force snd_pcm_format_t) 37) /* in three bytes */ __force 230 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_3LE ((__force snd_pcm_format_t) 38) /* in three bytes */ __force 231 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U20_3BE ((__force snd_pcm_format_t) 39) /* in three bytes */ __force 232 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S18_3LE ((__force snd_pcm_format_t) 40) /* in three bytes */ __force 233 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_S18_3BE ((__force snd_pcm_format_t) 41) /* in three bytes */ __force 234 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U18_3LE ((__force snd_pcm_format_t) 42) /* in three bytes */ __force 235 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_U18_3BE ((__force snd_pcm_format_t) 43) /* in three bytes */ __force 236 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_24 ((__force snd_pcm_format_t) 44) /* 8 samples in 3 bytes */ __force 237 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_24_1B ((__force snd_pcm_format_t) 45) /* 1 sample in 1 byte */ __force 238 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_40 ((__force snd_pcm_format_t) 46) /* 8 Samples in 5 bytes */ __force 239 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_G723_40_1B ((__force snd_pcm_format_t) 47) /* 1 sample in 1 byte */ __force 240 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U8 ((__force snd_pcm_format_t) 48) /* DSD, 1-byte samples DSD (x8) */ __force 241 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */ __force 242 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */ __force 243 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */ __force 244 tools/include/uapi/sound/asound.h #define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */ __force 276 tools/include/uapi/sound/asound.h #define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0) __force 307 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */ __force 308 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */ __force 309 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */ __force 310 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */ __force 311 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */ __force 312 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */ __force 313 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */ __force 314 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7) /* hardware is suspended */ __force 315 tools/include/uapi/sound/asound.h #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ __force 840 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_NONE ((__force snd_ctl_elem_type_t) 0) /* invalid */ __force 841 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((__force snd_ctl_elem_type_t) 1) /* boolean type */ __force 842 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_INTEGER ((__force snd_ctl_elem_type_t) 2) /* integer type */ __force 843 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((__force snd_ctl_elem_type_t) 3) /* enumerated type */ __force 844 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_BYTES ((__force snd_ctl_elem_type_t) 4) /* byte array */ __force 845 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */ __force 846 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((__force snd_ctl_elem_type_t) 6) /* 64-bit integer type */ __force 850 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_CARD ((__force snd_ctl_elem_iface_t) 0) /* global control */ __force 851 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_HWDEP ((__force snd_ctl_elem_iface_t) 1) /* hardware dependent device */ __force 852 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_MIXER ((__force snd_ctl_elem_iface_t) 2) /* virtual mixer device */ __force 853 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_PCM ((__force snd_ctl_elem_iface_t) 3) /* PCM device */ __force 854 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_RAWMIDI ((__force snd_ctl_elem_iface_t) 4) /* RawMidi device */ __force 855 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_TIMER ((__force snd_ctl_elem_iface_t) 5) /* timer device */ __force 856 tools/include/uapi/sound/asound.h #define SNDRV_CTL_ELEM_IFACE_SEQUENCER ((__force snd_ctl_elem_iface_t) 6) /* sequencer client */