arch/alpha/include/asm/checksum.h
64
u32 sum = (__force u32)csum;
arch/alpha/include/asm/checksum.h
67
return (__force __sum16)~sum;
arch/alpha/include/asm/core_cia.h
341
#define vip volatile int __force *
arch/alpha/include/asm/core_cia.h
342
#define vuip volatile unsigned int __force *
arch/alpha/include/asm/core_cia.h
343
#define vulp volatile unsigned long __force *
arch/alpha/include/asm/core_marvel.h
332
#define vucp volatile unsigned char __force *
arch/alpha/include/asm/core_marvel.h
333
#define vusp volatile unsigned short __force *
arch/alpha/include/asm/core_mcpcia.h
249
#define vip volatile int __force *
arch/alpha/include/asm/core_mcpcia.h
250
#define vuip volatile unsigned int __force *
arch/alpha/include/asm/core_mcpcia.h
251
#define vulp volatile unsigned long __force *
arch/alpha/include/asm/io_trivial.h
118
return *(const volatile u32 __force *)a;
arch/alpha/include/asm/io_trivial.h
12
return __kernel_ldbu(*(const volatile u8 __force *)a);
arch/alpha/include/asm/io_trivial.h
124
return *(const volatile u64 __force *)a;
arch/alpha/include/asm/io_trivial.h
130
*(volatile u32 __force *)a = b;
arch/alpha/include/asm/io_trivial.h
136
*(volatile u64 __force *)a = b;
arch/alpha/include/asm/io_trivial.h
18
return __kernel_ldwu(*(const volatile u16 __force *)a);
arch/alpha/include/asm/io_trivial.h
24
__kernel_stb(b, *(volatile u8 __force *)a);
arch/alpha/include/asm/io_trivial.h
30
__kernel_stw(b, *(volatile u16 __force *)a);
arch/alpha/include/asm/io_trivial.h
38
return *(const volatile u32 __force *)a;
arch/alpha/include/asm/io_trivial.h
44
*(volatile u32 __force *)a = b;
arch/alpha/include/asm/io_trivial.h
50
return *(const volatile u64 __force *)a;
arch/alpha/include/asm/io_trivial.h
56
*(volatile u64 __force *)a = b;
arch/alpha/include/asm/io_trivial.h
64
return __kernel_ldbu(*(const volatile u8 __force *)a);
arch/alpha/include/asm/io_trivial.h
70
return __kernel_ldwu(*(const volatile u16 __force *)a);
arch/alpha/include/asm/io_trivial.h
76
__kernel_stb(b, *(volatile u8 __force *)a);
arch/alpha/include/asm/io_trivial.h
82
__kernel_stw(b, *(volatile u16 __force *)a);
arch/alpha/include/asm/uaccess.h
188
return __copy_user(to, (__force const void *)from, len);
arch/alpha/include/asm/uaccess.h
194
return __copy_user((__force void *)to, from, len);
arch/alpha/include/asm/uaccess.h
59
(x) = (__force __typeof__(*(ptr))) __gu_val; \
arch/alpha/include/asm/uaccess.h
78
(x) = (__force __typeof__(*(ptr))) __gu_val; \
arch/alpha/lib/checksum.c
149
return (__force __sum16)~do_csum(iph,ihl*4);
arch/alpha/lib/checksum.c
170
result += (__force u32)sum;
arch/alpha/lib/checksum.c
173
return (__force __wsum)result;
arch/alpha/lib/checksum.c
184
return (__force __sum16)~from64to16(do_csum(buff,len));
arch/alpha/lib/checksum.c
50
return (__force __sum16)~from64to16(
arch/alpha/lib/checksum.c
51
(__force u64)saddr + (__force u64)daddr +
arch/alpha/lib/checksum.c
52
(__force u64)sum + ((len + proto) << 8));
arch/alpha/lib/checksum.c
61
result = (__force u64)saddr + (__force u64)daddr +
arch/alpha/lib/checksum.c
62
(__force u64)sum + ((len + proto) << 8);
arch/alpha/lib/checksum.c
70
return (__force __wsum)result;
arch/alpha/lib/csum_partial_copy.c
346
return (__force __wsum)from64to16 (checksum);
arch/alpha/lib/csum_partial_copy.c
360
return __csum_and_copy((__force const void __user *)src,
arch/arc/include/asm/cmpxchg.h
51
_prev_ = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *__force)_p_, (uintptr_t)_o_, (uintptr_t)_n_); \
arch/arc/include/asm/io.h
129
: "r" (b), "m" (*(volatile u8 __force *)addr)
arch/arc/include/asm/io.h
139
: "r" (s), "m" (*(volatile u16 __force *)addr)
arch/arc/include/asm/io.h
150
: "r" (w), "m" (*(volatile u32 __force *)addr)
arch/arc/include/asm/io.h
220
#define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \
arch/arc/include/asm/io.h
222
#define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \
arch/arc/include/asm/io.h
226
#define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c)
arch/arc/include/asm/io.h
227
#define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c)
arch/arc/include/asm/io.h
39
#define ioread16be(p) ({ u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; })
arch/arc/include/asm/io.h
40
#define ioread32be(p) ({ u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; })
arch/arc/include/asm/io.h
42
#define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force u16)cpu_to_be16(v), p); })
arch/arc/include/asm/io.h
43
#define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force u32)cpu_to_be32(v), p); })
arch/arc/include/asm/io.h
53
: "m" (*(volatile u8 __force *)addr)
arch/arc/include/asm/io.h
67
: "m" (*(volatile u16 __force *)addr)
arch/arc/include/asm/io.h
81
: "m" (*(volatile u32 __force *)addr)
arch/arc/kernel/signal.c
212
sf = (struct rt_sigframe __force __user *)(regs->sp);
arch/arc/kernel/traps.c
45
tsk->thread.fault_address = (__force unsigned int)addr;
arch/arm/include/asm/checksum.h
65
return (__force __sum16)(~(__force u32)sum >> 16);
arch/arm/include/asm/io.h
100
: : "Qo" (*(volatile u8 __force *)addr), "r" (val));
arch/arm/include/asm/io.h
107
: : "Qo" (*(volatile u32 __force *)addr), "r" (val));
arch/arm/include/asm/io.h
116
: "Qo" (*(volatile u8 __force *)addr));
arch/arm/include/asm/io.h
126
: "Qo" (*(volatile u32 __force *)addr));
arch/arm/include/asm/io.h
170
#define IOMEM(x) ((void __force __iomem *)(x))
arch/arm/include/asm/io.h
247
#define outw(v,p) ({ __iowmb(); __raw_writew((__force __u16) \
arch/arm/include/asm/io.h
249
#define outl(v,p) ({ __iowmb(); __raw_writel((__force __u32) \
arch/arm/include/asm/io.h
253
#define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \
arch/arm/include/asm/io.h
255
#define inl(p) ({ __u32 __v = le32_to_cpu((__force __le32) \
arch/arm/include/asm/io.h
286
#define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \
arch/arm/include/asm/io.h
288
#define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \
arch/arm/include/asm/io.h
292
#define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c)
arch/arm/include/asm/io.h
293
#define writel_relaxed(v,c) __raw_writel((__force u32) cpu_to_le32(v),c)
arch/arm/include/asm/io.h
316
mmioset((void __force *)dst, c, count);
arch/arm/include/asm/io.h
324
mmiocpy(to, (const void __force *)from, count);
arch/arm/include/asm/io.h
332
mmiocpy((void __force *)to, from, count);
arch/arm/include/asm/io.h
401
#define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; })
arch/arm/include/asm/io.h
402
#define ioread32be(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(); __v; })
arch/arm/include/asm/io.h
404
#define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); })
arch/arm/include/asm/io.h
405
#define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
arch/arm/include/asm/io.h
63
*(volatile unsigned short __force *)addr = val;
arch/arm/include/asm/io.h
70
return *(const volatile unsigned short __force *)addr;
arch/arm/include/asm/io.h
82
: : "Q" (*(volatile u16 __force *)addr), "r" (val));
arch/arm/include/asm/io.h
91
: "Q" (*(volatile u16 __force *)addr));
arch/arm/include/asm/uaccess.h
462
unsigned long __temp = (__force unsigned long)(x); \
arch/arm/include/asm/uaccess.h
469
unsigned long __temp = (__force unsigned long)(x); \
arch/arm/include/asm/uaccess.h
608
memcpy(to, (const void __force *)from, n);
arch/arm/include/asm/uaccess.h
614
memcpy((void __force *)to, from, n);
arch/arm/include/asm/uaccess.h
617
#define __clear_user(addr, n) (memset((void __force *)addr, 0, n), 0)
arch/arm/mach-exynos/exynos.c
25
#define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x))
arch/arm/mach-omap1/sram-init.c
56
return (void __force *)omap_sram_ceil;
arch/arm/mach-omap2/sram.c
78
return (void __force *)omap_sram_ceil;
arch/arm/mach-pxa/pxa3xx.c
77
void (*fn)(unsigned int) = (void __force *)(sram + 0x8000);
arch/arm/mach-s3c/gpio-cfg.h
117
#define S3C_GPIO_PULL_NONE ((__force samsung_gpio_pull_t)0x00)
arch/arm/mach-s3c/gpio-cfg.h
118
#define S3C_GPIO_PULL_DOWN ((__force samsung_gpio_pull_t)0x01)
arch/arm/mach-s3c/gpio-cfg.h
119
#define S3C_GPIO_PULL_UP ((__force samsung_gpio_pull_t)0x02)
arch/arm/mach-s3c/gpio-samsung.c
65
return (__force samsung_gpio_pull_t)pup;
arch/arm/mach-s3c/map-base.h
24
#define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x))
arch/arm/mach-s5pv210/regs-clock.h
13
#define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x))
arch/arm/mach-versatile/versatile.c
26
#define __io_address(n) ((void __iomem __force *)IO_ADDRESS(n))
arch/arm/mach-zynq/platsmp.c
53
zero = (__force u8 __iomem *)PAGE_OFFSET;
arch/arm/mach-zynq/slcr.c
210
np->data = (__force void *)zynq_slcr_base;
arch/arm/mm/ioremap.c
441
return (__force void *)arch_ioremap_caller(phys_addr, size,
arch/arm64/include/asm/barrier.h
134
{ .__val = (__force __unqual_scalar_typeof(*p)) (v) }; \
arch/arm64/include/asm/checksum.h
17
u32 sum = (__force u32)csum;
arch/arm64/include/asm/checksum.h
19
return ~(__force __sum16)(sum >> 16);
arch/arm64/include/asm/checksum.h
40
return csum_fold((__force __wsum)(sum >> 32));
arch/arm64/include/asm/cmpxchg.h
179
__ret = (__force __typeof__(*(ptr))) \
arch/arm64/include/asm/cmpxchg.h
180
__cmpxchg##sfx((ptr), (__force unsigned long)(o), \
arch/arm64/include/asm/cmpxchg.h
181
(__force unsigned long)(n), \
arch/arm64/include/asm/cmpxchg.h
94
__ret = (__force __typeof__(*(ptr))) \
arch/arm64/include/asm/cmpxchg.h
95
__arch_xchg##sfx((__force unsigned long)(x), (ptr), \
arch/arm64/include/asm/gcs.h
153
read_val = get_user_gcs((__force unsigned long __user *)gcspr, err);
arch/arm64/include/asm/io.h
298
#define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(__v); __v; })
arch/arm64/include/asm/io.h
299
#define ioread32be(p) ({ __u32 __v = be32_to_cpu((__force __be32)__raw_readl(p)); __iormb(__v); __v; })
arch/arm64/include/asm/io.h
300
#define ioread64be(p) ({ __u64 __v = be64_to_cpu((__force __be64)__raw_readq(p)); __iormb(__v); __v; })
arch/arm64/include/asm/io.h
302
#define iowrite16be(v,p) ({ __iowmb(); __raw_writew((__force __u16)cpu_to_be16(v), p); })
arch/arm64/include/asm/io.h
303
#define iowrite32be(v,p) ({ __iowmb(); __raw_writel((__force __u32)cpu_to_be32(v), p); })
arch/arm64/include/asm/io.h
304
#define iowrite64be(v,p) ({ __iowmb(); __raw_writeq((__force __u64)cpu_to_be64(v), p); })
arch/arm64/include/asm/memory.h
288
((__force __typeof__(addr))sign_extend64((__force u64)(addr), 55))
arch/arm64/include/asm/memory.h
291
u64 __addr = (__force u64)(addr); \
arch/arm64/include/asm/memory.h
293
(__force __typeof__(addr))__addr; \
arch/arm64/include/asm/tlbflush.h
547
#define TLBF_NONE ((__force tlbf_t)0)
arch/arm64/include/asm/tlbflush.h
550
#define TLBF_NOWALKCACHE ((__force tlbf_t)BIT(0))
arch/arm64/include/asm/tlbflush.h
553
#define TLBF_NOSYNC ((__force tlbf_t)BIT(1))
arch/arm64/include/asm/tlbflush.h
556
#define TLBF_NONOTIFY ((__force tlbf_t)BIT(2))
arch/arm64/include/asm/tlbflush.h
559
#define TLBF_NOBROADCAST ((__force tlbf_t)BIT(3))
arch/arm64/include/asm/uaccess.h
223
(x) = (__force __typeof__(*(ptr)))__gu_val; \
arch/arm64/include/asm/uaccess.h
259
(x) = (__force __typeof__(x))0; (err) = -EFAULT; \
arch/arm64/include/asm/uaccess.h
286
(__force type *)(__gkn_src), __gkn_label, K); \
arch/arm64/include/asm/uaccess.h
383
(__force type *)(__pkn_dst), __pkn_err, K); \
arch/arm64/kernel/hibernate.c
173
return (void *)get_safe_page((__force gfp_t)(unsigned long)arg);
arch/arm64/kernel/hibernate.c
193
.trans_alloc_arg = (__force void *)GFP_ATOMIC,
arch/arm64/kernel/hibernate.c
416
.trans_alloc_arg = (__force void *)GFP_ATOMIC,
arch/arm64/kernel/probes/uprobes.c
168
gcs_ret_vaddr = get_user_gcs((__force unsigned long __user *)gcspr, &err);
arch/arm64/kernel/probes/uprobes.c
186
put_user_gcs(trampoline_vaddr, (__force unsigned long __user *)gcspr, &err);
arch/arm64/kernel/signal.c
1379
extra_datap = (__force u64)userp;
arch/arm64/kernel/signal.c
967
base = (__force void __user *)extra_datap;
arch/arm64/kernel/smp_spin_table.c
93
dcache_clean_inval_poc((__force unsigned long)release_addr,
arch/arm64/kernel/smp_spin_table.c
94
(__force unsigned long)release_addr +
arch/arm64/kernel/vdso.c
212
memset32(sigpage, (__force u32)poison, PAGE_SIZE / sizeof(poison));
arch/arm64/kvm/at.c
443
*desc = be64_to_cpu((__force __be64)val);
arch/arm64/kvm/at.c
445
*desc = le64_to_cpu((__force __le64)val);
arch/arm64/kvm/at.c
454
old = (__force u64)cpu_to_be64(old);
arch/arm64/kvm/at.c
455
new = (__force u64)cpu_to_be64(new);
arch/arm64/kvm/at.c
457
old = (__force u64)cpu_to_le64(old);
arch/arm64/kvm/at.c
458
new = (__force u64)cpu_to_le64(new);
arch/arm64/kvm/nested.c
224
*desc = be64_to_cpu((__force __be64)val);
arch/arm64/kvm/nested.c
226
*desc = le64_to_cpu((__force __le64)val);
arch/arm64/kvm/nested.c
235
old = (__force u64)cpu_to_be64(old);
arch/arm64/kvm/nested.c
236
new = (__force u64)cpu_to_be64(new);
arch/arm64/kvm/nested.c
238
old = (__force u64)cpu_to_le64(old);
arch/arm64/kvm/nested.c
239
new = (__force u64)cpu_to_le64(new);
arch/arm64/lib/csum.c
137
u64 sum = (__force u64)csum;
arch/arm64/lib/csum.c
142
sum += (__force u32)htonl(len);
arch/arm64/lib/csum.c
155
return csum_fold((__force __wsum)(sum >> 32));
arch/arm64/net/bpf_jit_comp.c
121
ctx->image[ctx->idx] = (__force __le32)data;
arch/arm64/net/bpf_jit_comp.c
496
emit_a64_mov_i64(dst_reg, (__force const u64)ptr, ctx);
arch/csky/include/asm/checksum.h
21
return (__force __sum16) ~csum;
arch/csky/include/asm/checksum.h
35
: "r"((__force u32)saddr), "r"((__force u32)daddr),
arch/csky/include/asm/checksum.h
41
"0" ((__force unsigned long)sum)
arch/csky/kernel/signal.c
125
return (void __user __force *)(-1UL);
arch/hexagon/lib/checksum.c
53
return (__force __sum16)~from64to16(
arch/hexagon/lib/checksum.c
54
(__force u64)saddr + (__force u64)daddr +
arch/hexagon/lib/checksum.c
55
(__force u64)sum + ((len + proto) << 8));
arch/hexagon/lib/checksum.c
63
result = (__force u64)saddr + (__force u64)daddr +
arch/hexagon/lib/checksum.c
64
(__force u64)sum + ((len + proto) << 8);
arch/hexagon/lib/checksum.c
72
return (__force __wsum)result;
arch/loongarch/include/asm/barrier.h
109
{ .__val = (__force typeof(p)) (v) }; \
arch/loongarch/include/asm/checksum.h
25
u32 tmp = (__force u32)sum;
arch/loongarch/include/asm/checksum.h
33
return (__force __sum16)(~(tmp + rol32(tmp, 16)) >> 16);
arch/loongarch/include/asm/checksum.h
59
return csum_fold((__force __wsum)(sum >> 32));
arch/loongarch/include/asm/uaccess.h
255
(__force type *)(src)); \
arch/loongarch/include/asm/uaccess.h
270
__pu_val = *(__force type *)(src); \
arch/loongarch/include/asm/uaccess.h
286
return __copy_user(to, (__force const void *)from, n);
arch/loongarch/include/asm/uaccess.h
292
return __copy_user((__force void *)to, from, n);
arch/loongarch/include/asm/video.h
13
memcpy(to, (void __force *)from, n);
arch/loongarch/include/asm/video.h
19
memcpy((void __force *)to, from, n);
arch/loongarch/include/asm/video.h
25
memset((void __force *)addr, c, n);
arch/loongarch/kernel/signal.c
885
return (void __user __force *)(-1UL);
arch/loongarch/lib/csum.c
126
u64 sum = (__force u64)csum;
arch/loongarch/lib/csum.c
131
sum += (__force u32)htonl(len);
arch/loongarch/lib/csum.c
140
return csum_fold((__force __wsum)(sum >> 32));
arch/m68k/include/asm/checksum.h
64
return (__force __sum16)~sum;
arch/m68k/include/asm/checksum.h
69
unsigned int tmp = (__force u32)sum;
arch/m68k/include/asm/checksum.h
78
return (__force __sum16)~sum;
arch/m68k/include/asm/io_no.h
17
({ u8 __v = (*(__force volatile u8 *) (addr)); __v; })
arch/m68k/include/asm/io_no.h
19
({ u16 __v = (*(__force volatile u16 *) (addr)); __v; })
arch/m68k/include/asm/io_no.h
21
({ u32 __v = (*(__force volatile u32 *) (addr)); __v; })
arch/m68k/include/asm/io_no.h
23
#define __raw_writeb(b, addr) (void)((*(__force volatile u8 *) (addr)) = (b))
arch/m68k/include/asm/io_no.h
24
#define __raw_writew(b, addr) (void)((*(__force volatile u16 *) (addr)) = (b))
arch/m68k/include/asm/io_no.h
25
#define __raw_writel(b, addr) (void)((*(__force volatile u32 *) (addr)) = (b))
arch/m68k/include/asm/kmap.h
39
__builtin_memset((void __force *) addr, val, count);
arch/m68k/include/asm/kmap.h
46
__builtin_memcpy(dst, (void __force *) src, count);
arch/m68k/include/asm/kmap.h
53
__builtin_memcpy((void __force *) dst, src, count);
arch/m68k/include/asm/raw_io.h
20
({ u8 __v = (*(__force const volatile u8 *) (unsigned long)(addr)); __v; })
arch/m68k/include/asm/raw_io.h
22
({ u16 __v = (*(__force const volatile u16 *) (unsigned long)(addr)); __v; })
arch/m68k/include/asm/raw_io.h
24
({ u32 __v = (*(__force const volatile u32 *) (unsigned long)(addr)); __v; })
arch/m68k/include/asm/raw_io.h
26
({ u16 __v = le16_to_cpu(*(__force const volatile __le16 *) (unsigned long)(addr)); __v; })
arch/m68k/include/asm/raw_io.h
28
({ u32 __v = le32_to_cpu(*(__force const volatile __le32 *) (unsigned long)(addr)); __v; })
arch/m68k/include/asm/raw_io.h
30
#define out_8(addr,b) (void)((*(__force volatile u8 *) (unsigned long)(addr)) = (b))
arch/m68k/include/asm/raw_io.h
31
#define out_be16(addr,w) (void)((*(__force volatile u16 *) (unsigned long)(addr)) = (w))
arch/m68k/include/asm/raw_io.h
32
#define out_be32(addr,l) (void)((*(__force volatile u32 *) (unsigned long)(addr)) = (l))
arch/m68k/include/asm/raw_io.h
33
#define out_le16(addr,w) (void)((*(__force volatile __le16 *) (unsigned long)(addr)) = cpu_to_le16(w))
arch/m68k/include/asm/raw_io.h
34
#define out_le32(addr,l) (void)((*(__force volatile __le32 *) (unsigned long)(addr)) = cpu_to_le32(l))
arch/m68k/include/asm/raw_io.h
76
({ u16 __v = (*(__force const volatile u16 *) (addr)); __v >>= 8; __v; })
arch/m68k/include/asm/raw_io.h
78
({ u16 __v = (*(__force const volatile u16 *) (addr)); __v; })
arch/m68k/include/asm/raw_io.h
80
({ u16 __v = le16_to_cpu(*(__force const volatile u16 *) (addr)); __v; })
arch/m68k/include/asm/raw_io.h
84
__w = ((*(__force volatile u8 *) ((_addr | 0x10000) + (__v<<1)))); })
arch/m68k/include/asm/raw_io.h
87
__w = ((*(__force volatile u16 *) ((_addr & 0xFFFF0000UL) + ((__v & 0xFF)<<1)))); \
arch/m68k/include/asm/raw_io.h
88
__w = ((*(__force volatile u16 *) ((_addr | 0x10000) + ((__v >> 8)<<1)))); })
arch/m68k/include/asm/raw_io.h
91
__w = ((*(__force volatile u16 *) ((_addr & 0xFFFF0000UL) + ((__v >> 8)<<1)))); \
arch/m68k/include/asm/raw_io.h
92
__w = ((*(__force volatile u16 *) ((_addr | 0x10000) + ((__v & 0xFF)<<1)))); })
arch/m68k/include/asm/uaccess.h
123
(x) = (__force typeof(*(ptr)))(__force unsigned long)__gu_val; \
arch/m68k/include/asm/uaccess.h
128
const void *__gu_ptr = (const void __force *)(ptr); \
arch/m68k/include/asm/uaccess.h
51
const void *__pu_ptr = (const void __force *)(ptr); \
arch/m68k/mm/kmap.c
315
free_io_area((__force void *)addr);
arch/microblaze/include/asm/flat.h
30
u32 *p = (__force u32 *)rp;
arch/microblaze/include/asm/flat.h
58
u32 *p = (__force u32 *)rp;
arch/microblaze/include/asm/io.h
38
#define out_be32(a, v) __raw_writel((v), (void __iomem __force *)(a))
arch/microblaze/include/asm/io.h
41
#define in_be32(a) __raw_readl((const void __iomem __force *)(a))
arch/microblaze/include/asm/io.h
44
#define writel_be(v, a) out_be32((__force unsigned *)a, v)
arch/microblaze/include/asm/io.h
45
#define readl_be(a) in_be32((__force unsigned *)a)
arch/microblaze/include/asm/uaccess.h
245
return __copy_tofrom_user((__force void __user *)to, from, n);
arch/microblaze/include/asm/uaccess.h
251
return __copy_tofrom_user(to, (__force const void __user *)from, n);
arch/microblaze/mm/pgtable.c
130
if ((__force void *)addr > high_memory &&
arch/mips/include/asm/checksum.h
134
unsigned long sum = (__force unsigned long)daddr;
arch/mips/include/asm/checksum.h
138
tmp = (__force unsigned long)saddr;
arch/mips/include/asm/checksum.h
154
tmp = (__force unsigned long)isum;
arch/mips/include/asm/checksum.h
169
return (__force __wsum)osum;
arch/mips/include/asm/checksum.h
79
u32 sum = (__force u32)csum;
arch/mips/include/asm/checksum.h
82
csum = (__force __wsum)(sum < (__force u32)csum);
arch/mips/include/asm/checksum.h
84
sum += (__force u32)csum;
arch/mips/include/asm/checksum.h
86
return (__force __sum16)~sum;
arch/mips/include/asm/io.h
359
__raw_readb((__force unsigned *)(addr))
arch/mips/include/asm/io.h
361
be16_to_cpu(__raw_readw((__force unsigned *)(addr)))
arch/mips/include/asm/io.h
363
be32_to_cpu(__raw_readl((__force unsigned *)(addr)))
arch/mips/include/asm/io.h
365
be64_to_cpu(__raw_readq((__force unsigned *)(addr)))
arch/mips/include/asm/io.h
368
__raw_writeb((val), (__force unsigned *)(addr))
arch/mips/include/asm/io.h
370
__raw_writew(cpu_to_be16((val)), (__force unsigned *)(addr))
arch/mips/include/asm/io.h
372
__raw_writel(cpu_to_be32((val)), (__force unsigned *)(addr))
arch/mips/include/asm/io.h
374
__raw_writeq(cpu_to_be64((val)), (__force unsigned *)(addr))
arch/mips/include/asm/mach-cavium-octeon/mangle-port.h
52
le16_to_cpu((__force __le16)(x)) : \
arch/mips/include/asm/mach-cavium-octeon/mangle-port.h
56
le32_to_cpu((__force __le32)(x)) : \
arch/mips/include/asm/mach-cavium-octeon/mangle-port.h
60
le64_to_cpu((__force __le64)(x)) : \
arch/mips/include/asm/mach-generic/mangle-port.h
32
# define ioswabw(a, x) le16_to_cpu((__force __le16)(x))
arch/mips/include/asm/mach-generic/mangle-port.h
34
# define ioswabl(a, x) le32_to_cpu((__force __le32)(x))
arch/mips/include/asm/mach-generic/mangle-port.h
36
# define ioswabq(a, x) le64_to_cpu((__force __le64)(x))
arch/mips/include/asm/mach-generic/mangle-port.h
44
# define __mem_ioswabw(a, x) ((__force u16)cpu_to_le16(x))
arch/mips/include/asm/mach-generic/mangle-port.h
46
# define __mem_ioswabl(a, x) ((__force u32)cpu_to_le32(x))
arch/mips/include/asm/mach-generic/mangle-port.h
48
# define __mem_ioswabq(a, x) ((__force u64)cpu_to_le64(x))
arch/mips/include/asm/mach-ip27/mangle-port.h
19
# define __mem_ioswabw(a, x) ((__force u16)cpu_to_le16(x))
arch/mips/include/asm/mach-ip27/mangle-port.h
21
# define __mem_ioswabl(a, x) ((__force u32)cpu_to_le32(x))
arch/mips/include/asm/mach-ip27/mangle-port.h
23
# define __mem_ioswabq(a, x) ((__force u64)cpu_to_le64(x))
arch/mips/include/asm/mach-ip30/mangle-port.h
16
#define __mem_ioswabw(a, x) ((__force u16)cpu_to_le16(x))
arch/mips/include/asm/mach-ip30/mangle-port.h
18
#define __mem_ioswabl(a, x) ((__force u32)cpu_to_le32(x))
arch/mips/include/asm/mach-ip30/mangle-port.h
20
#define __mem_ioswabq(a, x) ((__force u64)cpu_to_le64(x))
arch/mips/include/asm/mach-ip32/mangle-port.h
20
# define __mem_ioswabw(a, x) ((__force u16)cpu_to_le16(x))
arch/mips/include/asm/mach-ip32/mangle-port.h
22
# define __mem_ioswabl(a, x) ((__force u32)cpu_to_le32(x))
arch/mips/include/asm/mach-ip32/mangle-port.h
24
# define __mem_ioswabq(a, x) ((__force u64)cpu_to_le64(x))
arch/mips/include/asm/mach-tx49xx/mangle-port.h
12
#define ioswabw(a, x) le16_to_cpu((__force __le16)(x))
arch/mips/include/asm/mach-tx49xx/mangle-port.h
14
#define ioswabl(a, x) le32_to_cpu((__force __le32)(x))
arch/mips/include/asm/mach-tx49xx/mangle-port.h
16
#define ioswabq(a, x) le64_to_cpu((__force __le64)(x))
arch/mips/include/asm/octeon/cvmx.h
282
cvmx_write_csr((__force uint64_t)csr_addr, val);
arch/mips/include/asm/octeon/cvmx.h
299
return cvmx_read_csr((__force uint64_t) csr_addr);
arch/mips/include/asm/uaccess.h
265
(__force type *)(src)); \
arch/mips/include/asm/uaccess.h
269
(__force type *)(src)); \
arch/mips/include/asm/uaccess.h
273
(__force type *)(src)); \
arch/mips/include/asm/uaccess.h
277
(__force type *)(src)); \
arch/mips/include/asm/uaccess.h
341
__pu_val = *(__force type *)(src); \
arch/mips/kernel/signal.c
570
return (void __user __force *)(-1UL);
arch/nios2/include/asm/checksum.h
32
return (__force __sum16) sum;
arch/nios2/include/asm/uaccess.h
80
val = (__force __typeof__(*(addr)))__gu_val; \
arch/nios2/mm/ioremap.c
183
p = remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr));
arch/openrisc/include/asm/uaccess.h
214
return __copy_tofrom_user(to, (__force const void *)from, size);
arch/openrisc/include/asm/uaccess.h
219
return __copy_tofrom_user((__force void *)to, from, size);
arch/parisc/include/asm/barrier.h
37
{ .__val = (__force typeof(*p)) (v) }; \
arch/parisc/include/asm/ropes.h
116
#define SBA_AGPGART_COOKIE (__force __le64) 0x0000badbadc0ffeeULL
arch/parisc/include/asm/uaccess.h
75
(val) = (__force __typeof__(*(ptr))) __gu_val; \
arch/parisc/lib/iomap.c
74
#define ADDR2PORT(addr) ((unsigned long __force)(addr) & 0xffffff)
arch/parisc/lib/memcpy.c
29
return pa_memcpy((void __force *)dst, src, len);
arch/parisc/lib/memcpy.c
53
return len - newlen + pa_memcpy(dst, (void __force *)src, newlen);
arch/powerpc/include/asm/book3s/32/kup.h
107
current->thread.kuap = (__force u32)to;
arch/powerpc/include/asm/book3s/32/kup.h
108
uaccess_begin_32s((__force u32)to);
arch/powerpc/include/asm/bug.h
83
BUG_ENTRY(#x, PPC_TLNEI " %4, 0", 0, "r" ((__force long)(x))); \
arch/powerpc/include/asm/checksum.h
112
u64 res = (__force u64)csum;
arch/powerpc/include/asm/checksum.h
114
res += (__force u64)addend;
arch/powerpc/include/asm/checksum.h
115
return (__force __wsum)((u32)res + (res >> 32));
arch/powerpc/include/asm/checksum.h
133
return (__force __wsum)rol32((__force u32)sum, (offset & 1) << 3);
arch/powerpc/include/asm/checksum.h
150
return (__force __wsum)from64to32(s);
arch/powerpc/include/asm/checksum.h
191
sum = csum_add(sum, (__force __wsum)*(const u16 *)buff);
arch/powerpc/include/asm/checksum.h
193
sum = csum_add(sum, (__force __wsum)*(const u32 *)buff);
arch/powerpc/include/asm/checksum.h
195
sum = csum_add(sum, (__force __wsum)
arch/powerpc/include/asm/checksum.h
198
sum = csum_add(sum, (__force __wsum)
arch/powerpc/include/asm/checksum.h
201
sum = csum_add(sum, (__force __wsum)
arch/powerpc/include/asm/checksum.h
204
sum = csum_add(sum, (__force __wsum)
arch/powerpc/include/asm/checksum.h
207
sum = csum_add(sum, (__force __wsum)
arch/powerpc/include/asm/checksum.h
210
sum = csum_add(sum, (__force __wsum)
arch/powerpc/include/asm/checksum.h
28
return csum_partial_copy_generic((void __force *)src, dst, len);
arch/powerpc/include/asm/checksum.h
38
return csum_partial_copy_generic(src, (void __force *)dst, len);
arch/powerpc/include/asm/checksum.h
55
u32 tmp = (__force u32)sum;
arch/powerpc/include/asm/checksum.h
63
return (__force __sum16)(~(tmp + rol32(tmp, 16)) >> 16);
arch/powerpc/include/asm/checksum.h
75
u64 s = (__force u32)sum;
arch/powerpc/include/asm/checksum.h
77
s += (__force u32)saddr;
arch/powerpc/include/asm/checksum.h
78
s += (__force u32)daddr;
arch/powerpc/include/asm/checksum.h
84
return (__force __wsum) from64to32(s);
arch/powerpc/include/asm/io.h
309
__raw_rm_writeq((__force u64)cpu_to_be64(val), paddr);
arch/powerpc/include/asm/io.h
967
__raw_writeq((__force unsigned long)cpu_to_be64(v), addr);
arch/powerpc/include/asm/kvm_ppc.h
983
return be##size##_to_cpu((__be##size __force)vcpu->arch.shared->reg); \
arch/powerpc/include/asm/kvm_ppc.h
985
return le##size##_to_cpu((__le##size __force)vcpu->arch.shared->reg); \
arch/powerpc/include/asm/kvm_ppc.h
992
vcpu->arch.shared->reg = (u##size __force)cpu_to_be##size(val); \
arch/powerpc/include/asm/kvm_ppc.h
994
vcpu->arch.shared->reg = (u##size __force)cpu_to_le##size(val); \
arch/powerpc/include/asm/pgtable-be-types.h
87
prev = (__force __be64)__cmpxchg_u64(p, (__force unsigned long)pte_raw(old),
arch/powerpc/include/asm/pgtable-be-types.h
88
(__force unsigned long)pte_raw(new));
arch/powerpc/include/asm/pgtable-be-types.h
98
prev = (__force __be64)__cmpxchg_u64(p, (__force unsigned long)pmd_raw(old),
arch/powerpc/include/asm/pgtable-be-types.h
99
(__force unsigned long)pmd_raw(new));
arch/powerpc/include/asm/uaccess.h
350
((x) = (__force __typeof__(*(ptr)))0, -EFAULT); \
arch/powerpc/include/asm/uaccess.h
407
return raw_copy_tofrom_user((__force void __user *)to, from, n, KUAP_READ);
arch/powerpc/include/asm/uaccess.h
413
return raw_copy_tofrom_user(to, (__force const void __user *)from, n, KUAP_WRITE);
arch/powerpc/include/asm/uaccess.h
454
n = copy_mc_generic((void __force *)to, from, n);
arch/powerpc/include/asm/uaccess.h
619
(__force type __user *)(src), sizeof(type), err_label)
arch/powerpc/include/asm/uaccess.h
623
(__force type __user *)(dst), sizeof(type), err_label)
arch/powerpc/kernel/eeh.c
594
addr = eeh_token_to_phys((unsigned long __force) token);
arch/powerpc/kernel/io.c
103
tmp = *(const volatile u32 __force *)port;
arch/powerpc/kernel/io.c
120
*(volatile u32 __force *)port = *tbuf++;
arch/powerpc/kernel/io.c
131
void *p = (void __force *)addr;
arch/powerpc/kernel/io.c
159
void *vsrc = (void __force *) src;
arch/powerpc/kernel/io.c
189
void *vdest = (void __force *) dest;
arch/powerpc/kernel/io.c
37
tmp = *(const volatile u8 __force *)port;
arch/powerpc/kernel/io.c
54
*(volatile u8 __force *)port = *tbuf++;
arch/powerpc/kernel/io.c
70
tmp = *(const volatile u16 __force *)port;
arch/powerpc/kernel/io.c
87
*(volatile u16 __force *)port = *tbuf++;
arch/powerpc/kernel/traps.c
933
addr = (__force const void __user *)ea;
arch/powerpc/kvm/book3s_pr_papr.c
100
pte[0] = be64_to_cpu((__force __be64)pte[0]);
arch/powerpc/kvm/book3s_pr_papr.c
101
pte[1] = be64_to_cpu((__force __be64)pte[1]);
arch/powerpc/kvm/book3s_pr_papr.c
183
pte[0] = be64_to_cpu((__force __be64)pte[0]);
arch/powerpc/kvm/book3s_pr_papr.c
184
pte[1] = be64_to_cpu((__force __be64)pte[1]);
arch/powerpc/kvm/book3s_pr_papr.c
228
pte[0] = be64_to_cpu((__force __be64)pte[0]);
arch/powerpc/kvm/book3s_pr_papr.c
229
pte[1] = be64_to_cpu((__force __be64)pte[1]);
arch/powerpc/kvm/book3s_pr_papr.c
248
pte[0] = (__force u64)cpu_to_be64(pte[0]);
arch/powerpc/kvm/book3s_pr_papr.c
249
pte[1] = (__force u64)cpu_to_be64(pte[1]);
arch/powerpc/kvm/book3s_xive.c
923
vcpu->arch.xive_esc_vaddr = (__force u64)xd->eoi_mmio;
arch/powerpc/net/bpf_jit_comp64.c
213
PPC_LI64(bpf_to_ppc(BPF_REG_FP), (__force long)ctx->priv_sp);
arch/powerpc/platforms/powernv/opal-fadump.h
138
(u64 __force)(reg_entry->reg_val));
arch/powerpc/platforms/ps3/spu.c
179
iounmap((__force u8 __iomem *)spu->local_store);
arch/powerpc/platforms/ps3/spu.c
202
spu->local_store = (__force void *)ioremap_wc(spu->local_store_phys, LS_SIZE);
arch/powerpc/platforms/pseries/papr-indices.c
441
void __user *argp = (__force void __user *)arg;
arch/powerpc/platforms/pseries/papr-phy-attest.c
257
void __user *argp = (__force void __user *)arg;
arch/powerpc/platforms/pseries/papr-sysparm.c
315
void __user *argp = (__force void __user *)arg;
arch/powerpc/platforms/pseries/papr-vpd.c
244
void __user *argp = (__force void __user *)arg;
arch/powerpc/sysdev/cpm_common.c
67
cpm_udbg_txdesc = (u32 __iomem __force *)
arch/powerpc/sysdev/cpm_common.c
70
cpm_udbg_txbuf = (u8 __iomem __force *)
arch/powerpc/sysdev/cpm_common.c
74
cpm_udbg_txdesc = (u32 __iomem __force *)
arch/powerpc/sysdev/cpm_common.c
76
cpm_udbg_txbuf = (u8 __iomem __force *)in_be32(&cpm_udbg_txdesc[1]);
arch/riscv/include/asm/checksum.h
77
return (__force __sum16)(csum >> 16);
arch/riscv/include/asm/checksum.h
84
return csum_fold((__force __wsum)csum);
arch/riscv/include/asm/io.h
152
((__force void *)ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL)))
arch/riscv/include/asm/mmio.h
89
#define readw_cpu(c) ({ u16 __r = le16_to_cpu((__force __le16)__raw_readw(c)); __r; })
arch/riscv/include/asm/mmio.h
90
#define readl_cpu(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
arch/riscv/include/asm/mmio.h
93
#define writew_cpu(v, c) ((void)__raw_writew((__force u16)cpu_to_le16(v), (c)))
arch/riscv/include/asm/mmio.h
94
#define writel_cpu(v, c) ((void)__raw_writel((__force u32)cpu_to_le32(v), (c)))
arch/riscv/include/asm/mmio.h
97
#define readq_cpu(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; })
arch/riscv/include/asm/mmio.h
98
#define writeq_cpu(v, c) ((void)__raw_writeq((__force u64)cpu_to_le64(v), (c)))
arch/riscv/include/asm/uaccess.h
115
(x) = (__force __typeof__(x))(unsigned long)__tmp; \
arch/riscv/include/asm/uaccess.h
286
((x) = (__force __typeof__(x))0, -EFAULT); \
arch/riscv/include/asm/uaccess.h
32
unsigned long __addr = (__force unsigned long)(addr); \
arch/riscv/include/asm/uaccess.h
33
(__force __typeof__(addr))__untagged_addr_remote(current->mm, __addr); \
arch/riscv/include/asm/uaccess.h
37
unsigned long __addr = (__force unsigned long)(addr); \
arch/riscv/include/asm/uaccess.h
39
(__force __typeof__(addr))__untagged_addr_remote(mm, __addr); \
arch/riscv/include/asm/uaccess.h
451
__get_user_nocheck(*((type *)(dst)), (__force __user type *)(src), err_label)
arch/riscv/include/asm/uaccess.h
454
__put_user_nocheck(*((type *)(src)), (__force __user type *)(dst), err_label)
arch/riscv/include/asm/uaccess.h
479
(x) = (__force __typeof__(*(ptr)))__gu_val; \
arch/riscv/kernel/compat_signal.c
190
return (void __user __force *)(-1UL);
arch/riscv/kernel/signal.c
100
err |= __put_user((__force void *)datap, &state->v_state.datap);
arch/riscv/kernel/signal.c
402
return (void __user __force *)(-1UL);
arch/riscv/kernel/traps.c
43
const void __user *uaddr = (__force const void __user *)insns;
arch/riscv/kernel/usercfi.c
143
: [swap] "=r" (swap), [addr] "+A" (*(__force unsigned long *)addr)
arch/riscv/lib/csum.c
25
unsigned long sum = (__force unsigned long)csum;
arch/riscv/lib/csum.c
27
sum += (__force unsigned long)saddr->s6_addr32[0];
arch/riscv/lib/csum.c
28
sum += (__force unsigned long)saddr->s6_addr32[1];
arch/riscv/lib/csum.c
29
sum += (__force unsigned long)saddr->s6_addr32[2];
arch/riscv/lib/csum.c
30
sum += (__force unsigned long)saddr->s6_addr32[3];
arch/riscv/lib/csum.c
32
sum += (__force unsigned long)daddr->s6_addr32[0];
arch/riscv/lib/csum.c
33
sum += (__force unsigned long)daddr->s6_addr32[1];
arch/riscv/lib/csum.c
34
sum += (__force unsigned long)daddr->s6_addr32[2];
arch/riscv/lib/csum.c
35
sum += (__force unsigned long)daddr->s6_addr32[3];
arch/riscv/lib/csum.c
37
ulen = (__force unsigned int)htonl((unsigned int)len);
arch/riscv/lib/csum.c
40
uproto = (__force unsigned int)htonl(proto);
arch/riscv/lib/csum.c
58
return (__force __sum16)(sum >> 16);
arch/riscv/lib/csum.c
63
return csum_fold((__force __wsum)sum);
arch/s390/include/asm/checksum.h
112
__u64 sum = (__force __u64)csum;
arch/s390/include/asm/checksum.h
114
sum += (__force __u32)saddr->s6_addr32[0];
arch/s390/include/asm/checksum.h
115
sum += (__force __u32)saddr->s6_addr32[1];
arch/s390/include/asm/checksum.h
116
sum += (__force __u32)saddr->s6_addr32[2];
arch/s390/include/asm/checksum.h
117
sum += (__force __u32)saddr->s6_addr32[3];
arch/s390/include/asm/checksum.h
118
sum += (__force __u32)daddr->s6_addr32[0];
arch/s390/include/asm/checksum.h
119
sum += (__force __u32)daddr->s6_addr32[1];
arch/s390/include/asm/checksum.h
120
sum += (__force __u32)daddr->s6_addr32[2];
arch/s390/include/asm/checksum.h
121
sum += (__force __u32)daddr->s6_addr32[3];
arch/s390/include/asm/checksum.h
125
return csum_fold((__force __wsum)(sum >> 32));
arch/s390/include/asm/checksum.h
45
u32 csum = (__force u32) sum;
arch/s390/include/asm/checksum.h
49
return (__force __sum16) ~csum;
arch/s390/include/asm/checksum.h
69
return csum_fold((__force __wsum)(csum >> 32));
arch/s390/include/asm/checksum.h
79
__u64 csum = (__force __u64)sum;
arch/s390/include/asm/checksum.h
81
csum += (__force __u32)saddr;
arch/s390/include/asm/checksum.h
82
csum += (__force __u32)daddr;
arch/s390/include/asm/checksum.h
86
return (__force __wsum)(csum >> 32);
arch/s390/include/asm/dma-types.h
100
return (__force dma64_t)((__force u64)a & b);
arch/s390/include/asm/dma-types.h
40
return (__force dma32_t)__pa32(ptr);
arch/s390/include/asm/dma-types.h
45
return __va((__force unsigned long)addr);
arch/s390/include/asm/dma-types.h
50
return (__force dma32_t)addr;
arch/s390/include/asm/dma-types.h
55
return (__force u32)addr;
arch/s390/include/asm/dma-types.h
60
return (__force dma32_t)((__force u32)a + b);
arch/s390/include/asm/dma-types.h
65
return (__force dma32_t)((__force u32)a & b);
arch/s390/include/asm/dma-types.h
75
return (__force dma64_t)__pa(ptr);
arch/s390/include/asm/dma-types.h
80
return __va((__force unsigned long)addr);
arch/s390/include/asm/dma-types.h
85
return (__force dma64_t)addr;
arch/s390/include/asm/dma-types.h
90
return (__force u64)addr;
arch/s390/include/asm/dma-types.h
95
return (__force dma64_t)((__force u64)a + b);
arch/s390/include/asm/idals.h
37
return (((__force unsigned long)(paddr) + length - 1) >> 31) != 0;
arch/s390/include/asm/pci_io.h
152
size = zpci_get_max_io_size((u64 __force) src,
arch/s390/include/asm/pci_io.h
174
size = zpci_get_max_io_size((u64 __force) dst,
arch/s390/include/asm/pci_io.h
38
(((__force u64) addr & ZPCI_IOMAP_ADDR_IDX_MASK) >> ZPCI_IOMAP_SHIFT)
arch/s390/include/asm/pci_io.h
40
((__force u64) addr & ZPCI_IOMAP_ADDR_OFF_MASK)
arch/s390/include/asm/percpu.h
19
tcp_ptr__ = (__force unsigned long)(_ptr); \
arch/s390/include/asm/percpu.h
30
(TYPEOF_UNQUAL(*(_ptr)) __force __kernel *)tcp_ptr__; \
arch/s390/include/asm/uaccess.h
319
(x) = *(__force __typeof__(*(ptr)) *)&__x; \
arch/s390/include/asm/uaccess.h
327
(x) = *(__force __typeof__(*(ptr)) *)&__x; \
arch/s390/include/asm/uaccess.h
335
(x) = *(__force __typeof__(*(ptr)) *)&__x; \
arch/s390/include/asm/uaccess.h
343
(x) = *(__force __typeof__(*(ptr)) *)&__x; \
arch/s390/kernel/ipl.c
1946
csum = (__force unsigned int)cksm(reipl_block_actual, reipl_block_actual->hdr.len, 0);
arch/s390/kernel/os_info.c
124
csum = (__force u32)cksm(buf_align, size, 0);
arch/s390/kernel/os_info.c
34
return (__force u32)cksm(&os_info->version_major, size, 0);
arch/s390/kernel/os_info.c
54
os_info.entry[nr].csum = (__force u32)cksm(ptr, size, 0);
arch/s390/kernel/ptrace.c
445
if (copy_from_user(&parea, (void __force __user *) addr,
arch/s390/kernel/ptrace.c
457
(addr_t __force __user *) data))
arch/s390/kernel/signal.c
305
sc.sregs = (_sigregs __user __force *) &frame->sregs;
arch/s390/kernel/traps.c
79
force_sig_fault(SIGTRAP, TRAP_HWBKPT, (void __force __user *)current->thread.per_event.address);
arch/s390/kernel/uprobes.c
173
if ((u64 __force)ptr & mask) \
arch/s390/kernel/uprobes.c
188
if ((u64 __force)__ptr & mask) \
arch/s390/kernel/uprobes.c
194
(void __force *)__ptr, \
arch/s390/kernel/uprobes.c
205
if ((u64 __force)ptr & mask) \
arch/s390/lib/csum-partial.c
29
fpu_vlvgf(16, (__force u32)sum, 1);
arch/s390/lib/csum-partial.c
76
sum = (__force __wsum)fpu_vlgvf(16, 1);
arch/s390/pci/pci.c
243
data = le64_to_cpu((__force __le64)data);
arch/s390/pci/pci.c
263
data = (__force u64) cpu_to_le64(data);
arch/s390/pci/pci.c
443
(resource_size_t __force) zdev->bars[i].mio_wt;
arch/s390/pci/pci.c
445
pdev->resource[i].start = (resource_size_t __force)
arch/s390/pci/pci.c
466
pci_iounmap_fh(pdev, (void __iomem __force *)
arch/s390/pci/pci_clp.c
593
uptr = (void __force __user *)(unsigned long) req->data_p;
arch/s390/pci/pci_clp.c
633
uptr = (void __force __user *)(unsigned long) req->data_p;
arch/s390/pci/pci_insn.c
255
cc = __pcilg_mio(data, (__force u64) addr, len, &status);
arch/s390/pci/pci_insn.c
257
zpci_err_insn_addr(0, 'L', cc, status, (__force u64) addr, len);
arch/s390/pci/pci_insn.c
345
cc = __pcistg_mio(data, (__force u64) addr, len, &status);
arch/s390/pci/pci_insn.c
347
zpci_err_insn_addr(0, 'S', cc, status, (__force u64) addr, len);
arch/s390/pci/pci_insn.c
435
cc = __pcistb_mio(src, (__force u64) dst, len, &status);
arch/s390/pci/pci_insn.c
437
zpci_err_insn_addr(0, 'B', cc, status, (__force u64) dst, len);
arch/s390/pci/pci_mmio.c
110
size = zpci_get_max_io_size((u64 __force) dst,
arch/s390/pci/pci_mmio.c
111
(u64 __force) src, n,
arch/s390/pci/pci_mmio.c
124
zpci_err_mmio(rc, status, (__force u64) dst);
arch/s390/pci/pci_mmio.c
212
union register_pair ioaddr_len = {.even = (u64 __force)ioaddr, .odd = ulen};
arch/s390/pci/pci_mmio.c
268
size = zpci_get_max_io_size((u64 __force) src,
arch/s390/pci/pci_mmio.c
269
(u64 __force) dst, n,
arch/s390/pci/pci_mmio.c
279
zpci_err_mmio(rc, status, (__force u64) dst);
arch/s390/pci/pci_mmio.c
47
: [ioaddr] "a" (ioaddr), [src] "Q" (*((u8 __force *)src))
arch/s390/pci/pci_mmio.c
58
union register_pair ioaddr_len = {.even = (u64 __force)ioaddr, .odd = ulen};
arch/sh/include/asm/checksum_32.h
202
return csum_partial_copy_generic(src, (__force void *)dst, len);
arch/sh/include/asm/checksum_32.h
56
return csum_partial_copy_generic((__force const void *)src, dst, len);
arch/sh/include/asm/checksum_32.h
76
return (__force __sum16)sum;
arch/sh/include/asm/flat.h
17
*addr = get_unaligned((__force u32 *)rp);
arch/sh/include/asm/flat.h
22
put_unaligned(addr, (__force u32 *)rp);
arch/sh/include/asm/io.h
28
#define __raw_writeb(v,a) (__chk_io_ptr(a), *(volatile u8 __force *)(a) = (v))
arch/sh/include/asm/io.h
29
#define __raw_writew(v,a) (__chk_io_ptr(a), *(volatile u16 __force *)(a) = (v))
arch/sh/include/asm/io.h
30
#define __raw_writel(v,a) (__chk_io_ptr(a), *(volatile u32 __force *)(a) = (v))
arch/sh/include/asm/io.h
31
#define __raw_writeq(v,a) (__chk_io_ptr(a), *(volatile u64 __force *)(a) = (v))
arch/sh/include/asm/io.h
33
#define __raw_readb(a) (__chk_io_ptr(a), *(volatile u8 __force *)(a))
arch/sh/include/asm/io.h
34
#define __raw_readw(a) (__chk_io_ptr(a), *(volatile u16 __force *)(a))
arch/sh/include/asm/io.h
35
#define __raw_readl(a) (__chk_io_ptr(a), *(volatile u32 __force *)(a))
arch/sh/include/asm/io.h
36
#define __raw_readq(a) (__chk_io_ptr(a), *(volatile u64 __force *)(a))
arch/sh/include/asm/io.h
43
#define writeb_relaxed(v,c) ((void)__raw_writeb((__force u8)ioswabb(v),c))
arch/sh/include/asm/io.h
44
#define writew_relaxed(v,c) ((void)__raw_writew((__force u16)ioswabw(v),c))
arch/sh/include/asm/io.h
45
#define writel_relaxed(v,c) ((void)__raw_writel((__force u32)ioswabl(v),c))
arch/sh/include/asm/io.h
46
#define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)ioswabq(v),c))
arch/sh/include/asm/uaccess.h
41
(x) = (__force __typeof__(*(ptr)))__gu_val; \
arch/sh/include/asm/uaccess.h
52
(x) = (__force __typeof__(*(ptr)))__gu_val; \
arch/sh/include/asm/uaccess.h
90
return __copy_user(to, (__force void *)from, n);
arch/sh/include/asm/uaccess.h
96
return __copy_user((__force void *)to, from, n);
arch/sh/kernel/traps_32.c
82
return copy_from_kernel_nofault(dst, (const void __force *)src, cnt);
arch/sh/kernel/traps_32.c
88
return copy_to_kernel_nofault((void __force *)dst, src, cnt);
arch/sh/mm/ioremap.c
126
unsigned long vaddr = (unsigned long __force)addr;
arch/sh/mm/nommu.c
35
memset((__force void *)to, 0, n);
arch/sh/mm/pmb.c
464
unsigned long vaddr = (unsigned long __force)addr;
arch/sparc/include/asm/checksum_32.h
127
: "0" (sum), "1" ((__force u32)sum<<16)
arch/sparc/include/asm/checksum_32.h
129
return (__force __sum16)sum;
arch/sparc/include/asm/checksum_32.h
59
return (__force __wsum)ret;
arch/sparc/include/asm/checksum_32.h
67
return csum_partial_copy_nocheck((__force void *)src, dst, len);
arch/sparc/include/asm/checksum_32.h
75
return csum_partial_copy_nocheck(src, (__force void *)dst, len);
arch/sparc/include/asm/checksum_64.h
61
: "0" (sum), "1" ((__force u32)sum<<16)
arch/sparc/include/asm/checksum_64.h
63
return (__force __sum16)sum;
arch/sparc/include/asm/io_32.h
67
return *(__force volatile u8 *)addr;
arch/sparc/include/asm/io_32.h
72
return *(__force volatile u16 *)addr;
arch/sparc/include/asm/io_32.h
77
return *(__force volatile u32 *)addr;
arch/sparc/include/asm/io_32.h
82
*(__force volatile u8 *)addr = b;
arch/sparc/include/asm/io_32.h
87
*(__force volatile u16 *)addr = w;
arch/sparc/include/asm/io_32.h
92
*(__force volatile u32 *)addr = l;
arch/sparc/include/asm/io_64.h
255
insb((unsigned long __force)port, buf, count);
arch/sparc/include/asm/io_64.h
261
insw((unsigned long __force)port, buf, count);
arch/sparc/include/asm/io_64.h
267
insl((unsigned long __force)port, buf, count);
arch/sparc/include/asm/io_64.h
273
outsb((unsigned long __force)port, buf, count);
arch/sparc/include/asm/io_64.h
279
outsw((unsigned long __force)port, buf, count);
arch/sparc/include/asm/io_64.h
285
outsl((unsigned long __force)port, buf, count);
arch/sparc/include/asm/uaccess_32.h
137
x = (__force type) __gu_val; \
arch/sparc/include/asm/uaccess_32.h
154
x = (__force type) __gu_val; \
arch/sparc/include/asm/uaccess_32.h
185
return __copy_user(to, (__force void __user *) from, n);
arch/sparc/include/asm/uaccess_32.h
190
return __copy_user((__force void __user *) to, from, n);
arch/sparc/include/asm/uaccess_64.h
149
type *addr = (type __force *)(src); \
arch/sparc/include/asm/uaccess_64.h
164
*(type *)dst = (__force type) __gu_val; \
arch/sparc/include/asm/uaccess_64.h
200
data = (__force type) __gu_val; \
arch/sparc/include/asm/uaccess_64.h
45
__chk_range_not_ok((unsigned long __force)(addr), size, limit); \
arch/sparc/include/asm/uaccess_64.h
79
type *addr = (type __force *)(dst); \
arch/x86/boot/startup/gdt_idt.c
51
struct gdt_page *gp = rip_rel_ptr((void *)(__force unsigned long)&gdt_page);
arch/x86/coco/sev/core.c
147
secrets = (__force struct snp_secrets_page *)mem;
arch/x86/coco/sev/core.c
1598
mdesc->secrets = (__force struct snp_secrets_page *)mem;
arch/x86/coco/sev/core.c
1630
iounmap((__force void __iomem *)mdesc->secrets);
arch/x86/coco/sev/core.c
2037
secrets = (__force struct snp_secrets_page *)mem;
arch/x86/entry/syscall_32.c
288
(u32 __user __force *)(unsigned long)(u32)regs->sp);
arch/x86/entry/syscall_32.c
291
(u32 __user __force *)(unsigned long)(u32)regs->sp);
arch/x86/include/asm/checksum_32.h
104
: "r" ((__force u32)sum << 16),
arch/x86/include/asm/checksum_32.h
105
"0" ((__force u32)sum & 0xffff0000));
arch/x86/include/asm/checksum_32.h
106
return (__force __sum16)(~(__force u32)sum >> 16);
arch/x86/include/asm/checksum_32.h
181
ret = csum_partial_copy_generic(src, (__force void *)dst, len);
arch/x86/include/asm/checksum_32.h
52
ret = csum_partial_copy_generic((__force void *)src, dst, len);
arch/x86/include/asm/checksum_32.h
92
return (__force __sum16)sum;
arch/x86/include/asm/checksum_64.h
181
sum64 = (__force __u64)htonl(len) + (__force __u64)htons(proto) +
arch/x86/include/asm/checksum_64.h
182
(__force __u64)sum;
arch/x86/include/asm/checksum_64.h
195
(__force __wsum)add32_with_carry(sum64 & 0xffffffff, sum64>>32));
arch/x86/include/asm/checksum_64.h
201
return (__force __wsum)add32_with_carry((__force unsigned)csum,
arch/x86/include/asm/checksum_64.h
202
(__force unsigned)addend);
arch/x86/include/asm/checksum_64.h
28
: "r" ((__force u32)sum << 16),
arch/x86/include/asm/checksum_64.h
29
"0" ((__force u32)sum & 0xffff0000));
arch/x86/include/asm/checksum_64.h
30
return (__force __sum16)(~(__force u32)sum >> 16);
arch/x86/include/asm/checksum_64.h
73
return (__force __sum16)sum;
arch/x86/include/asm/elf.h
333
(unsigned long __force)current->mm->context.vdso); \
arch/x86/include/asm/elf.h
342
(unsigned long __force)current->mm->context.vdso); \
arch/x86/include/asm/io.h
50
:"m" (*(volatile type __force *)addr) barrier); return ret; }
arch/x86/include/asm/io.h
55
"m" (*(volatile type __force *)addr) barrier); }
arch/x86/include/asm/percpu.h
135
*(qual __my_cpu_type(pcp) * __force)__my_cpu_ptr(&(pcp)); \
arch/x86/include/asm/percpu.h
140
*(qual __my_cpu_type(pcp) * __force)__my_cpu_ptr(&(pcp)) = (val); \
arch/x86/include/asm/percpu.h
66
tcp_ptr__ += (__force unsigned long)(_ptr); \
arch/x86/include/asm/percpu.h
67
(TYPEOF_UNQUAL(*(_ptr)) __force __kernel *)tcp_ptr__; \
arch/x86/include/asm/percpu.h
73
(TYPEOF_UNQUAL(*(_ptr)) __force __kernel *)0; \
arch/x86/include/asm/percpu.h
94
# define __my_cpu_ptr(ptr) (__my_cpu_type(*(ptr))*)(__force uintptr_t)(ptr)
arch/x86/include/asm/special_insns.h
187
asm volatile("clflush %0" : "+m" (*(volatile char __force *)__p));
arch/x86/include/asm/special_insns.h
194
"+m" (*(volatile char __force *)__p));
arch/x86/include/asm/special_insns.h
253
movdir64b((void __force *)dst, src);
arch/x86/include/asm/uaccess.h
539
(x) = (__force __typeof__(*(ptr)))__gu_val; \
arch/x86/include/asm/uaccess.h
547
(x) = (__force __typeof__(*(ptr)))__gu_val; \
arch/x86/include/asm/uaccess.h
569
(__force u8 *)(_ptr), (_oldp), \
arch/x86/include/asm/uaccess.h
573
(__force u16 *)(_ptr), (_oldp), \
arch/x86/include/asm/uaccess.h
577
(__force u32 *)(_ptr), (_oldp), \
arch/x86/include/asm/uaccess.h
580
case 8: __ret = __try_cmpxchg64_user_asm((__force u64 *)(_ptr), (_oldp),\
arch/x86/include/asm/uaccess.h
622
__get_user_size(*((type *)(dst)), (__force type __user *)(src), \
arch/x86/include/asm/uaccess.h
629
__get_user_size(*((type *)(dst)), (__force type __user *)(src), \
arch/x86/include/asm/uaccess.h
637
__put_user_size(*((type *)(src)), (__force type __user *)(dst), \
arch/x86/include/asm/uaccess.h
86
(x) = (__force __typeof__(*(ptr))) __val_gu; \
arch/x86/include/asm/uaccess_32.h
20
return __copy_user_ll((__force void *)to, from, n);
arch/x86/include/asm/uaccess_32.h
26
return __copy_user_ll(to, (__force const void *)from, n);
arch/x86/include/asm/uaccess_64.h
103
unsigned long sum = size + (__force unsigned long)ptr;
arch/x86/include/asm/uaccess_64.h
105
return valid_user_address(sum) && sum >= (__force unsigned long)ptr;
arch/x86/include/asm/uaccess_64.h
141
return copy_user_generic(dst, (__force void *)src, size);
arch/x86/include/asm/uaccess_64.h
147
return copy_user_generic((__force void *)dst, src, size);
arch/x86/include/asm/uaccess_64.h
162
ret = copy_to_nontemporal(dst, (__force const void *)src, size);
arch/x86/include/asm/uaccess_64.h
38
unsigned long __addr = (__force unsigned long)(addr); \
arch/x86/include/asm/uaccess_64.h
39
(__force __typeof__(addr))__untagged_addr(__addr); \
arch/x86/include/asm/uaccess_64.h
50
unsigned long __addr = (__force unsigned long)(addr); \
arch/x86/include/asm/uaccess_64.h
51
(__force __typeof__(addr))__untagged_addr_remote(mm, __addr); \
arch/x86/include/asm/uaccess_64.h
57
likely((__force unsigned long)(x) <= runtime_const_ptr(USER_PTR_MAX))
arch/x86/kernel/crash_dump_64.c
25
vaddr = (__force void *)ioremap_encrypted(pfn << PAGE_SHIFT, PAGE_SIZE);
arch/x86/kernel/crash_dump_64.c
27
vaddr = (__force void *)ioremap_cache(pfn << PAGE_SHIFT, PAGE_SIZE);
arch/x86/kernel/fpu/xstate.h
331
struct xregs_state *xstate = ((__force struct xregs_state *)buf);
arch/x86/lib/copy_mc.c
104
return copy_user_generic((__force void *)dst, src, len);
arch/x86/lib/copy_mc.c
91
ret = copy_mc_fragile((__force void *)dst, src, len);
arch/x86/lib/copy_mc.c
99
ret = copy_mc_enhanced_fast_string((__force void *)dst, src, len);
arch/x86/lib/csum-partial_64.c
16
return (__force __wsum)((temp64 + ror64(temp64, 32)) >> 32);
arch/x86/lib/csum-partial_64.c
46
u64 temp64 = (__force u64)sum;
arch/x86/lib/csum-wrappers_64.c
29
sum = csum_partial_copy_generic((__force const void *)src, dst, len);
arch/x86/lib/csum-wrappers_64.c
51
sum = csum_partial_copy_generic(src, (void __force *)dst, len);
arch/x86/lib/usercopy_64.c
52
rc = copy_to_nontemporal(dst, (__force const void *)src, size);
arch/x86/mm/iomap_32.c
63
return (void __force __iomem *)__kmap_local_pfn_prot(pfn, prot);
arch/x86/mm/ioremap.c
460
if (WARN_ON_ONCE(!is_ioremap_addr((void __force *)addr)))
arch/x86/mm/ioremap.c
470
if ((void __force *)addr >= phys_to_virt(ISA_START_ADDRESS) &&
arch/x86/mm/ioremap.c
471
(void __force *)addr < phys_to_virt(ISA_END_ADDRESS)) {
arch/x86/mm/ioremap.c
479
(PAGE_MASK & (unsigned long __force)addr);
arch/x86/mm/ioremap.c
486
p = find_vm_area((void __force *)addr);
arch/x86/mm/ioremap.c
499
o = remove_vm_area((void __force *)addr);
arch/x86/mm/ioremap.c
508
return (void __force *)ioremap_cache(phys_addr, size);
arch/x86/mm/ioremap.c
510
return (void __force *)ioremap_encrypted(phys_addr, size);
arch/x86/net/bpf_jit_comp.c
1614
emit_mov_imm64(&prog, X86_REG_R9, (__force long) priv_frame_ptr >> 32,
arch/x86/net/bpf_jit_comp.c
1615
(u32) (__force long) priv_frame_ptr);
arch/x86/pci/intel_mid.c
353
dev->current_state = (pci_power_t __force)(pmcsr & PCI_PM_CTRL_STATE_MASK);
arch/x86/platform/intel-mid/pwr.c
222
ret = __update_power_state(pwr, reg, bit, (__force int)state);
arch/x86/platform/intel-mid/pwr.c
287
return (__force pci_power_t)((power >> bit) & 3);
arch/x86/um/asm/checksum.h
113
return (__force __sum16)sum;
arch/x86/um/asm/checksum.h
40
: "r" ((__force u32)sum << 16),
arch/x86/um/asm/checksum.h
41
"0" ((__force u32)sum & 0xffff0000)
arch/x86/um/asm/checksum.h
43
return (__force __sum16)(~(__force u32)sum >> 16);
arch/xtensa/include/asm/checksum.h
245
return csum_partial_copy_generic(src, (__force void *)dst, len);
arch/xtensa/include/asm/checksum.h
60
return csum_partial_copy_generic((__force const void *)src, dst, len);
arch/xtensa/include/asm/checksum.h
81
return (__force __sum16)sum;
arch/xtensa/include/asm/flat.h
10
*addr = get_unaligned((__force u32 *)rp);
arch/xtensa/include/asm/flat.h
15
put_unaligned(addr, (__force u32 *)rp);
arch/xtensa/include/asm/uaccess.h
183
(x) = *(__force __typeof__(*(ptr)) *)&__x; \
arch/xtensa/include/asm/uaccess.h
218
(x_) = (__force __typeof__(*(addr_)))__x; \
arch/xtensa/include/asm/uaccess.h
232
return __xtensa_copy_user(to, (__force const void *)from, n);
arch/xtensa/include/asm/uaccess.h
238
return __xtensa_copy_user((__force void *)to, from, n);
arch/xtensa/include/asm/uaccess.h
252
if (!__memset((void __force *)addr, 0, size))
block/blk-core.c
1312
BUILD_BUG_ON((__force u32)REQ_OP_LAST >= (1 << REQ_OP_BITS));
block/blk-core.c
193
return (__force blk_status_t)i;
block/blk-core.c
202
int idx = (__force int)status;
block/blk-core.c
212
int idx = (__force int)status;
block/blk-core.c
221
int idx = (__force int)status;
block/blk-core.c
235
return (__force blk_status_t)i;
block/blk-mq-debugfs.c
283
blk_flags_show(m, (__force unsigned int)(rq->cmd_flags & ~REQ_OP_MASK),
block/blk-mq-debugfs.c
286
blk_flags_show(m, (__force unsigned int)rq->rq_flags, rqf_name,
block/blk-mq.c
846
(__force unsigned long long) rq->cmd_flags);
block/blk-mq.c
874
blk_rq_pos(req), (__force u32)req_op(req),
block/blk-mq.c
876
(__force u32)(req->cmd_flags & ~REQ_OP_MASK),
block/blk-mq.h
43
#define BLK_MQ_INSERT_AT_HEAD ((__force blk_insert_t)0x01)
block/t10-pi.c
251
blk_set_pi(iter, pi, (__force __be16)(u16)iter->csum);
block/t10-pi.c
50
iter->csum = (__force u32)csum_partial(data, len,
block/t10-pi.c
51
(__force __wsum)iter->csum);
block/t10-pi.c
64
iter->csum = (__force u16)csum_fold((__force __wsum)iter->csum);
drivers/accel/habanalabs/goya/goya.c
3013
base = (__force void *) hdev->pcie_bar[SRAM_CFG_BAR_ID];
drivers/accel/qaic/qaic_control.c
31
#define MANAGE_MAGIC_NUMBER ((__force __le32)0x43494151) /* "QAIC" in little endian */
drivers/acpi/osl.c
300
return (void __iomem __force *)kmap(pfn_to_page(pfn));
drivers/acpi/osl.c
369
map->virt = (void __iomem __force *)((unsigned long)virt & PAGE_MASK);
drivers/ata/pata_mpc52xx.c
470
bd->src_pa = (__force u32) priv->ata_regs_pa +
drivers/ata/pata_mpc52xx.c
472
bd->dst_pa = (__force u32) cur_addr;
drivers/ata/pata_mpc52xx.c
475
bd->src_pa = (__force u32) cur_addr;
drivers/ata/pata_mpc52xx.c
476
bd->dst_pa = (__force u32) priv->ata_regs_pa +
drivers/base/regmap/regmap-kunit.c
1866
KUNIT_EXPECT_EQ(test, def, be16_to_cpu((__force __be16)rval[i]));
drivers/base/regmap/regmap-kunit.c
1868
KUNIT_EXPECT_EQ(test, def, le16_to_cpu((__force __le16)rval[i]));
drivers/base/regmap/regmap-kunit.c
1929
be16_to_cpu((__force __be16)val[i % 2]));
drivers/base/regmap/regmap-kunit.c
1932
le16_to_cpu((__force __le16)val[i % 2]));
drivers/base/regmap/regmap-kunit.c
2038
be16_to_cpu((__force __be16)val[i - 2]));
drivers/base/regmap/regmap-kunit.c
2041
le16_to_cpu((__force __le16)val[i - 2]));
drivers/bcma/host_soc.c
115
__raw_writew((__force u16)(*buf), addr);
drivers/bcma/host_soc.c
126
__raw_writel((__force u32)(*buf), addr);
drivers/bcma/host_soc.c
71
*buf = (__force __le16)__raw_readw(addr);
drivers/bcma/host_soc.c
82
*buf = (__force __le32)__raw_readl(addr);
drivers/block/floppy.c
2860
(__force unsigned long long) current_req->cmd_flags))
drivers/block/rnbd/rnbd-proto.h
302
(__force u32)req_op(rq),
drivers/block/rnbd/rnbd-proto.h
303
(__force unsigned long long)rq->cmd_flags);
drivers/bus/omap_l3_smx.h
320
*(volatile u64 __force *)(a) = (v))
drivers/bus/omap_l3_smx.h
322
*(volatile u64 __force *)(a))
drivers/cdx/controller/mcdi.c
281
hdr[0].cdx_u32 |= (__force __le32)(cdx_mcdi_payload_csum(hdr, hdr_len, inbuf, inlen) <<
drivers/cdx/controller/mcdid.h
48
le16_to_cpu(*(__force const __le16 *)MCDI_PTR(_buf, _field)))
drivers/char/hw_random/xilinx-trng.c
156
iowrite32((u32 __force)(cpu_to_be32(values[i])), reg_addr);
drivers/char/tpm/eventlog/of.c
81
size = be32_to_cpup((__force __be32 *)sizep);
drivers/char/tpm/eventlog/of.c
82
base = be64_to_cpup((__force __be64 *)basep);
drivers/char/tpm/tpm_atmel.c
114
native_size = (__force __be32 *) (hdr + 2);
drivers/char/tpm/tpm_nsc.c
172
native_size = (__force __be32 *) (buf + 2);
drivers/char/virtio_console.c
1146
return fill_readbuf(port, (__force u8 __user *)buf, count, false);
drivers/char/virtio_console.c
673
memcpy((__force u8 *)out_buf, buf->buf + buf->offset,
drivers/char/xillybus/xillyusb.c
1459
rc = fifo_read(fifo, (__force void *)userbuf + bytes_done,
drivers/char/xillybus/xillyusb.c
1664
rc = fifo_write(fifo, (__force void *)userbuf, count,
drivers/clk/aspeed/clk-ast2700.c
1019
adev = devm_auxiliary_device_create(dev, reset_name, (__force void *)clk_base);
drivers/clk/clk-eyeq.c
331
(void __force *)base);
drivers/clk/clk-gate_test.c
143
ctx->fake_mem = (void __force __iomem *)&ctx->fake_reg;
drivers/clk/mvebu/armada-37xx-periph.c
129
#define __reg(__x) ((void __iomem __force *)(__x))
drivers/clk/zynq/clkc.c
597
zynq_clkc_base = (__force void __iomem *)slcr->data + res.start;
drivers/clocksource/arm_arch_timer_mmio.c
125
cnt_hi = __le32_to_cpu((__le32 __force)__raw_readl(t->base + offset_lo + 4));
drivers/clocksource/arm_arch_timer_mmio.c
126
cnt_lo = __le32_to_cpu((__le32 __force)__raw_readl(t->base + offset_lo));
drivers/clocksource/arm_arch_timer_mmio.c
127
tmp_hi = __le32_to_cpu((__le32 __force)__raw_readl(t->base + offset_lo + 4));
drivers/comedi/comedi_fops.c
1955
cmd->chanlist = (unsigned int __force *)user_chanlist;
drivers/comedi/comedi_fops.c
2044
cmd->chanlist = (unsigned int __force *)user_chanlist;
drivers/comedi/comedi_fops.c
3197
cmd->chanlist = (unsigned int __force *)compat_ptr(v32.chanlist);
drivers/crypto/caam/ctrl.c
1001
ctrlpriv->ctrl = (struct caam_ctrl __iomem __force *)ctrl;
drivers/crypto/caam/ctrl.c
1002
ctrlpriv->assure = (struct caam_assurance __iomem __force *)
drivers/crypto/caam/ctrl.c
1003
((__force uint8_t *)ctrl +
drivers/crypto/caam/ctrl.c
1006
ctrlpriv->deco = (struct caam_deco __iomem __force *)
drivers/crypto/caam/ctrl.c
1007
((__force uint8_t *)ctrl +
drivers/crypto/caam/ctrl.c
1094
ctrlpriv->qi = (struct caam_queue_if __iomem __force *)
drivers/crypto/caam/ctrl.c
1095
((__force uint8_t *)ctrl +
drivers/crypto/caam/ctrl.c
945
ctrlpriv->jr[ring] = (struct caam_job_ring __iomem __force *)
drivers/crypto/caam/ctrl.c
946
((__force uint8_t *)ctrl + reg);
drivers/crypto/caam/debugfs.c
46
struct caam_perfmon __force *perfmon,
drivers/crypto/caam/debugfs.c
84
ctrlpriv->ctl_kek_wrap.data = (__force void *)&ctrlpriv->ctrl->kek[0];
drivers/crypto/caam/debugfs.c
89
ctrlpriv->ctl_tkek_wrap.data = (__force void *)&ctrlpriv->ctrl->tkek[0];
drivers/crypto/caam/debugfs.c
94
ctrlpriv->ctl_tdsk_wrap.data = (__force void *)&ctrlpriv->ctrl->tdsk[0];
drivers/crypto/caam/debugfs.h
13
struct caam_perfmon __force *perfmon, struct dentry *root);
drivers/crypto/caam/debugfs.h
16
struct caam_perfmon __force *perfmon,
drivers/crypto/caam/jr.c
622
jrpriv->rregs = (struct caam_job_ring __iomem __force *)ctrl;
drivers/crypto/caam/regs.h
80
return le##len ## _to_cpu((__force __le##len)val); \
drivers/crypto/caam/regs.h
82
return be##len ## _to_cpu((__force __be##len)val); \
drivers/crypto/caam/regs.h
89
return (__force u##len)cpu_to_le##len(val); \
drivers/crypto/caam/regs.h
91
return (__force u##len)cpu_to_be##len(val); \
drivers/crypto/hifn_795x.c
624
writel((__force u32)cpu_to_le32(val), dev->bar[0] + reg);
drivers/crypto/hifn_795x.c
629
writel((__force u32)cpu_to_le32(val), dev->bar[1] + reg);
drivers/crypto/inside-secure/eip93/eip93-common.c
547
sa_state->state_iv[3] = (u32 __force)cpu_to_be32(0x1);
drivers/crypto/inside-secure/eip93/eip93-common.c
551
ctr = be32_to_cpu((__be32 __force)iv[3]);
drivers/crypto/inside-secure/eip93/eip93-common.c
673
otag[i] = be32_to_cpu((__be32 __force)otag[i]);
drivers/crypto/inside-secure/eip93/eip93-common.c
811
ipad_hash[i] = (u32 __force)cpu_to_be32(ipad_hash[i]);
drivers/crypto/inside-secure/eip93/eip93-common.c
812
opad_hash[i] = (u32 __force)cpu_to_be32(opad_hash[i]);
drivers/crypto/inside-secure/eip93/eip93-hash.c
85
digest[i] = be32_to_cpu((__be32 __force)digest[i]);
drivers/crypto/inside-secure/eip93/eip93-main.c
387
writel((u32 __force)cdr->base_dma, eip93->base + EIP93_REG_PE_CDR_BASE);
drivers/crypto/inside-secure/eip93/eip93-main.c
388
writel((u32 __force)rdr->base_dma, eip93->base + EIP93_REG_PE_RDR_BASE);
drivers/crypto/inside-secure/eip93/eip93-main.h
24
#define EIP93_RING_SA_STATE_DMA(dma_base, idx) ((u32 __force)(dma_base) + \
drivers/crypto/inside-secure/safexcel_cipher.c
146
(__force u32)cpu_to_be32(ctx->ctrinit);
drivers/crypto/inside-secure/safexcel_cipher.c
154
(__force u32)cpu_to_be32(ctx->ctrinit);
drivers/crypto/inside-secure/safexcel_cipher.c
89
(__force u32)cpu_to_be32(ctx->ctrinit);
drivers/crypto/intel/qat/qat_common/qat_algs.c
1032
qat_req->req.comn_mid.opaque_data = (u64)(__force long)qat_req;
drivers/crypto/intel/qat/qat_common/qat_algs.c
685
(void *)(__force long)qat_resp->opaque_data;
drivers/crypto/intel/qat/qat_common/qat_algs.c
735
qat_req->req.comn_mid.opaque_data = (u64)(__force long)qat_req;
drivers/crypto/intel/qat/qat_common/qat_algs.c
779
qat_req->req.comn_mid.opaque_data = (u64)(__force long)qat_req;
drivers/crypto/intel/qat/qat_common/qat_algs.c
965
qat_req->req.comn_mid.opaque_data = (u64)(__force long)qat_req;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
160
struct qat_asym_request *req = (void *)(__force long)resp->opaque;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
350
msg->pke_mid.opaque = (u64)(__force long)qat_req;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
568
struct qat_asym_request *req = (void *)(__force long)resp->opaque;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
603
struct qat_asym_request *areq = (void *)(__force long)resp->opaque;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
799
msg->pke_mid.opaque = (u64)(__force long)qat_req;
drivers/crypto/intel/qat/qat_common/qat_asym_algs.c
945
msg->pke_mid.opaque = (u64)(__force long)qat_req;
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
242
(void *)(__force long)qat_comp_get_opaque(resp);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
334
(u64)(__force long)sfbuf, slen,
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
335
(u64)(__force long)dfbuf, dlen,
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
336
(u64)(__force long)qat_req);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
339
(u64)(__force long)sfbuf, slen,
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
340
(u64)(__force long)dfbuf, dlen,
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
341
(u64)(__force long)qat_req);
drivers/crypto/marvell/octeontx2/cn10k_cpt.c
36
tar_addr |= (__force u64)lf->ioreg |
drivers/crypto/omap-aes.c
141
(__force u32)cpu_to_le32(dd->ctx->key[i]));
drivers/crypto/stm32/stm32-cryp.c
1827
size_bit = (__force u32)cpu_to_be32(size_bit);
drivers/crypto/stm32/stm32-cryp.c
1836
size_bit = (__force u32)cpu_to_be32(size_bit);
drivers/cxl/core/cdat.c
137
len = le16_to_cpu((__force __le16)hdr->length);
drivers/cxl/core/cdat.c
160
le_base = (__force __le64)dslbis->entry_base_unit;
drivers/cxl/core/cdat.c
161
le_val = (__force __le16)dslbis->entry[0];
drivers/cxl/core/cdat.c
448
len = le16_to_cpu((__force __le16)header->cdat.length);
drivers/cxl/core/cdat.c
466
u16 x = le16_to_cpu((__force __le16)tbl->entries[i].portx_id);
drivers/cxl/core/cdat.c
467
u16 y = le16_to_cpu((__force __le16)tbl->entries[i].porty_id);
drivers/cxl/core/cdat.c
495
le_base = (__force __le64)tbl->sslbis_header.entry_base_unit;
drivers/cxl/core/cdat.c
496
le_val = (__force __le16)tbl->entries[i].latency_or_bandwidth;
drivers/cxl/core/cdat.c
63
len = le16_to_cpu((__force __le16)hdr->length);
drivers/cxl/core/cdat.c
77
dent->dpa_range.start = le64_to_cpu((__force __le64)dsmas->dpa_base_address);
drivers/cxl/core/cdat.c
78
dent->dpa_range.end = le64_to_cpu((__force __le64)dsmas->dpa_base_address) +
drivers/cxl/core/cdat.c
79
le64_to_cpu((__force __le64)dsmas->dpa_length) - 1;
drivers/dma/fsl-edma-common.h
292
__iomem __le64 : edma_writeq(chan->edma, (u64 __force)(_val), &_tcd->__name), \
drivers/dma/fsl-edma-common.h
293
__iomem __le32 : edma_writel(chan->edma, (u32 __force)(_val), &_tcd->__name), \
drivers/dma/fsl-edma-common.h
294
__iomem __le16 : edma_writew(chan->edma, (u16 __force)(_val), &_tcd->__name), \
drivers/dma/fsl-edma-common.h
324
(void __iomem *)&(container_of(((__force void *)chan->tcd),\
drivers/dma/fsl-edma-common.h
329
(void __iomem *)&(container_of(((__force void *)chan->tcd),\
drivers/dma/fsldma.h
259
be##width##_to_cpu((__force __be##width)(v##width)d) : \
drivers/dma/fsldma.h
260
le##width##_to_cpu((__force __le##width)(v##width)d))
drivers/dma/fsldma.h
263
(__force v##width)cpu_to_be##width(c) : \
drivers/dma/fsldma.h
264
(__force v##width)cpu_to_le##width(c))
drivers/edac/aspeed_edac.c
292
aspeed_regmap = devm_regmap_init(dev, NULL, (__force void *)regs,
drivers/firewire/nosy.c
424
lynx->rcv_buffer[0] = (__force __le32)timestamp;
drivers/firewire/ohci.c
1242
header[3] = (__force __le32) packet->header[3];
drivers/firewire/ohci.c
2765
ctx->sc.last_timestamp = (u16)le32_to_cpu((__force __le32)dma_hdr[0]);
drivers/firewire/ohci.c
664
return has_be_header_quirk ? (__force __u32)value : le32_to_cpu(value);
drivers/firewire/ohci.c
698
p.header[3] = (__force __u32) buffer[3];
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
239
*(__force __le32 *)&rgn->data[0] = cpu_to_le32(alg_id);
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
319
ple32 = (__force __le32 *)builder->write_p;
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
323
shortstring = (__force struct wmfw_short_string *)ple32;
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
331
shortstring = (__force struct wmfw_short_string *)ple32;
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
339
longstring = (__force struct wmfw_long_string *)ple32;
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
393
*(__force __le32 *)&rgn->data[offset] = cpu_to_le32(builder->num_coeffs);
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
503
alg_data = (__force __le32 *)region->data;
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
560
alg_data = (__force __le32 *)region->data;
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
684
alg_data = (__force __le32 *)region->data;
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
689
ncoeff = (__force __le32 *)&alg_data[3];
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
742
alg_data = (__force __le32 *)region->data;
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
748
coeff = (__force __le32 *)&alg_data[4];
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
861
alg_data = (__force __le32 *)region->data;
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
867
coeff = (__force __le32 *)&alg_data[4];
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
911
alg_data = (__force __le32 *)region->data;
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
917
coeff = (__force __le32 *)&alg_data[4];
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
965
alg_data = (__force __le32 *)region->data;
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
971
coeff = (__force __le32 *)&alg_data[4];
drivers/fsi/fsi-master-aspeed.c
141
return __opb_write(aspeed, addr, (__force u16)val, XFER_HALFWORD);
drivers/fsi/fsi-master-aspeed.c
146
return __opb_write(aspeed, addr, (__force u32)val, XFER_FULLWORD);
drivers/gpio/gpio-davinci.c
424
irq_set_chip_data(irq, (__force void *)chips);
drivers/gpio/gpio-mm-lantiq.c
93
ltq_ebu_w32(CPHYSADDR((__force void *)chip->regs) | 0x1, LTQ_EBU_ADDRSEL1);
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
6752
} while (cmpxchg((struct dma_fence __force **)&adev->gang_submit,
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
2129
adev->mman.aper_base_kaddr = (__force void __iomem *)kaddr;
drivers/gpu/drm/ast/ast_drv.c
213
void __iomem *ioregs = (void __force __iomem *)data;
drivers/gpu/drm/ast/ast_drv.c
221
void *data = (void __force *)ioregs;
drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c
231
((void __force *)&((*dsi).vpg_defs.name))
drivers/gpu/drm/drm_cache.c
313
(void __force *)dst->vaddr_iomem :
drivers/gpu/drm/drm_cache.c
316
(void const __force *)src->vaddr_iomem :
drivers/gpu/drm/drm_format_helper.c
280
dbuf8 = (u8 __force *)dbuf32;
drivers/gpu/drm/drm_format_helper.c
315
dbuf32 = (__le32 __force *)dbuf64;
drivers/gpu/drm/drm_format_helper.c
329
dbuf16 = (__le16 __force *)dbuf32;
drivers/gpu/drm/drm_format_helper.c
374
dbuf8 = (u8 __force *)dbuf32;
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
1264
io_mapping_unmap_atomic((void __force __iomem *) unmask_page(cache->vaddr));
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
1326
vaddr = (void __force *)io_mapping_map_atomic_wc(&ggtt->iomap,
drivers/gpu/drm/i915/gem/i915_gem_object.c
505
if (!i915_memcpy_from_wc(dst, (void __force *)src_ptr, size))
drivers/gpu/drm/i915/gem/i915_gem_object.c
619
i915_gem_object_evictable((void __force *)obj))
drivers/gpu/drm/i915/gem/i915_gem_object.c
638
i915_gem_object_evictable((void __force *)obj))
drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c
827
if (memchr_inv((void __force *)map, POISON_FREE, obj->base.size)) {
drivers/gpu/drm/i915/gt/intel_ring.c
58
addr = (void __force *)i915_vma_pin_iomap(vma);
drivers/gpu/drm/i915/gt/selftest_reset.c
103
in = (void __force *)s;
drivers/gpu/drm/i915/gt/selftest_reset.c
141
in = (void __force *)s;
drivers/gpu/drm/i915/gvt/cfg_space.c
100
pwr = (pci_power_t __force)(*(u16*)(&vgpu_cfg_space(vgpu)[off])
drivers/gpu/drm/i915/i915_active.c
206
return (struct dma_fence ** __force)&active->fence;
drivers/gpu/drm/i915/i915_gem.c
289
(void __force *)vaddr + offset,
drivers/gpu/drm/i915/i915_gem.c
295
(void __force *)vaddr + offset,
drivers/gpu/drm/i915/i915_gem.c
523
unwritten = copy_from_user_inatomic_nontemporal((void __force *)vaddr + offset,
drivers/gpu/drm/i915/i915_gem.c
528
unwritten = copy_from_user((void __force *)vaddr + offset,
drivers/gpu/drm/i915/i915_gpu_error.c
1194
(void __force *)s, dst,
drivers/gpu/drm/i915/i915_gpu_error.c
1219
(void __force *)s, dst,
drivers/gpu/drm/i915/intel_uncore.c
2398
(void __force *)uncore->regs);
drivers/gpu/drm/nouveau/nouveau_bo.c
808
iowrite16_native(val, (void __force __iomem *)mem);
drivers/gpu/drm/nouveau/nouveau_bo.c
822
return ioread32_native((void __force __iomem *)mem);
drivers/gpu/drm/nouveau/nouveau_bo.c
836
iowrite32_native(val, (void __force __iomem *)mem);
drivers/gpu/drm/nouveau/nouveau_bo.h
104
void __iomem *ioptr = (void __force __iomem *)ttm_kmap_obj_virtual(
drivers/gpu/drm/radeon/radeon_fbdev.c
256
info->screen_base = (__force void __iomem *)rbo->kptr;
drivers/gpu/drm/radeon/radeon_uvd.c
155
family_id = (__force u32)(hdr->ucode_version) & 0xff;
drivers/gpu/drm/radeon/radeon_uvd.c
156
version_major = (le32_to_cpu((__force __le32)(hdr->ucode_version))
drivers/gpu/drm/radeon/radeon_uvd.c
158
version_minor = (le32_to_cpu((__force __le32)(hdr->ucode_version))
drivers/gpu/drm/radeon/radeon_uvd.c
783
writel((__force u32)cpu_to_le32(0x00000de4), &msg[0]);
drivers/gpu/drm/radeon/radeon_uvd.c
785
writel((__force u32)cpu_to_le32(handle), &msg[2]);
drivers/gpu/drm/radeon/radeon_uvd.c
790
writel((__force u32)cpu_to_le32(0x00000780), &msg[7]);
drivers/gpu/drm/radeon/radeon_uvd.c
791
writel((__force u32)cpu_to_le32(0x00000440), &msg[8]);
drivers/gpu/drm/radeon/radeon_uvd.c
793
writel((__force u32)cpu_to_le32(0x01b37000), &msg[10]);
drivers/gpu/drm/radeon/radeon_uvd.c
819
writel((__force u32)cpu_to_le32(0x00000de4), &msg[0]);
drivers/gpu/drm/radeon/radeon_uvd.c
820
writel((__force u32)cpu_to_le32(0x00000002), &msg[1]);
drivers/gpu/drm/radeon/radeon_uvd.c
821
writel((__force u32)cpu_to_le32(handle), &msg[2]);
drivers/gpu/drm/tests/drm_format_helper_test.c
1002
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1036
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1043
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1077
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1084
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1151
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1158
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1165
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1177
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1211
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
1245
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tests/drm_format_helper_test.c
613
dst[n] = le32_to_cpu((__force __le32)buf[n]);
drivers/gpu/drm/tests/drm_format_helper_test.c
739
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
745
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
753
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
787
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
794
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
828
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
835
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
869
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
876
buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
drivers/gpu/drm/tests/drm_format_helper_test.c
995
buf = le32buf_to_cpu(test, (__force const __le32 *)buf, dst_size / sizeof(u32));
drivers/gpu/drm/tilcdc/tilcdc_regs.h
130
*(volatile u64 __force *)addr = __cpu_to_le64(data);
drivers/gpu/drm/vboxvideo/vbox_main.c
57
vbva = (void __force *)vbox->vbva_buffers +
drivers/gpu/drm/vmwgfx/vmwgfx_cmd.c
339
return (void __force *) (fifo_mem +
drivers/gpu/drm/xe/xe_bo.c
640
mem->bus.addr = (u8 __force *)vram->mapping +
drivers/gpu/drm/xe/xe_i2c.c
290
xe_mmio_rmw32(mmio, I2C_CONFIG_PMCSR, PCI_PM_CTRL_STATE_MASK, (__force u32)PCI_D3hot);
drivers/gpu/drm/xe/xe_i2c.c
304
xe_mmio_rmw32(mmio, I2C_CONFIG_PMCSR, PCI_PM_CTRL_STATE_MASK, (__force u32)PCI_D0);
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
278
mem->bus.addr = (u8 __force *)mgr->mapping + mem->bus.offset;
drivers/hid/hid-mcp2221.c
1095
*val = le16_to_cpu((__force __le16) mcp->adc_values[channel->address]);
drivers/hid/hid-sensor-hub.c
213
(__force __s32)cpu_to_le32(*buf32));
drivers/hid/hid-sensor-hub.c
224
(__force __s32)cpu_to_le32(value));
drivers/hid/hid-uclogic-rdesc.c
1401
put_unaligned((__force u32)cpu_to_le32(v), (s32 *)p);
drivers/hid/hid-uclogic-rdesc.c
1407
put_unaligned((__force u16)cpu_to_le16(v), (s16 *)(p + 1));
drivers/hwmon/ads7871.c
96
return le16_to_cpu((__force __le16)ret);
drivers/hwmon/aspeed-pwm-tacho.c
926
priv->regmap = devm_regmap_init(dev, NULL, (__force void *)regs,
drivers/i2c/busses/i2c-cpm.c
46
#define DPRAM_BASE ((u8 __iomem __force *)cpm_muram_addr(0))
drivers/i2c/i2c-dev.c
571
.buf = (__force __u8 *)compat_ptr(umsg.buf),
drivers/i3c/master/mipi-i3c-hci/ext_caps.c
203
hci->vendor_data = (__force void *)base;
drivers/i3c/master/mipi-i3c-hci/pio.c
325
data = (__force u32) cpu_to_le32(data);
drivers/i3c/master/mipi-i3c-hci/pio.c
485
last_word = (__force u32) cpu_to_le32(last_word);
drivers/i3c/master/mipi-i3c-hci/pio.c
827
data = (__force u32) cpu_to_le32(data);
drivers/iio/buffer/industrialio-buffer-dma.c
628
(__force __user char *)user_buffer, true);
drivers/iio/light/cm3232.c
211
lux = (__force u64)als_info->mlux_per_bit;
drivers/infiniband/core/cm.c
585
return (__force u32) (local_id ^ cm.random_id_operand);
drivers/infiniband/core/cm.c
609
return (__force u32) a < (__force u32) b;
drivers/infiniband/core/cm.c
614
return (__force u32) a > (__force u32) b;
drivers/infiniband/core/cm.c
619
return (__force u64) a < (__force u64) b;
drivers/infiniband/core/cm.c
624
return (__force u64) a > (__force u64) b;
drivers/infiniband/core/cm.c
853
cm_id_priv->id.local_id = (__force __be32)id ^ cm.random_id_operand;
drivers/infiniband/core/iwpm_util.c
517
u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0);
drivers/infiniband/core/iwpm_util.c
524
u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0);
drivers/infiniband/core/ucma.c
1011
addr->sib_pkey = (__force __be16) resp.pkey;
drivers/infiniband/core/ucma.c
877
resp.node_guid = (__force __u64) ctx->cm_id->device->node_guid;
drivers/infiniband/core/ucma.c
904
resp->node_guid = (__force __u64) cm_id->device->node_guid;
drivers/infiniband/core/ucma.c
907
resp->pkey = (__force __u16) cpu_to_be16(
drivers/infiniband/core/ucma.c
998
addr->sib_pkey = (__force __be16) resp.pkey;
drivers/infiniband/core/uverbs_cmd.c
155
return (void __force __user *)ERR_PTR(-ENOSPC);
drivers/infiniband/core/uverbs_cmd.c
2153
(__be32 __force) user_wr->ex.imm_data;
drivers/infiniband/hw/cxgb4/cm.c
1990
req->tcb.tx_max = (__force __be32) jiffies;
drivers/infiniband/hw/cxgb4/cm.c
2005
req->tcb.opt0 = (__force __be64) (TCAM_BYPASS_F |
drivers/infiniband/hw/cxgb4/cm.c
2017
req->tcb.opt2 = (__force __be32) (PACE_V(1) |
drivers/infiniband/hw/cxgb4/cm.c
2023
req->tcb.opt2 |= (__force __be32)TSTAMPS_EN_F;
drivers/infiniband/hw/cxgb4/cm.c
2025
req->tcb.opt2 |= (__force __be32)SACK_EN_F;
drivers/infiniband/hw/cxgb4/cm.c
2027
req->tcb.opt2 |= (__force __be32)WND_SCALE_EN_F;
drivers/infiniband/hw/cxgb4/cm.c
2028
req->tcb.opt0 = cpu_to_be64((__force u64)req->tcb.opt0);
drivers/infiniband/hw/cxgb4/cm.c
2029
req->tcb.opt2 = cpu_to_be32((__force u32)req->tcb.opt2);
drivers/infiniband/hw/cxgb4/cm.c
3756
(__force u32) req->tid);
drivers/infiniband/hw/cxgb4/cm.c
3817
(__force u32) htonl(
drivers/infiniband/hw/cxgb4/cm.c
3818
(__force u32) req->tid)));
drivers/infiniband/hw/cxgb4/cm.c
4015
req->le.filter = (__force __be32) filter;
drivers/infiniband/hw/cxgb4/cm.c
4095
stid = (__force int) cpu_to_be32((__force u32) rss->hash_val);
drivers/infiniband/hw/cxgb4/cm.c
4180
window = (__force u16) htons((__force u16)tcph->window);
drivers/infiniband/hw/cxgb4/cm.c
4183
filter = (__force unsigned int) cpu_to_be32(cxgb4_select_ntuple(
drivers/infiniband/hw/cxgb4/cm.c
4390
wr_waitp = (struct c4iw_wr_wait *)(__force unsigned long) rpl->data[1];
drivers/infiniband/hw/cxgb4/device.c
1196
be64_to_cpu(*(__force __be64 *)gl->va),
drivers/infiniband/hw/cxgb4/mem.c
150
req->wr.wr_lo = (__force __be64)(unsigned long)wr_waitp;
drivers/infiniband/hw/cxgb4/mem.c
88
req->wr.wr_lo = wr_waitp ? (__force __be64)(unsigned long)wr_waitp : 0L;
drivers/infiniband/hw/cxgb4/qp.c
123
sq->queue = (__force union t4_wr *)(rdev->oc_mw_kva + sq->dma_addr -
drivers/infiniband/hw/cxgb4/qp.c
476
*flitp = (__force __be64)0;
drivers/infiniband/hw/cxgb4/qp.c
845
mhp->mpl[i] = (__force u64)cpu_to_be64((u64)mhp->mpl[i]);
drivers/infiniband/hw/hfi1/mad.c
4589
smp->mkey, (__force __be32)smp->dr_slid,
drivers/infiniband/hw/hfi1/mad.c
4609
(__force __be32)smp->dr_slid,
drivers/infiniband/hw/hfi1/ruc.c
188
(__force u16)cpu_to_be16((u16)npsn),
drivers/infiniband/hw/hfi1/ruc.c
197
(__force u16)cpu_to_be16(
drivers/infiniband/hw/hfi1/user_sdma.c
1040
(__force u16)cpu_to_le16(LRH2PBC(lrhlen)));
drivers/infiniband/hw/hfi1/user_sdma.c
1045
(__force u16)cpu_to_be16(lrhlen >> 2));
drivers/infiniband/hw/hfi1/user_sdma.c
1059
(__force u16)cpu_to_be16(val32 >> 16));
drivers/infiniband/hw/hfi1/user_sdma.c
1063
(__force u16)cpu_to_be16(val32 & 0xffff));
drivers/infiniband/hw/hfi1/user_sdma.c
1068
(__force u16)cpu_to_le16(req->koffset & 0xffff));
drivers/infiniband/hw/hfi1/user_sdma.c
1072
(__force u16)cpu_to_le16(req->koffset >> 16));
drivers/infiniband/hw/hfi1/user_sdma.c
1125
7, 16, 14, (__force u16)val);
drivers/infiniband/hw/hns/hns_roce_common.h
40
__raw_writel((__force u32)cpu_to_le32(value), (addr))
drivers/infiniband/hw/irdma/utils.c
1382
if ((__force u32)cpu_to_le32(~crc32c(~0, addr, len)) != val)
drivers/infiniband/hw/mlx4/alias_GUID.c
114
return (__force __be64) -1;
drivers/infiniband/hw/mlx4/alias_GUID.c
205
guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid.
drivers/infiniband/hw/mlx4/alias_GUID.c
415
be64_to_cpu((__force __be64)rec->guid_indexes),
drivers/infiniband/hw/mlx4/alias_GUID.c
416
be64_to_cpu((__force __be64)applied_guid_indexes),
drivers/infiniband/hw/mlx4/alias_GUID.c
417
be64_to_cpu((__force __be64)declined_guid_indexes));
drivers/infiniband/hw/mlx4/alias_GUID.c
85
guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid.
drivers/infiniband/hw/mthca/mthca_cmd.c
209
__raw_writel((__force u32) cpu_to_be32(in_param >> 32), ptr + offs[0]);
drivers/infiniband/hw/mthca/mthca_cmd.c
211
__raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), ptr + offs[1]);
drivers/infiniband/hw/mthca/mthca_cmd.c
213
__raw_writel((__force u32) cpu_to_be32(in_modifier), ptr + offs[2]);
drivers/infiniband/hw/mthca/mthca_cmd.c
215
__raw_writel((__force u32) cpu_to_be32(out_param >> 32), ptr + offs[3]);
drivers/infiniband/hw/mthca/mthca_cmd.c
217
__raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), ptr + offs[4]);
drivers/infiniband/hw/mthca/mthca_cmd.c
219
__raw_writel((__force u32) cpu_to_be32(token << 16), ptr + offs[5]);
drivers/infiniband/hw/mthca/mthca_cmd.c
221
__raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) |
drivers/infiniband/hw/mthca/mthca_cmd.c
226
__raw_writel((__force u32) 0, ptr + offs[7]);
drivers/infiniband/hw/mthca/mthca_cmd.c
257
__raw_writel((__force u32) cpu_to_be32(in_param >> 32), dev->hcr + 0 * 4);
drivers/infiniband/hw/mthca/mthca_cmd.c
258
__raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), dev->hcr + 1 * 4);
drivers/infiniband/hw/mthca/mthca_cmd.c
259
__raw_writel((__force u32) cpu_to_be32(in_modifier), dev->hcr + 2 * 4);
drivers/infiniband/hw/mthca/mthca_cmd.c
260
__raw_writel((__force u32) cpu_to_be32(out_param >> 32), dev->hcr + 3 * 4);
drivers/infiniband/hw/mthca/mthca_cmd.c
261
__raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), dev->hcr + 4 * 4);
drivers/infiniband/hw/mthca/mthca_cmd.c
262
__raw_writel((__force u32) cpu_to_be32(token << 16), dev->hcr + 5 * 4);
drivers/infiniband/hw/mthca/mthca_cmd.c
267
__raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) |
drivers/infiniband/hw/mthca/mthca_cmd.c
366
(u64) be32_to_cpu((__force __be32)
drivers/infiniband/hw/mthca/mthca_cmd.c
368
(u64) be32_to_cpu((__force __be32)
drivers/infiniband/hw/mthca/mthca_cmd.c
375
status = be32_to_cpu((__force __be32) __raw_readl(dev->hcr + HCR_STATUS_OFFSET)) >> 24;
drivers/infiniband/hw/mthca/mthca_doorbell.h
56
__raw_writeq((__force u64) val, dest);
drivers/infiniband/hw/mthca/mthca_doorbell.h
62
__raw_writeq((__force u64) cpu_to_be64((u64) hi << 32 | lo), dest);
drivers/infiniband/hw/mthca/mthca_doorbell.h
84
__raw_writel(((__force u32 *) &val)[0], dest);
drivers/infiniband/hw/mthca/mthca_doorbell.h
85
__raw_writel(((__force u32 *) &val)[1], dest + 4);
drivers/infiniband/hw/mthca/mthca_doorbell.h
93
hi = (__force u32) cpu_to_be32(hi);
drivers/infiniband/hw/mthca/mthca_doorbell.h
94
lo = (__force u32) cpu_to_be32(lo);
drivers/infiniband/hw/mthca/mthca_eq.c
193
__raw_writel((__force u32) cpu_to_be32(ci),
drivers/infiniband/sw/rxe/rxe_icrc.c
23
return (__force __be32)crc32_le((__force u32)crc, next, len);
drivers/infiniband/sw/rxe/rxe_icrc.c
56
crc = (__force __be32)0xdebb20e3;
drivers/infiniband/sw/siw/siw_qp_rx.c
988
crc_in = (__force __wsum)srx->trailer.crc;
drivers/infiniband/ulp/ipoib/ipoib.h
127
#define IPOIB_QPN_MASK ((__force u32) cpu_to_be32(0xFFFFFF))
drivers/infiniband/ulp/iser/iser_initiator.c
424
itt = (__force uint32_t)hdr->itt;
drivers/input/touchscreen/apple_z2.c
290
load_cmd = le32_to_cpup((__force __le32 *)(fw->data + fw_idx));
drivers/input/touchscreen/apple_z2.c
293
size = le32_to_cpup((__force __le32 *)(fw->data + fw_idx));
drivers/input/touchscreen/apple_z2.c
306
address = le32_to_cpup((__force __le32 *)(fw->data + fw_idx));
drivers/iommu/amd/init.c
712
return (__force void *)ioremap_encrypted(phys, size);
drivers/irqchip/irq-tegra.c
264
(void __force *)info->base[ictlr]);
drivers/irqchip/irq-tegra.c
84
void __iomem *base = (void __iomem __force *)d->chip_data;
drivers/md/dm-cache-block-types.h
27
return (__force dm_oblock_t) b;
drivers/md/dm-cache-block-types.h
32
return (__force dm_block_t) b;
drivers/md/dm-cache-block-types.h
37
return (__force dm_cblock_t) b;
drivers/md/dm-cache-block-types.h
42
return (__force uint32_t) b;
drivers/md/dm-cache-block-types.h
47
return (__force dm_dblock_t) b;
drivers/md/dm-cache-block-types.h
52
return (__force dm_block_t) b;
drivers/md/dm-flakey.c
172
(__force unsigned int *)&fc->corrupt_bio_flags,
drivers/media/common/siano/smsendian.c
28
msg->msg_data = le32_to_cpu((__force __le32)(msg->msg_data));
drivers/media/common/siano/smsendian.c
37
msg_data[i] = le32_to_cpu((__force __le32)msg_data[i]);
drivers/media/common/siano/smsendian.c
57
ver->chip_model = le16_to_cpu((__force __le16)ver->chip_model);
drivers/media/common/siano/smsendian.c
75
msg_data[i] = le32_to_cpu((__force __le32)msg_data[i]);
drivers/media/common/siano/smsendian.c
89
phdr->msg_type = le16_to_cpu((__force __le16)phdr->msg_type);
drivers/media/common/siano/smsendian.c
90
phdr->msg_length = le16_to_cpu((__force __le16)phdr->msg_length);
drivers/media/common/siano/smsendian.c
91
phdr->msg_flags = le16_to_cpu((__force __le16)phdr->msg_flags);
drivers/media/common/videobuf2/videobuf2-vmalloc.c
107
buf->vaddr = (__force void *)
drivers/media/common/videobuf2/videobuf2-vmalloc.c
146
iounmap((__force void __iomem *)buf->vaddr);
drivers/media/i2c/ov02a10.c
393
chip_id = le16_to_cpu((__force __le16)ret);
drivers/media/i2c/tc358743.c
220
error = i2c_rd(sd, reg, (u8 __force *)&val, n);
drivers/media/i2c/tc358743.c
236
i2c_wr(sd, reg, (u8 __force *)&raw, n);
drivers/media/pci/bt8xx/bttv-cards.c
3944
u16 checksum = (__force u16)ip_compute_csum(ee + i, 16);
drivers/media/pci/cx18/cx18-firmware.c
153
const __le32 *shptr = (__force __le32 *)src + offset / 4;
drivers/media/pci/dm1105/dm1105.c
602
dm_writel(DM1105_STADR, (__force u32)cpu_to_le32(dev->dma_addr));
drivers/media/pci/ivtv/ivtvfb.c
404
dst = (void __force *) (info->screen_base + p);
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
141
u8 val = *((u8 __force *)state->membase8_config + addr);
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
156
*((u8 __force *)state->membase8_config + addr) = data;
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
165
u8 val = *((u8 __force *)state->membase8_io + addr);
drivers/media/pci/netup_unidvb/netup_unidvb_ci.c
180
*((u8 __force *)state->membase8_io + addr) = data;
drivers/media/pci/saa7164/saa7164-bus.c
215
msg->size = (__force u16)cpu_to_le16(msg->size);
drivers/media/pci/saa7164/saa7164-bus.c
216
msg->command = (__force u32)cpu_to_le32(msg->command);
drivers/media/pci/saa7164/saa7164-bus.c
217
msg->controlselector = (__force u16)cpu_to_le16(msg->controlselector);
drivers/media/pci/saa7164/saa7164-bus.c
283
msg->size = le16_to_cpu((__force __le16)msg->size);
drivers/media/pci/saa7164/saa7164-bus.c
284
msg->command = le32_to_cpu((__force __le32)msg->command);
drivers/media/pci/saa7164/saa7164-bus.c
285
msg->controlselector = le16_to_cpu((__force __le16)msg->controlselector);
drivers/media/pci/saa7164/saa7164-bus.c
379
msg_tmp.size = le16_to_cpu((__force __le16)msg_tmp.size);
drivers/media/pci/saa7164/saa7164-bus.c
380
msg_tmp.command = le32_to_cpu((__force __le32)msg_tmp.command);
drivers/media/pci/saa7164/saa7164-bus.c
381
msg_tmp.controlselector = le16_to_cpu((__force __le16)msg_tmp.controlselector);
drivers/media/pci/solo6x10/solo6x10-eeprom.c
111
return (__force __be16)retval;
drivers/media/pci/solo6x10/solo6x10-eeprom.c
124
unsigned int dataval = ((__force unsigned)data >> i) & 1;
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c
239
if (IS_ERR((__force void *)ctx->m2m_ctx)) {
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c
240
ret = PTR_ERR((__force void *)ctx->m2m_ctx);
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c
446
if (IS_ERR((__force void *)dev->m2m_dev_dec)) {
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.c
448
ret = PTR_ERR((__force void *)dev->m2m_dev_dec);
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_hw.c
179
if (IS_ERR((__force void *)subdev_dev->reg_base[VDEC_HW_MISC])) {
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_hw.c
180
ret = PTR_ERR((__force void *)subdev_dev->reg_base[VDEC_HW_MISC]);
drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.c
147
if (IS_ERR((__force void *)ctx->m2m_ctx)) {
drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.c
148
ret = PTR_ERR((__force void *)ctx->m2m_ctx);
drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.c
346
if (IS_ERR((__force void *)dev->m2m_dev_enc)) {
drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.c
348
ret = PTR_ERR((__force void *)dev->m2m_dev_enc);
drivers/media/platform/mediatek/vpu/mtk_vpu.c
468
return (__force void *)(dtcm_dmem_addr + vpu->reg.tcm +
drivers/media/platform/mediatek/vpu/mtk_vpu.c
545
dest = (__force void *)vpu->reg.tcm;
drivers/media/platform/mediatek/vpu/mtk_vpu.c
826
if (IS_ERR((__force void *)vpu->reg.tcm))
drivers/media/platform/mediatek/vpu/mtk_vpu.c
827
return PTR_ERR((__force void *)vpu->reg.tcm);
drivers/media/platform/mediatek/vpu/mtk_vpu.c
830
if (IS_ERR((__force void *)vpu->reg.cfg))
drivers/media/platform/mediatek/vpu/mtk_vpu.c
831
return PTR_ERR((__force void *)vpu->reg.cfg);
drivers/media/platform/samsung/exynos4-is/mipi-csis.c
691
memcpy(pktbuf->data, (u8 __force *)state->regs + offset,
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2384
(__force unsigned long) ctx->dev->mfc_regs->d_ret_picture_tag_top);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2390
(__force unsigned long) ctx->dev->mfc_regs->d_ret_picture_tag_bot);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2396
(__force unsigned long) ctx->dev->mfc_regs->d_display_crop_info1);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
2402
(__force unsigned long) ctx->dev->mfc_regs->d_display_crop_info2);
drivers/media/platform/ti/cal/cal.c
249
(__force const void *)cal->base,
drivers/media/platform/ti/cal/cal.c
258
(__force const void *)phy->base,
drivers/media/platform/ti/omap3isp/ispccdc.c
735
(__force void __user *)(long)fpc.fpcaddr,
drivers/media/radio/radio-tea5764.c
155
p[i] = __be16_to_cpu((__force __be16)p[i]);
drivers/media/test-drivers/vivid/vivid-touch-cap.c
334
tch_buf[x] = (__force s16)__cpu_to_le16((u16)tch_buf[x]);
drivers/media/usb/as102/as10x_cmd.c
115
preq->body.set_tune.req.args.freq = (__force __u32)cpu_to_le32(ptune->freq);
drivers/media/usb/as102/as10x_cmd.c
193
le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.signal_strength);
drivers/media/usb/as102/as10x_cmd.c
194
pstatus->PER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.PER);
drivers/media/usb/as102/as10x_cmd.c
195
pstatus->BER = le16_to_cpu((__force __le16)prsp->body.get_tune_status.rsp.sts.BER);
drivers/media/usb/as102/as10x_cmd.c
253
ptps->cell_ID = le16_to_cpu((__force __le16)prsp->body.get_tps.rsp.tps.cell_ID);
drivers/media/usb/as102/as10x_cmd.c
304
le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.frame_count);
drivers/media/usb/as102/as10x_cmd.c
306
le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bad_frame_count);
drivers/media/usb/as102/as10x_cmd.c
308
le32_to_cpu((__force __le32)prsp->body.get_demod_stats.rsp.stats.bytes_fixed_by_rs);
drivers/media/usb/as102/as10x_cmd.c
310
le16_to_cpu((__force __le16)prsp->body.get_demod_stats.rsp.stats.mer);
drivers/media/usb/as102/as10x_cmd_cfg.c
63
*pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32);
drivers/media/usb/as102/as10x_cmd_cfg.c
95
pcmd->body.context.req.reg_val.u.value32 = (__force u32)cpu_to_le32(value);
drivers/media/usb/cx231xx/cx231xx-avcore.c
2627
gpio_val = (__force u32)cpu_to_le32(gpio_val);
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
439
vb->m.planes = (void __force *)
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
483
vb->m.planes = (void __force *)
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
712
.controls = (void __force *)compat_ptr(ec32.controls),
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
824
p64->edid = (void __force *)compat_ptr(edid);
drivers/media/v4l2-core/v4l2-ioctl.c
3506
*kernel_ptr = (void __force *)user_ptr;
drivers/misc/bcm-vk/bcm_vk_msg.c
1265
ret = (__force __poll_t)(POLLIN | POLLRDNORM);
drivers/misc/genwqe/card_utils.c
108
__raw_writel((__force u32)cpu_to_be32(val), cd->mmio + byte_offs);
drivers/misc/genwqe/card_utils.c
127
return be32_to_cpu((__force __be32)__raw_readl(cd->mmio + byte_offs));
drivers/misc/genwqe/card_utils.c
57
__raw_writeq((__force u64)cpu_to_be64(val), cd->mmio + byte_offs);
drivers/misc/genwqe/card_utils.c
84
return be64_to_cpu((__force __be64)__raw_readq(cd->mmio + byte_offs));
drivers/misc/lkdtm/cfi.c
69
((__force __typeof__(addr))((uintptr_t)(addr) | PAGE_OFFSET))
drivers/misc/ocxl/config.c
434
*ptr = le32_to_cpu((__force __le32) val);
drivers/mmc/core/block.c
3189
cid[n] = be32_to_cpu((__force __be32)card->raw_cid[n]);
drivers/mmc/core/sd_uhs2.c
184
uhs2_cmd.payload[0] = (__force __be32)payload0;
drivers/mmc/host/cqhci-core.c
430
__le64 *task_desc = (__le64 __force *)get_desc(cq_host, tag);
drivers/mmc/host/cqhci-core.c
485
__le32 *attr = (__le32 __force *)desc;
drivers/mmc/host/cqhci-core.c
494
__le64 *dataddr = (__le64 __force *)(desc + 4);
drivers/mmc/host/cqhci-core.c
498
__le32 *dataddr = (__le32 __force *)(desc + 4);
drivers/mmc/host/cqhci-core.c
566
task_desc = (__le64 __force *)get_desc(cq_host, cq_host->dcmd_slot);
drivers/mmc/host/cqhci-core.c
581
dataddr = (__le64 __force *)(desc + 4);
drivers/mmc/host/cqhci-core.c
92
__le64 *data_addr = (__le64 __force *)(link_temp + 4);
drivers/mmc/host/cqhci-core.c
96
__le32 *data_addr = (__le32 __force *)(link_temp + 4);
drivers/mmc/host/dw_mmc.h
497
(*(volatile u64 __force *)(__reg) = (__value))
drivers/mmc/host/dw_mmc.h
498
#define __raw_readq(__reg) (*(volatile u64 __force *)(__reg))
drivers/mmc/host/loongson2-mmc.c
649
data[j] = (__force u32)cpu_to_be32(data[j]);
drivers/mmc/host/sdhci-uhs2.c
653
sdhci_writel(host, *(__force u32 *)(cmd->uhs2_cmd->payload + j),
drivers/mmc/host/sdhci-uhs2.c
73
return be16_to_cpu((__force __be16)cmd->uhs2_cmd->arg) & UHS2_ARG_IOADR_MASK;
drivers/mtd/devices/phram.c
92
addr = (void __force *)ioremap(start, len);
drivers/mtd/nand/onenand/onenand_omap2.c
456
memset((__force void *)c->onenand.base, 0, ONENAND_BUFRAM_SIZE);
drivers/mtd/nand/raw/brcmnand/bcma_nand.c
61
val = be32_to_cpu((__force __be32)val);
drivers/mtd/nand/raw/brcmnand/bcma_nand.c
78
val = (__force u32)cpu_to_be32(val);
drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c
79
if (bcmbca_nand_is_buf_aligned((void __force *)flash_cache, buffer))
drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c
80
memcpy((void *)buffer, (void __force *)flash_cache, fc_words * 4);
drivers/mtd/nand/raw/brcmnand/brcmnand.c
1605
oob_reg_write(ctrl, (tbytes & ~0x3), (__force u32)cpu_to_be32(last));
drivers/mtd/nand/raw/omap_elm.c
180
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[9]);
drivers/mtd/nand/raw/omap_elm.c
185
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[5]);
drivers/mtd/nand/raw/omap_elm.c
190
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[1]);
drivers/mtd/nand/raw/omap_elm.c
200
val = ((__force u32)cpu_to_be32(*(u32 *)&ecc[3]) >> 4) |
drivers/mtd/nand/raw/omap_elm.c
206
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[0]) >> 12;
drivers/mtd/nand/raw/omap_elm.c
210
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[22]);
drivers/mtd/nand/raw/omap_elm.c
213
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[18]);
drivers/mtd/nand/raw/omap_elm.c
216
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[14]);
drivers/mtd/nand/raw/omap_elm.c
219
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[10]);
drivers/mtd/nand/raw/omap_elm.c
222
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[6]);
drivers/mtd/nand/raw/omap_elm.c
225
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[2]);
drivers/mtd/nand/raw/omap_elm.c
228
val = (__force u32)cpu_to_be32(*(u32 *)&ecc[0]) >> 16;
drivers/net/amt.c
2762
mac = siphash_3u32((__force u32)tunnel->ip4,
drivers/net/amt.c
2763
(__force u32)tunnel->source_port,
drivers/net/amt.c
2764
(__force u32)tunnel->nonce,
drivers/net/bonding/bond_main.c
4236
hash ^= (__force u32)flow_get_u32_dst(flow) ^
drivers/net/bonding/bond_main.c
4237
(__force u32)flow_get_u32_src(flow);
drivers/net/bonding/bond_netlink.c
326
bond_opt_initval(&newval, (__force u64)target);
drivers/net/can/m_can/tcan4x5x-regmap.c
144
.read_flag_mask = (__force unsigned long)
drivers/net/can/m_can/tcan4x5x-regmap.c
146
.write_flag_mask = (__force unsigned long)
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
505
.read_flag_mask = (__force unsigned long)
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
507
.write_flag_mask = (__force unsigned long)
drivers/net/can/spi/mcp251xfd/mcp251xfd-regmap.c
71
reg = (__force unsigned short)cpu_to_be16(MCP251XFD_SPI_INSTRUCTION_WRITE | reg);
drivers/net/ethernet/3com/typhoon.c
1443
iowrite32(le16_to_cpu((__force __le16)csum),
drivers/net/ethernet/8390/ax88796.c
44
#define ax_convert_addr(_a) ((void __force __iomem *)(_a))
drivers/net/ethernet/8390/ax88796.c
733
(__le16 __force *)mac_addr,
drivers/net/ethernet/8390/xsurf100.c
26
#define ax_convert_addr(_a) ((void __force __iomem *)(_a))
drivers/net/ethernet/airoha/airoha_eth.c
2253
tcp_hdr(skb)->check = (__force __sum16)csum;
drivers/net/ethernet/airoha/airoha_ppe.c
239
u32 val = be32_to_cpu((__force __be32)act->mangle.val);
drivers/net/ethernet/airoha/airoha_ppe.c
243
if ((__force __be32)act->mangle.mask == ~cpu_to_be32(0xffff))
drivers/net/ethernet/altera/altera_sgdma.c
70
(void __force *)priv->rx_dma_desc,
drivers/net/ethernet/altera/altera_sgdma.c
80
(void __force *)priv->tx_dma_desc,
drivers/net/ethernet/apm/xgene/xgene_enet_hw.c
955
mdio_bus->priv = (void __force *)pdata->mcx_mac_addr;
drivers/net/ethernet/aquantia/atlantic/aq_macsec.c
327
put_unaligned_be64((__force u64)secy->sci, tx_class_rec.sci);
drivers/net/ethernet/aquantia/atlantic/aq_macsec.c
699
put_unaligned_be64((__force u64)rx_sc->sci, pre_class_record.sci);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3345
#define bswab32(b32) ((__force __le32) swab32((__force __u32) (b32)))
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3346
#define bswab16(b16) ((__force __le16) swab16((__force __u16) (b16)))
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3349
__sum16 tsum = (__force __sum16) csum;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3352
tsum = ~csum_fold(csum_sub((__force __wsum) csum,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3356
tsum = ~csum_fold(csum_add((__force __wsum) csum,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3679
u32 csum = (__force u32)(~iph->check) -
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3680
(__force u32)iph->tot_len -
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3681
(__force u32)iph->frag_off;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3686
bswab16(csum_fold((__force __wsum)csum));
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
4228
tmp = (__force u32)be32_to_cpu((__force __be32)tmp);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
4235
tmp = (__force u32)be32_to_cpu((__force __be32)tmp);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
4242
tmp = (__force u32)be32_to_cpu((__force __be32)tmp);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1476
(!rc && ((pm & PCI_PM_CTRL_STATE_MASK) != (__force u16)PCI_D0)))
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1696
val &= ~le32_to_cpu((__force __le32)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
1698
val |= le32_to_cpu((__force __le32)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h
223
((u32 *)GUNZIP_BUF(bp))[i] = (__force u32)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
13292
ops_offsets = (__force __be16 *)(firmware->data + offset);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
14882
entries = (__force u32)be32_to_cpu((__force __be32)entries);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h
354
#define LE32_0 ((__force __le32) 0)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h
355
#define LE16_0 ((__force __le16) 0)
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
236
seg_hdr->component_id = (__force __le32)seg_rec->component_id;
drivers/net/ethernet/broadcom/bnxt/bnxt_coredump.c
237
seg_hdr->segment_id = (__force __le32)seg_rec->segment_id;
drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c
851
req->l2_ctxt_ref_id = (__force __le16)ref_decap_handle;
drivers/net/ethernet/broadcom/genet/bcmgenet.c
2421
rx_csum = (__force __be16)(status->rx_csum & 0xffff);
drivers/net/ethernet/broadcom/genet/bcmgenet.c
2423
skb->csum = (__force __wsum)ntohs(rx_csum);
drivers/net/ethernet/broadcom/tg3.c
13110
if (csum != le32_to_cpu((__force __le32)buf[0x10 / 4]))
drivers/net/ethernet/broadcom/tg3.c
13117
if (csum != le32_to_cpu((__force __le32)buf[0xfc / 4]))
drivers/net/ethernet/cavium/liquidio/lio_core.c
1588
var = be32_to_cpu((__force __be32)resp->speed);
drivers/net/ethernet/cavium/liquidio/lio_core.c
1651
var = be32_to_cpu((__force __be32)resp->speed);
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
1014
vdata->major = (__force u16)cpu_to_be16(LIQUIDIO_BASE_MAJOR_VERSION);
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
1015
vdata->minor = (__force u16)cpu_to_be16(LIQUIDIO_BASE_MINOR_VERSION);
drivers/net/ethernet/cavium/liquidio/lio_ethtool.c
1016
vdata->micro = (__force u16)cpu_to_be16(LIQUIDIO_BASE_MICRO_VERSION);
drivers/net/ethernet/cavium/thunder/nicvf_main.c
837
ntohs((__force __be16)cqe_rx->vlan_tci));
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
897
return ntohl((__force __be32)skb->priority) >> 8 & 0xfffff;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
902
return G_OPCODE(ntohl((__force __be32)skb->csum));
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
1323
*buf++ = le64_to_cpu((__force __le64)
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
1341
*res_buf++ = le32_to_cpu((__force __le32)
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c
2507
y = (__force u64)cpu_to_be64(y);
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1668
y = (__force u64)cpu_to_be64(y);
drivers/net/ethernet/chelsio/cxgb4/sge.c
3459
skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val,
drivers/net/ethernet/chelsio/cxgb4/sge.c
3745
skb_set_hash(skb, (__force u32)pkt->rsshdr.hash_val,
drivers/net/ethernet/chelsio/cxgb4/sge.c
3758
__sum16 c = (__force __sum16)pkt->csum;
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
3029
*data = (__force __u32)(cpu_to_be32(*data));
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
584
last.word = le32_to_cpu((__force __le32)
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
593
(__force u32)cpu_to_le32(last.word));
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
693
*buf++ = le32_to_cpu((__force __le32)t4_read_reg(adap,
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
697
(__force u32)cpu_to_le32(*buf++));
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
1018
writeq((__force u64)*src, dst);
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
1655
__sum16 c = (__force __sum16)pkt->csum;
drivers/net/ethernet/engleder/tsnep_rxnfc.c
6
#define ETHER_TYPE_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/freescale/enetc/enetc.c
1420
skb->csum = csum_unfold((__force __sum16)~htons(inet_csum));
drivers/net/ethernet/freescale/fs_enet/mac-fcc.c
144
fep->ring_base = (void __iomem __force *)dma_alloc_coherent(fep->dev,
drivers/net/ethernet/freescale/fs_enet/mac-fcc.c
162
(void __force *)fep->ring_base, fep->ring_mem_addr);
drivers/net/ethernet/freescale/fs_enet/mac-fec.c
129
fep->ring_base = (void __force __iomem *)dma_alloc_coherent(fep->dev,
drivers/net/ethernet/freescale/fs_enet/mac-fec.c
147
(void __force *)fep->ring_base,
drivers/net/ethernet/freescale/gianfar.c
1697
fcb->phcs = (__force __be16)(udp_hdr(skb)->check);
drivers/net/ethernet/freescale/gianfar.c
1699
fcb->phcs = (__force __be16)(tcp_hdr(skb)->check);
drivers/net/ethernet/google/gve/gve_tx_dqo.c
604
(__force __wsum)htonl(paylen));
drivers/net/ethernet/google/gve/gve_tx_dqo.c
610
(__force __wsum)htonl(paylen));
drivers/net/ethernet/hisilicon/hip04_eth.c
530
desc->send_size = (__force u32)cpu_to_be32(skb->len);
drivers/net/ethernet/hisilicon/hip04_eth.c
532
desc->cfg = (__force u32)cpu_to_be32(TX_CLEAR_WB | TX_FINISH_CACHE_INV
drivers/net/ethernet/hisilicon/hip04_eth.c
534
desc->data_offset = (__force u32)cpu_to_be32(phys & SOC_CACHE_LINE_MASK);
drivers/net/ethernet/hisilicon/hip04_eth.c
535
desc->send_addr = (__force u32)cpu_to_be32(phys & ~SOC_CACHE_LINE_MASK);
drivers/net/ethernet/hisilicon/hip04_eth.c
537
desc->cfg = (__force u32)cpu_to_be32(TX_CLEAR_WB | TX_FINISH_CACHE_INV);
drivers/net/ethernet/hisilicon/hip04_eth.c
538
desc->send_addr = (__force u32)cpu_to_be32(phys);
drivers/net/ethernet/hisilicon/hip04_eth.c
541
desc->wb_addr = (__force u32)cpu_to_be32(phys +
drivers/net/ethernet/hisilicon/hip04_eth.c
609
len = be16_to_cpu((__force __be16)desc->pkt_len);
drivers/net/ethernet/hisilicon/hip04_eth.c
610
err = be32_to_cpu((__force __be32)desc->pkt_err);
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1247
(__force __wsum)htonl(l4_paylen));
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
1251
(__force __wsum)htonl(l4_paylen));
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3943
skb->csum = csum_unfold((__force __sum16)csum);
drivers/net/ethernet/huawei/hinic3/hinic3_cmdq.c
384
(__force __le32)buf_in->size);
drivers/net/ethernet/huawei/hinic3/hinic3_eqs.c
248
aeqe = (__force __le32)swab32((__force __u32)aeqe_pos->desc);
drivers/net/ethernet/huawei/hinic3/hinic3_eqs.c
282
ceqe = (__force __le32)swab32((__force __u32)ceqe_raw);
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
164
__le64 mbox_header = *((__force __le64 *)header);
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
194
__le64 mbox_header = *((__force __le64 *)header);
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
564
__raw_writel(swab32((__force __u32)src32[i]), dst32 + i);
drivers/net/ethernet/huawei/hinic3/hinic3_mgmt.c
161
msg_header = *(__force __le64 *)header;
drivers/net/ethernet/huawei/hinic3/hinic3_mgmt.c
315
if (MBOX_MSG_HEADER_GET(*(__force __le64 *)header, SOURCE) ==
drivers/net/ethernet/huawei/hinic3/hinic3_mgmt.c
323
msg_header = *(__force __le64 *)header;
drivers/net/ethernet/ibm/emac/core.h
412
return (u32 __iomem *)((__force ptrdiff_t)p + offset);
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3140
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3163
csum_replace_by_diff(&l4.udp->check, (__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3167
csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/i40e/i40e_txrx.c
321
*((__force __be16 *)(payload + off)) = pattern;
drivers/net/ethernet/intel/i40e/i40e_txrx.c
3731
hash = (__force u16)skb->protocol ^ skb->hash;
drivers/net/ethernet/intel/iavf/iavf_txrx.c
1785
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/iavf/iavf_txrx.c
1808
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/iavf/iavf_txrx.c
1813
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/ice/ice_ddp.c
152
return (__force struct ice_buf_table *)(nvms->vers +
drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c
494
value = be64_to_cpu(*((__force __be64 *)fsp->h_ext.data));
drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c
495
mask = be64_to_cpu(*((__force __be64 *)fsp->m_ext.data));
drivers/net/ethernet/intel/ice/ice_flex_pipe.c
1929
src = (__force u8 *)xlt2->value;
drivers/net/ethernet/intel/ice/ice_nvm.c
197
(__force u8 *)&data_local, true);
drivers/net/ethernet/intel/ice/ice_nvm.c
361
(__force u8 *)&data_local, sizeof(u16));
drivers/net/ethernet/intel/ice/ice_nvm.c
414
(__force u8 *)&data_local, sizeof(u16));
drivers/net/ethernet/intel/ice/ice_nvm.c
813
id_blk[i] = le16_to_cpu(((__force __le16 *)id_blk)[i]);
drivers/net/ethernet/intel/ice/ice_switch.c
2695
off = (__force __be16 *)(eth_hdr + ICE_ETH_ETHTYPE_OFFSET);
drivers/net/ethernet/intel/ice/ice_switch.c
2725
off = (__force __be16 *)(eth_hdr + ICE_ETH_VLAN_TCI_OFFSET);
drivers/net/ethernet/intel/ice/ice_switch.c
2727
off = (__force __be16 *)(eth_hdr + ICE_ETH_ETHTYPE_OFFSET);
drivers/net/ethernet/intel/ice/ice_switch.c
4861
be16_to_cpu(((__force __be16 *)&rule->m_u)[j]);
drivers/net/ethernet/intel/ice/ice_txrx.c
1902
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/ice/ice_txrx.c
1926
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/ice/ice_txrx.c
1931
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/ice/ice_txrx_lib.c
94
csum = (__force u16)desc->raw_csum;
drivers/net/ethernet/intel/ice/ice_txrx_lib.c
95
skb->csum = csum_unfold((__force __sum16)swab16(csum));
drivers/net/ethernet/intel/idpf/idpf_txrx.c
2866
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/idpf/idpf_txrx.c
2871
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/idpf/idpf_txrx.c
3241
skb->csum = csum_unfold((__force __sum16)~swab16(csum_bits.raw_csum));
drivers/net/ethernet/intel/igb/igb_main.c
2611
#define ETHER_TYPE_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/intel/igb/igb_main.c
2690
(__force __be16)match.key->vlan_priority;
drivers/net/ethernet/intel/igb/igb_main.c
6115
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/igb/igb_main.c
6120
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/igb/igb_main.c
8920
vid = be16_to_cpu((__force __be16)rx_desc->wb.upper.vlan);
drivers/net/ethernet/intel/igb/igb_ptp.c
1252
wr32(E1000_IMIR(3), (__force unsigned int)htons(PTP_EV_PORT));
drivers/net/ethernet/intel/igb/igb_ptp.c
1257
wr32(E1000_SPQF(3), (__force unsigned int)htons(PTP_EV_PORT));
drivers/net/ethernet/intel/igbvf/netdev.c
2050
csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/igbvf/netdev.c
93
vid = be16_to_cpu((__force __be16)vlan) & E1000_RXD_SPC_VLAN_MASK;
drivers/net/ethernet/intel/igc/igc_ethtool.c
961
#define ETHER_TYPE_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/intel/igc/igc_ethtool.c
962
#define VLAN_TCI_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/intel/igc/igc_main.c
1519
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/igc/igc_main.c
1524
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/igc/igc_main.c
1829
vid = be16_to_cpu((__force __be16)rx_desc->wb.upper.vlan);
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
1488
input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF);
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
1598
switch ((__force u16)input_mask->formatted.flex_bytes & 0xFFFF) {
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
1675
fdirhash = (__force u32)input->formatted.bkt_hash;
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
1713
fdirhash = (__force u32)input->formatted.bkt_hash;
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
3660
i, (__force u32)cpu_to_le32(buffer[i]));
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
444
ddp->err = (__force u32)ddp_err;
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
110
(__force u32)cpu_to_le32((__force u32)addr[i]));
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
29
(__force u32)cpu_to_be32(key[3 - i]));
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
30
IXGBE_WRITE_REG(hw, IXGBE_IPSTXSALT, (__force u32)cpu_to_be32(salt));
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
401
(__force u32)spi) {
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
516
if (reg == (__force u32)xs->id.daddr.a4)
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
523
if (reg == (__force u32)xs->id.daddr.a4)
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
538
if (reg != (__force u32)xs->id.daddr.a6[j])
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
548
if (reg != (__force u32)xs->id.daddr.a6[j])
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
707
(__force u32)rsa.xs->id.spi);
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
796
(__force __be32 *)zerobuf);
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
80
(__force u32)cpu_to_le32((__force u32)spi));
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
89
(__force u32)cpu_to_be32(key[3 - i]));
drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c
90
IXGBE_WRITE_REG(hw, IXGBE_IPSRXSALT, (__force u32)cpu_to_be32(salt));
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10183
field_ptr[j].val(input, mask, (__force u32)val,
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10184
(__force u32)m);
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10194
(__force u32)cls->knode.sel->keys[i].val &&
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10196
(__force u32)cls->knode.sel->keys[i].mask)
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10301
(__force u32)cls->knode.sel->offmask)
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
707
le64_to_cpu((__force __le64)u0->a),
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
708
le64_to_cpu((__force __le64)u0->b),
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
819
le64_to_cpu((__force __le64)u0->a),
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
820
le64_to_cpu((__force __le64)u0->b),
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
826
le64_to_cpu((__force __le64)u0->a),
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
827
le64_to_cpu((__force __le64)u0->b),
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
8805
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
8810
(__force __wsum)htonl(paylen));
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
32
input->filter.formatted.src_ip[0] = (__force __be32)val;
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
33
mask->formatted.src_ip[0] = (__force __be32)m;
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
41
input->filter.formatted.dst_ip[0] = (__force __be32)val;
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
42
mask->formatted.dst_ip[0] = (__force __be32)m;
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
58
input->filter.formatted.src_port = (__force __be16)(val & 0xffff);
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
59
mask->formatted.src_port = (__force __be16)(m & 0xffff);
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
60
input->filter.formatted.dst_port = (__force __be16)(val >> 16);
drivers/net/ethernet/intel/ixgbe/ixgbe_model.h
61
mask->formatted.dst_port = (__force __be16)(m >> 16);
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
1097
buffer.address = (__force u32)cpu_to_be32(offset * 2);
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
1099
buffer.length = (__force u16)cpu_to_be16(sizeof(u16));
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
885
buffer.address = (__force u32)cpu_to_be32((offset +
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
887
buffer.length = (__force u16)cpu_to_be16(words_to_read * 2);
drivers/net/ethernet/intel/ixgbevf/ipsec.c
187
(__force u32)spi) {
drivers/net/ethernet/intel/ixgbevf/ipsec.c
353
(__force u32)rsa.xs->id.spi);
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
3897
csum_replace_by_diff(&l4.tcp->check, (__force __wsum)htonl(paylen));
drivers/net/ethernet/marvell/octeon_ep/octep_main.c
953
hw_desc->txm64[0] = (__force u64)cpu_to_be64(hw_desc->txm64[0]);
drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c
708
hw_desc->txm64[0] = (__force u64)cpu_to_be64(hw_desc->txm64[0]);
drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c
787
mcam_kex_extr = (struct npc_mcam_kex_extr __force *)mkex_prfl_addr;
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
116
int otx2_mbox_init(struct otx2_mbox *mbox, void __force *hwbase,
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
117
struct pci_dev *pdev, void __force *reg_base,
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
120
int otx2_mbox_regions_init(struct otx2_mbox *mbox, void __force **hwbase,
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
121
struct pci_dev *pdev, void __force *reg_base,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1623
mcam_kex = (struct npc_mcam_kex __force *)mkex_prfl_addr;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
2112
kpu_data = (struct npc_kpu_profile_fwdata __force *)prfl_addr;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
2134
img_data = (struct npc_coalesced_kpu_prfl __force *)rvu->kpu_prfl_addr;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1398
npc_update_entry(rvu, NPC_PF_FUNC, mdata, (__force u16)htons(target),
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
333
pf->ipsec.io_addr = (__force u64)otx2_get_regaddr(pf,
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
455
sptr = (__force u64 *)sa_info->base;
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
456
dptr = (__force u64 *)sa_dptr;
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
458
*(dptr + off) = (__force u64)cpu_to_be64(*(sptr + off));
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
562
tmp_key[idx] = (__force u64)cpu_to_be64(tmp_key[idx]);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.c
566
*tmp_salt = (__force u32)cpu_to_be32(*tmp_salt);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c
343
sc_req->sci = (__force u64)cpu_to_be64((__force u64)sw_rx_sc->sci);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c
381
ssci_63_32 = (__force u32)cpu_to_be32((__force u32)ssci);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c
584
req->sci = (__force u64)cpu_to_be64((__force u64)secy->sci);
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c
620
map_req->sectag_sci = (__force u64)cpu_to_be64((__force u64)secy->sci);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
1030
sq->io_addr = (__force u64)otx2_get_regaddr(pfvf, NIX_LF_OP_SENDX(0));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
1202
pfvf->cq_op_addr = (__force u64 *)otx2_get_regaddr(pfvf,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c
930
sq->lmt_addr = (__force u64 *)(pfvf->reg_base + LMT_LF_LMTLINEX(qidx));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
814
tar_addr = (__force u64)otx2_get_regaddr(pfvf, NPA_LF_AURA_BATCH_FREE0);
drivers/net/ethernet/mellanox/mlx4/catas.c
130
__raw_writel((__force u32)cpu_to_be32(comm_flags),
drivers/net/ethernet/mellanox/mlx4/cmd.c
2189
__raw_writel((__force u32) cpu_to_be32(reply),
drivers/net/ethernet/mellanox/mlx4/cmd.c
2217
__raw_writel((__force u32) cpu_to_be32(reply),
drivers/net/ethernet/mellanox/mlx4/cmd.c
2339
__raw_writel((__force u32) 0, &priv->mfunc.comm->slave_read);
drivers/net/ethernet/mellanox/mlx4/cmd.c
2340
__raw_writel((__force u32) 0, &priv->mfunc.comm->slave_write);
drivers/net/ethernet/mellanox/mlx4/cmd.c
2397
__raw_writel((__force u32) 0,
drivers/net/ethernet/mellanox/mlx4/cmd.c
2399
__raw_writel((__force u32) 0,
drivers/net/ethernet/mellanox/mlx4/cmd.c
2562
__raw_writel((__force u32)cpu_to_be32(slave_read),
drivers/net/ethernet/mellanox/mlx4/cmd.c
282
__raw_writel((__force u32) cpu_to_be32(val),
drivers/net/ethernet/mellanox/mlx4/cmd.c
482
__raw_writel((__force u32) cpu_to_be32(in_param >> 32), hcr + 0);
drivers/net/ethernet/mellanox/mlx4/cmd.c
483
__raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), hcr + 1);
drivers/net/ethernet/mellanox/mlx4/cmd.c
484
__raw_writel((__force u32) cpu_to_be32(in_modifier), hcr + 2);
drivers/net/ethernet/mellanox/mlx4/cmd.c
485
__raw_writel((__force u32) cpu_to_be32(out_param >> 32), hcr + 3);
drivers/net/ethernet/mellanox/mlx4/cmd.c
486
__raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), hcr + 4);
drivers/net/ethernet/mellanox/mlx4/cmd.c
487
__raw_writel((__force u32) cpu_to_be32(token << 16), hcr + 5);
drivers/net/ethernet/mellanox/mlx4/cmd.c
492
__raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) |
drivers/net/ethernet/mellanox/mlx4/cmd.c
637
(u64) be32_to_cpu((__force __be32)
drivers/net/ethernet/mellanox/mlx4/cmd.c
639
(u64) be32_to_cpu((__force __be32)
drivers/net/ethernet/mellanox/mlx4/cmd.c
641
stat = be32_to_cpu((__force __be32)
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
1325
((field) == 0 || (field) == (__force typeof(field))-1)
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
212
.dst_port_msk = (__force __be16)-1,
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
214
.src_port_msk = (__force __be16)-1,
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
223
.dst_ip_msk = (__force __be32)-1,
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
225
.src_ip_msk = (__force __be32)-1,
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
282
l = (__force unsigned long)src_port |
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
283
((__force unsigned long)dst_port << 2);
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
284
l ^= (__force unsigned long)(src_ip ^ dst_ip);
drivers/net/ethernet/mellanox/mlx4/en_rx.c
586
skb->csum = csum_add(temp, (__force __wsum)*(__be16 *)&ipv6h->nexthdr);
drivers/net/ethernet/mellanox/mlx4/en_rx.c
614
hw_checksum = csum_unfold((__force __sum16)cqe->checksum);
drivers/net/ethernet/mellanox/mlx4/en_tx.c
759
(__force u32)ring->doorbell_qpn, ring->doorbell_address);
drivers/net/ethernet/mellanox/mlx4/eq.c
99
__raw_writel((__force u32) cpu_to_be32((eq->cons_index & 0xffffff) |
drivers/net/ethernet/mellanox/mlx4/fw.c
2784
(__force u32)cpu_to_be32(token) << 16),
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c
82
vni[0] = (__force __u8)(tun_id >> 16);
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c
83
vni[1] = (__force __u8)(tun_id >> 8);
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c
84
vni[2] = (__force __u8)tun_id;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c
86
vni[0] = (__force __u8)((__force u64)tun_id >> 40);
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c
87
vni[1] = (__force __u8)((__force u64)tun_id >> 48);
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c
88
vni[2] = (__force __u8)((__force u64)tun_id >> 56);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
268
MLX5_SET64(macsec_offload_obj, obj, sci, (__force u64)attrs->ssci);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
273
MLX5_SET64(macsec_offload_obj, obj, sci, (__force u64)(attrs->sci));
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
376
obj_attrs.sci = cpu_to_be64((__force u64)sa->sci);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
383
obj_attrs.ssci = cpu_to_be32((__force u32)sa->ssci);
drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c
489
l = (__force unsigned long)src_port |
drivers/net/ethernet/mellanox/mlx5/core/en_arfs.c
490
((__force unsigned long)dst_port << 2);
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
554
#define all_ones(field) (field == (__force typeof(field))-1)
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
556
((field) == 0 || (field) == (__force typeof(field))-1)
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1052
csum_unfold((__force __sum16)cqe->check_sum));
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1068
csum_unfold((__force __sum16)cqe->check_sum));
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1406
skb->csum = csum_unfold((__force __sum16)cqe->check_sum);
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
2577
skb->csum = csum_unfold((__force __sum16)cqe->check_sum);
drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h
73
__raw_writel((__force u32)cpu_to_be32(val), addr);
drivers/net/ethernet/mellanox/mlx5/core/lib/macsec_fs.c
1799
if ((cpu_to_be64((__force u64)attrs->sci) & 0xFFFF) == ntohs(MACSEC_PORT_ES)) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1566
tag = (__force __be32 *)definer->mask.jumbo;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/action.c
1752
wqe_data_arr = (__force __be32 *)&range_wqe_data;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
1962
if ((0xff000000 >> (i * BITS_IN_BYTE)) & be32_to_cpu((__force __be32)*data)) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/definer.c
1974
if ((0xff << (i * BITS_IN_BYTE)) & be32_to_cpu((__force __be32)*data)) {
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.c
402
if ((__force __be32)pattern->data[i] !=
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.c
403
(__force __be32)pool_pattern->data[i])
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
119
if ((__force __be32)actions[i] !=
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/pat_arg.c
120
(__force __be32)cur_actions[i])
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c
328
apply.wqe_data = (__force __be32 *)&dep_wqe->wqe_data;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
42
if ((__force __be32)hw_actions[i] !=
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ptrn.c
43
(__force __be32)cur_hw_actions[i])
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_ste.c
18
return (__force u32)((crc >> 24) & 0xff) | ((crc << 8) & 0xff0000) |
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
228
__be32 be_mask = (__force __be32) act->mangle.mask;
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
229
__be32 be_val = (__force __be32) act->mangle.val;
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
234
csum_replace_by_diff(&tcph->check, (__force __wsum)payload_len);
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
240
csum_replace_by_diff(&udph->check, (__force __wsum)payload_len);
drivers/net/ethernet/meta/fbnic/fbnic_txrx.c
309
skb->csum = (__force __wsum)csum;
drivers/net/ethernet/microchip/lan966x/lan966x_main.c
253
lan_wr((__force u32)ifh[i], lan966x, QS_INJ_WR(grp));
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
10
#define XTR_EOF_0 ntohl((__force __be32)0x80000000u)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
104
cmp = ntohl((__force __be32)val);
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
11
#define XTR_EOF_1 ntohl((__force __be32)0x80000001u)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
12
#define XTR_EOF_2 ntohl((__force __be32)0x80000002u)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
122
val = ntohl((__force __be32)val);
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
13
#define XTR_EOF_3 ntohl((__force __be32)0x80000003u)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
14
#define XTR_PRUNED ntohl((__force __be32)0x80000004u)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
15
#define XTR_ABORT ntohl((__force __be32)0x80000005u)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
16
#define XTR_ESCAPE ntohl((__force __be32)0x80000006u)
drivers/net/ethernet/microchip/sparx5/sparx5_packet.c
17
#define XTR_NOT_READY ntohl((__force __be32)0x80000007u)
drivers/net/ethernet/microchip/vcap/vcap_tc.c
360
ipval = be32_to_cpu((__force __be32)mt.key->sip);
drivers/net/ethernet/microchip/vcap/vcap_tc.c
361
ipmsk = be32_to_cpu((__force __be32)mt.mask->sip);
drivers/net/ethernet/microchip/vcap/vcap_tc.c
370
ipval = be32_to_cpu((__force __be32)mt.key->tip);
drivers/net/ethernet/microchip/vcap/vcap_tc.c
371
ipmsk = be32_to_cpu((__force __be32)mt.mask->tip);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
363
__raw_writel((__force __u32) val, (__force void __iomem *)p);
drivers/net/ethernet/netronome/nfp/bpf/jit.c
4435
__le64 *ustore = (__force __le64 *)prog;
drivers/net/ethernet/netronome/nfp/bpf/offload.c
264
word[i] = (__force u32)cpu_to_be32(word[i]);
drivers/net/ethernet/netronome/nfp/bpf/offload.c
278
word[i] != (__force u32)cpu_to_be32(word[i]))
drivers/net/ethernet/netronome/nfp/flower/action.c
582
mask = (__force __be32)~act->mangle.mask;
drivers/net/ethernet/netronome/nfp/flower/action.c
583
exact = (__force __be32)act->mangle.val;
drivers/net/ethernet/netronome/nfp/flower/action.c
723
mask = (__force __be32)~act->mangle.mask;
drivers/net/ethernet/netronome/nfp/flower/action.c
724
exact = (__force __be32)act->mangle.val;
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1423
mangle_action->mangle.val = (__force u32)cpu_to_be32(mangle_action->mangle.val);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1424
mangle_action->mangle.mask = (__force u32)cpu_to_be32(mangle_action->mangle.mask);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1436
(__force u32)cpu_to_be32(mangle_action->mangle.val << 16);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1442
(__force u32)cpu_to_be32(mangle_action->mangle.mask << 16 | 0xFFFF);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1447
(__force u32)cpu_to_be32(mangle_action->mangle.val);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1449
(__force u32)cpu_to_be32(mangle_action->mangle.mask);
drivers/net/ethernet/netronome/nfp/nfd3/dp.c
782
(__force __wsum)get_unaligned((u32 *)data);
drivers/net/ethernet/netronome/nfp/nfdk/dp.c
782
(__force __wsum)get_unaligned((u32 *)data);
drivers/net/ethernet/netronome/nfp/nfp_asm.h
326
return (__force swreg)(id | FIELD_PREP(NN_REG_TYPE, type));
drivers/net/ethernet/netronome/nfp/nfp_asm.h
333
return (__force swreg)(FIELD_PREP(NN_REG_TYPE, NN_REG_LMEM) |
drivers/net/ethernet/netronome/nfp/nfp_asm.h
341
return (__force u32)reg;
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
682
skb->csum = (__force __wsum)le16_to_cpu(comp->csum);
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1004
size = (__force u32)nx_get_fw_size(adapter) / 8;
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1019
size = (__force u32)nx_get_fw_size(adapter) % 8;
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1084
if ((__force u32)val != NETXEN_BDINFO_MAGIC)
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
1111
if ((__force u32)val != bios) {
drivers/net/ethernet/qlogic/qed/qed_debug.c
8150
cpu_to_be32_array((__force __be32 *)buffer,
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
168
tmp = (__force __le16)p_hwfn->hw_info.resc_start[QED_CMDQS_CQS];
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
169
p_data->q_params.queue_relative_offset = (__force u8)tmp;
drivers/net/ethernet/qlogic/qed/qed_init_fw_funcs.c
1227
data_cpu = (__force u32 *)p_data;
drivers/net/ethernet/qlogic/qed/qed_iwarp.c
1847
mpa_len = ntohs(*(__force __be16 *)mpa_data);
drivers/net/ethernet/qlogic/qed/qed_main.c
2274
cpu_to_be32_array((__force __be32 *)buf, (const u32 *)buf,
drivers/net/ethernet/qlogic/qed/qed_main.c
2281
*crc = (__force u32)cpu_to_be32p(crc);
drivers/net/ethernet/qlogic/qed/qed_mcp.c
2120
(__force u32)val);
drivers/net/ethernet/qlogic/qed/qed_mcp.c
88
be32_to_cpu((__force __be32)tmp);
drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c
1279
val = be32_to_cpu((__force __be32)val);
drivers/net/ethernet/qlogic/qed/qed_mng_tlv.c
1329
val = (__force u32)cpu_to_be32(val);
drivers/net/ethernet/qlogic/qed/qed_selftest.c
153
*(u32 *)&buf[j] = (__force u32)val;
drivers/net/ethernet/qlogic/qed/qed_selftest.c
161
calc_crc = (__force u32)~cpu_to_be32(calc_crc);
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
134
ip_header_csum = (__force __be16)ip_fast_csum(ip6h, sizeof(*ip6h) / 4);
drivers/net/ethernet/renesas/ravb_main.c
795
skb->csum = csum_unfold((__force __sum16)get_unaligned_le16(hw_csum));
drivers/net/ethernet/renesas/sh_eth.c
1576
skb->csum = csum_unfold((__force __sum16)get_unaligned_le16(hw_csum));
drivers/net/ethernet/rocker/rocker_ofdpa.c
1335
struct neighbour *n = __ipv4_neigh_lookup(dev, (__force u32)ip_addr);
drivers/net/ethernet/sfc/bitfield.h
191
(((oword).u64[0] | (oword).u64[1]) == (__force __le64) 0)
drivers/net/ethernet/sfc/bitfield.h
194
(((qword).u64[0]) == (__force __le64) 0)
drivers/net/ethernet/sfc/bitfield.h
198
== (__force __le32) 0)
drivers/net/ethernet/sfc/bitfield.h
201
(((qword).u32[0] | (qword).u32[1]) == (__force __le32) 0)
drivers/net/ethernet/sfc/bitfield.h
204
(((dword).u32[0]) == (__force __le32) 0)
drivers/net/ethernet/sfc/bitfield.h
207
(((oword).u64[0] & (oword).u64[1]) == ~((__force __le64) 0))
drivers/net/ethernet/sfc/bitfield.h
210
((qword).u64[0] == ~((__force __le64) 0))
drivers/net/ethernet/sfc/bitfield.h
214
== ~((__force __le32) 0))
drivers/net/ethernet/sfc/bitfield.h
217
(((qword).u32[0] & (qword).u32[1]) == ~((__force __le32) 0))
drivers/net/ethernet/sfc/bitfield.h
220
((dword).u32[0] == ~((__force __le32) 0))
drivers/net/ethernet/sfc/ef100_rx.c
125
u16 sum = be16_to_cpu((__force __be16)PREFIX_FIELD(prefix, CSUM_FRAME));
drivers/net/ethernet/sfc/ef100_rx.c
127
csum = (__force __wsum) sum;
drivers/net/ethernet/sfc/ef100_rx.c
25
#define PREFIX_WORD(_p, _f) le32_to_cpu((__force __le32)(_p)[PREFIX_OFFSET_W(_f)])
drivers/net/ethernet/sfc/ef100_rx.c
44
rxclass = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, CLASS));
drivers/net/ethernet/sfc/ef100_rx.c
81
rx_buf->len = le16_to_cpu((__force __le16)PREFIX_FIELD(prefix, LENGTH));
drivers/net/ethernet/sfc/ef100_rx.c
90
ing_port = le16_to_cpu((__force __le16) PREFIX_FIELD(prefix, INGRESS_MPORT));
drivers/net/ethernet/sfc/ef100_tx.c
239
csum_replace_by_diff(&tcp->check, (__force __wsum)htonl(paylen));
drivers/net/ethernet/sfc/ethtool_common.c
627
#define IP4_ADDR_FULL_MASK ((__force __be32)~0)
drivers/net/ethernet/sfc/ethtool_common.c
629
#define PORT_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/sfc/ethtool_common.c
630
#define ETHER_TYPE_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/sfc/falcon/bitfield.h
189
(((oword).u64[0] | (oword).u64[1]) == (__force __le64) 0)
drivers/net/ethernet/sfc/falcon/bitfield.h
192
(((qword).u64[0]) == (__force __le64) 0)
drivers/net/ethernet/sfc/falcon/bitfield.h
196
== (__force __le32) 0)
drivers/net/ethernet/sfc/falcon/bitfield.h
199
(((qword).u32[0] | (qword).u32[1]) == (__force __le32) 0)
drivers/net/ethernet/sfc/falcon/bitfield.h
202
(((dword).u32[0]) == (__force __le32) 0)
drivers/net/ethernet/sfc/falcon/bitfield.h
205
(((oword).u64[0] & (oword).u64[1]) == ~((__force __le64) 0))
drivers/net/ethernet/sfc/falcon/bitfield.h
208
((qword).u64[0] == ~((__force __le64) 0))
drivers/net/ethernet/sfc/falcon/bitfield.h
212
== ~((__force __le32) 0))
drivers/net/ethernet/sfc/falcon/bitfield.h
215
(((qword).u32[0] & (qword).u32[1]) == ~((__force __le32) 0))
drivers/net/ethernet/sfc/falcon/bitfield.h
218
((dword).u32[0] == ~((__force __le32) 0))
drivers/net/ethernet/sfc/falcon/ethtool.c
776
#define IP4_ADDR_FULL_MASK ((__force __be32)~0)
drivers/net/ethernet/sfc/falcon/ethtool.c
778
#define PORT_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/sfc/falcon/ethtool.c
779
#define ETHER_TYPE_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/sfc/falcon/io.h
124
__raw_writeq((__force u64)value->u64[0], membase + addr);
drivers/net/ethernet/sfc/falcon/io.h
126
__raw_writel((__force u32)value->u32[0], membase + addr);
drivers/net/ethernet/sfc/falcon/io.h
127
__raw_writel((__force u32)value->u32[1], membase + addr + 4);
drivers/net/ethernet/sfc/falcon/io.h
171
value->u64[0] = (__force __le64)__raw_readq(membase + addr);
drivers/net/ethernet/sfc/falcon/io.h
173
value->u32[0] = (__force __le32)__raw_readl(membase + addr);
drivers/net/ethernet/sfc/falcon/io.h
174
value->u32[1] = (__force __le32)__raw_readl(membase + addr + 4);
drivers/net/ethernet/sfc/falcon/io.h
70
__raw_writeq((__force u64)value, efx->membase + reg);
drivers/net/ethernet/sfc/falcon/io.h
74
return (__force __le64)__raw_readq(efx->membase + reg);
drivers/net/ethernet/sfc/falcon/io.h
81
__raw_writel((__force u32)value, efx->membase + reg);
drivers/net/ethernet/sfc/falcon/io.h
85
return (__force __le32)__raw_readl(efx->membase + reg);
drivers/net/ethernet/sfc/falcon/selftest.c
396
payload->ip.check = (__force __sum16) htons(0xdead);
drivers/net/ethernet/sfc/io.h
63
__raw_writeq((__force u64)value, efx->membase + reg);
drivers/net/ethernet/sfc/io.h
67
return (__force __le64)__raw_readq(efx->membase + reg);
drivers/net/ethernet/sfc/io.h
74
__raw_writel((__force u32)value, efx->membase + reg);
drivers/net/ethernet/sfc/io.h
78
return (__force __le32)__raw_readl(efx->membase + reg);
drivers/net/ethernet/sfc/mcdi.h
228
*(__force __le16 *)MCDI_PTR(_buf, _field) = cpu_to_le16(_value);\
drivers/net/ethernet/sfc/mcdi.h
233
*(__force __le16 *)MCDI_STRUCT_PTR(_buf, _field) = cpu_to_le16(_value);\
drivers/net/ethernet/sfc/mcdi.h
237
le16_to_cpu(*(__force const __le16 *)MCDI_PTR(_buf, _field)))
drivers/net/ethernet/sfc/mcdi.h
240
le16_to_cpu(*(__force const __le16 *)MCDI_STRUCT_PTR(_buf, _field)))
drivers/net/ethernet/sfc/mcdi.h
245
*(__force __be16 *)MCDI_PTR(_buf, _field) = (_value); \
drivers/net/ethernet/sfc/mcdi.h
250
*(__force __be16 *)MCDI_STRUCT_PTR(_buf, _field) = (_value); \
drivers/net/ethernet/sfc/mcdi.h
264
*(__force __be32 *)MCDI_STRUCT_PTR(_buf, _field) = (_value); \
drivers/net/ethernet/sfc/mcdi.h
350
le16_to_cpu(*(__force const __le16 *) \
drivers/net/ethernet/sfc/nic_common.h
241
#define EFX_MC_STATS_GENERATION_INVALID ((__force __le64)(-1))
drivers/net/ethernet/sfc/selftest.c
393
payload->ip.check = (__force __sum16) htons(0xdead);
drivers/net/ethernet/sfc/siena/bitfield.h
189
(((oword).u64[0] | (oword).u64[1]) == (__force __le64) 0)
drivers/net/ethernet/sfc/siena/bitfield.h
192
(((qword).u64[0]) == (__force __le64) 0)
drivers/net/ethernet/sfc/siena/bitfield.h
196
== (__force __le32) 0)
drivers/net/ethernet/sfc/siena/bitfield.h
199
(((qword).u32[0] | (qword).u32[1]) == (__force __le32) 0)
drivers/net/ethernet/sfc/siena/bitfield.h
202
(((dword).u32[0]) == (__force __le32) 0)
drivers/net/ethernet/sfc/siena/bitfield.h
205
(((oword).u64[0] & (oword).u64[1]) == ~((__force __le64) 0))
drivers/net/ethernet/sfc/siena/bitfield.h
208
((qword).u64[0] == ~((__force __le64) 0))
drivers/net/ethernet/sfc/siena/bitfield.h
212
== ~((__force __le32) 0))
drivers/net/ethernet/sfc/siena/bitfield.h
215
(((qword).u32[0] & (qword).u32[1]) == ~((__force __le32) 0))
drivers/net/ethernet/sfc/siena/bitfield.h
218
((dword).u32[0] == ~((__force __le32) 0))
drivers/net/ethernet/sfc/siena/ethtool_common.c
628
#define IP4_ADDR_FULL_MASK ((__force __be32)~0)
drivers/net/ethernet/sfc/siena/ethtool_common.c
630
#define PORT_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/sfc/siena/ethtool_common.c
631
#define ETHER_TYPE_FULL_MASK ((__force __be16)~0)
drivers/net/ethernet/sfc/siena/io.h
102
return (__force __le32)__raw_readl(efx->membase + reg);
drivers/net/ethernet/sfc/siena/io.h
141
__raw_writeq((__force u64)value->u64[0], membase + addr);
drivers/net/ethernet/sfc/siena/io.h
143
__raw_writel((__force u32)value->u32[0], membase + addr);
drivers/net/ethernet/sfc/siena/io.h
144
__raw_writel((__force u32)value->u32[1], membase + addr + 4);
drivers/net/ethernet/sfc/siena/io.h
188
value->u64[0] = (__force __le64)__raw_readq(membase + addr);
drivers/net/ethernet/sfc/siena/io.h
190
value->u32[0] = (__force __le32)__raw_readl(membase + addr);
drivers/net/ethernet/sfc/siena/io.h
191
value->u32[1] = (__force __le32)__raw_readl(membase + addr + 4);
drivers/net/ethernet/sfc/siena/io.h
87
__raw_writeq((__force u64)value, efx->membase + reg);
drivers/net/ethernet/sfc/siena/io.h
91
return (__force __le64)__raw_readq(efx->membase + reg);
drivers/net/ethernet/sfc/siena/io.h
98
__raw_writel((__force u32)value, efx->membase + reg);
drivers/net/ethernet/sfc/siena/mcdi.h
216
le16_to_cpu(*(__force const __le16 *)MCDI_PTR(_buf, _field)))
drivers/net/ethernet/sfc/siena/mcdi.h
305
le16_to_cpu(*(__force const __le16 *) \
drivers/net/ethernet/sfc/siena/nic_common.h
240
#define EFX_MC_STATS_GENERATION_INVALID ((__force __le64)(-1))
drivers/net/ethernet/sfc/siena/selftest.c
394
payload->ip.check = (__force __sum16) htons(0xdead);
drivers/net/ethernet/sfc/siena/siena.c
769
_efx_writed(efx, (__force __le32) 0x45789abc, doorbell);
drivers/net/ethernet/sfc/tc_counters.c
409
*(__force const __le16 *)TCV2_HDR_PTR(pkt, field))
drivers/net/ethernet/sun/cassini.c
2084
csum = (__force __sum16)htons(CAS_VAL(RX_COMP4_TCP_CSUM, words[3]));
drivers/net/ethernet/sun/sungem.c
841
csum = (__force __sum16)htons((status & RXDCTRL_TCPCSUM) ^ 0xffff);
drivers/net/ethernet/sun/sunhme.c
162
rxd->rx_addr = (__force hme32)addr;
drivers/net/ethernet/sun/sunhme.c
164
rxd->rx_flags = (__force hme32)flags;
drivers/net/ethernet/sun/sunhme.c
169
txd->tx_addr = (__force hme32)addr;
drivers/net/ethernet/sun/sunhme.c
171
txd->tx_flags = (__force hme32)flags;
drivers/net/ethernet/sun/sunhme.c
176
return (__force u32)*p;
drivers/net/ethernet/sun/sunhme.c
1845
skb->csum = csum_unfold(~(__force __sum16)htons(csum));
drivers/net/ethernet/sun/sunhme.c
191
rxd->rx_addr = (__force hme32)cpu_to_le32(addr);
drivers/net/ethernet/sun/sunhme.c
193
rxd->rx_flags = (__force hme32)cpu_to_le32(flags);
drivers/net/ethernet/sun/sunhme.c
198
txd->tx_addr = (__force hme32)cpu_to_le32(addr);
drivers/net/ethernet/sun/sunhme.c
200
txd->tx_flags = (__force hme32)cpu_to_le32(flags);
drivers/net/ethernet/sun/sunhme.c
226
do { (__rxd)->rx_addr = (__force hme32)(u32)(__addr); \
drivers/net/ethernet/sun/sunhme.c
228
(__rxd)->rx_flags = (__force hme32)(u32)(__flags); \
drivers/net/ethernet/sun/sunhme.c
231
do { (__txd)->tx_addr = (__force hme32)(u32)(__addr); \
drivers/net/ethernet/sun/sunhme.c
233
(__txd)->tx_flags = (__force hme32)(u32)(__flags); \
drivers/net/ethernet/sun/sunhme.c
235
#define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p))
drivers/net/ethernet/sun/sunhme.c
243
do { (__rxd)->rx_addr = (__force hme32)cpu_to_le32(__addr); \
drivers/net/ethernet/sun/sunhme.c
245
(__rxd)->rx_flags = (__force hme32)cpu_to_le32(__flags); \
drivers/net/ethernet/sun/sunhme.c
248
do { (__txd)->tx_addr = (__force hme32)cpu_to_le32(__addr); \
drivers/net/ethernet/sun/sunhme.c
250
(__txd)->tx_flags = (__force hme32)cpu_to_le32(__flags); \
drivers/net/ethernet/ti/cpsw_new.c
1977
(u32 __force)ss_res->start + CPSW2_BD_OFFSET,
drivers/net/ethernet/ti/davinci_cpdma.c
256
pool->iomap = (void __iomem __force *)pool->cpumap;
drivers/net/ethernet/ti/davinci_cpdma.c
284
return pool->hw_addr + (__force long)desc - (__force long)pool->iomap;
drivers/net/ethernet/ti/davinci_emac.c
1874
hw_ram_addr = (u32 __force)res->start + pdata->ctrl_ram_offset;
drivers/net/ethernet/ti/davinci_emac.c
1892
(u32 __force)res->start + pdata->ctrl_ram_offset;
drivers/net/ethernet/ti/icssg/icssg_config.c
473
prueth->vlan_tbl = (struct prueth_vlan_tbl __force *)(prueth->shram.va +
drivers/net/ethernet/ti/icssg/icssg_config.c
496
prueth->vlan_tbl = (struct prueth_vlan_tbl __force *)(prueth->shram.va +
drivers/net/ethernet/ti/icssg/icssg_config.c
771
slot = (struct prueth_fdb_slot __force *)(emac->dram.va + FDB_CMD_BUFFER);
drivers/net/ethernet/ti/icssg/icssg_config.c
831
pvid = (u32 __force)cpu_to_be32((ETH_P_8021Q << 16) | (vid & 0xff));
drivers/net/ethernet/ti/icssm/icssm_prueth.c
580
ocmc_ram = (__force void *)emac->prueth->mem[PRUETH_MEM_OCMC].va;
drivers/net/ethernet/ti/icssm/icssm_prueth.c
703
ocmc_ram = (__force void *)emac->prueth->mem[PRUETH_MEM_OCMC].va;
drivers/net/ethernet/ti/netcp_core.c
1189
p_info.psdata = (u32 __force *)desc->psdata;
drivers/net/ethernet/ti/netcp_core.c
1219
__le32 *psdata = (void __force *)p_info.psdata;
drivers/net/ethernet/ti/netcp_core.c
740
p_info.psdata = (u32 __force *)desc->psdata;
drivers/net/ethernet/wangxun/libwx/wx_hw.c
308
wr32a(wx, WX_MNG_MBOX, i, (__force u32)cpu_to_le32(buffer[i]));
drivers/net/ethernet/wangxun/libwx/wx_hw.c
424
wr32a(wx, WX_SW2FW_MBOX, i, (__force u32)cpu_to_le32(buffer[i]));
drivers/net/ethernet/wangxun/libwx/wx_hw.c
556
buffer.address = (__force u32)cpu_to_be32(offset * 2);
drivers/net/ethernet/wangxun/libwx/wx_hw.c
558
buffer.length = (__force u16)cpu_to_be16(sizeof(u16));
drivers/net/ethernet/wangxun/libwx/wx_hw.c
633
buffer.address = (__force u32)cpu_to_be32((offset + current_word) * 2);
drivers/net/ethernet/wangxun/libwx/wx_hw.c
634
buffer.length = (__force u16)cpu_to_be16(words_to_read * 2);
drivers/net/ethernet/wangxun/libwx/wx_lib.c
2443
return (__force u32)cpu_to_le32(wx->isb_mem[idx]);
drivers/net/ethernet/wangxun/txgbe/txgbe_fdir.c
155
input->formatted.bkt_hash = (__force __be16)(bucket_hash & 0x1FFF);
drivers/net/ethernet/wangxun/txgbe/txgbe_fdir.c
363
switch ((__force u16)input_mask->formatted.flex_bytes & 0xFFFF) {
drivers/net/ethernet/wangxun/txgbe/txgbe_fdir.c
428
fdirhash = (__force u32)input->formatted.bkt_hash |
drivers/net/ethernet/wangxun/txgbe/txgbe_fdir.c
464
fdirhash = (__force u32)input->formatted.bkt_hash;
drivers/net/ethernet/xilinx/xilinx_emaclite.c
1170
(unsigned long __force)ndev->mem_start, lp->base_addr, ndev->irq);
drivers/net/ethernet/xilinx/xilinx_emaclite.c
333
addr = (void __iomem __force *)((uintptr_t __force)addr ^
drivers/net/ethernet/xilinx/xilinx_emaclite.c
345
xemaclite_aligned_write(data, (u32 __force *)addr, byte_count);
drivers/net/ethernet/xilinx/xilinx_emaclite.c
395
addr = (void __iomem __force *)
drivers/net/ethernet/xilinx/xilinx_emaclite.c
396
((uintptr_t __force)addr ^
drivers/net/ethernet/xilinx/xilinx_emaclite.c
444
xemaclite_aligned_read((u32 __force *)(addr + XEL_RXBUFF_OFFSET),
drivers/net/ethernet/xilinx/xilinx_emaclite.c
475
xemaclite_aligned_write(address_ptr, (u32 __force *)addr, ETH_ALEN);
drivers/net/geneve.c
153
return (__force __be64)(((__force u64)vni[0] << 40) |
drivers/net/geneve.c
154
((__force u64)vni[1] << 48) |
drivers/net/geneve.c
155
((__force u64)vni[2] << 56));
drivers/net/geneve.c
163
vni[0] = (__force __u8)(tun_id >> 16);
drivers/net/geneve.c
164
vni[1] = (__force __u8)(tun_id >> 8);
drivers/net/geneve.c
165
vni[2] = (__force __u8)tun_id;
drivers/net/geneve.c
167
vni[0] = (__force __u8)((__force u64)tun_id >> 40);
drivers/net/geneve.c
168
vni[1] = (__force __u8)((__force u64)tun_id >> 48);
drivers/net/geneve.c
169
vni[2] = (__force __u8)((__force u64)tun_id >> 56);
drivers/net/geneve.c
876
((__force u32)iph->saddr ^ (__force u32)iph2->saddr) |
drivers/net/geneve.c
877
((__force u32)iph->daddr ^ (__force u32)iph2->daddr))
drivers/net/gtp.c
137
return jhash_1word((__force u32)ip, gtp_h_initval);
drivers/net/gtp.c
142
return jhash_2words((__force u32)ip6->s6_addr32[0],
drivers/net/gtp.c
143
(__force u32)ip6->s6_addr32[1], gtp_h_initval);
drivers/net/ieee802154/atusb.c
940
addr = swab64((__force u64)atusb->hw->phy->perm_extended_addr);
drivers/net/ipa/ipa_endpoint.c
897
val = (__force u32)cpu_to_be32(IPA_ENDPOINT_QMAP_METADATA_MASK);
drivers/net/ipvlan/ipvlan_core.c
53
return jhash_1word((__force u32)addr, ipvlan_jhash_secret) &
drivers/net/macsec.c
1547
return (__force enum macsec_offload)nla_get_u8(nla);
drivers/net/macsec.c
1552
return (__force sci_t)nla_get_u64(nla);
drivers/net/macsec.c
1558
return nla_put_u64_64bit(skb, attrtype, (__force u64)value, padattr);
drivers/net/macsec.c
1563
return (__force ssci_t)nla_get_u32(nla);
drivers/net/macsec.c
1568
return nla_put_u32(skb, attrtype, (__force u64)value);
drivers/net/macsec.c
231
#define MACSEC_UNDEF_SCI ((__force sci_t)0xffffffffffffffffULL)
drivers/net/macsec.c
232
#define MACSEC_UNDEF_SSCI ((__force ssci_t)0xffffffff)
drivers/net/mdio/mdio-cavium.h
103
cvmx_write_csr((u64 __force)addr, val);
drivers/net/mdio/mdio-cavium.h
108
return cvmx_read_csr((u64 __force)addr);
drivers/net/mdio/mdio-xgene.c
378
mdio_bus->priv = (void __force *)pdata;
drivers/net/mdio/mdio-xgene.c
384
mdio_bus->priv = (void __force *)pdata->mdio_csr_addr;
drivers/net/ovpn/crypto_aead.c
224
*((__force __be32 *)skb->data) = htonl(op);
drivers/net/ovpn/io.c
135
pid = (__force __be32 *)(skb->data + OVPN_OPCODE_SIZE);
drivers/net/ovpn/pktid.h
76
*(__force __be32 *)(dest) = htonl(pktid);
drivers/net/phy/micrel.c
3377
*sig = (__force u16)(ntohs(ptp_header->sequence_id));
drivers/net/phy/micrel.c
4058
*sig = (__force u16)(ntohs(ptp_header->sequence_id));
drivers/net/phy/microchip_rds_ptp.c
363
*sig = (__force u16)(ntohs(ptp_header->sequence_id));
drivers/net/phy/microchip_rds_ptp.c
927
*sig = (__force u16)(ntohs(ptp_header->sequence_id));
drivers/net/phy/mscc/mscc_macsec.c
388
u64 sci = (__force u64)flow->rx_sa->sc->sci;
drivers/net/phy/mscc/mscc_macsec.c
404
MSCC_MS_SAM_MAC_SA_MATCH_HI_ETYPE((__force u32)htons(flow->etype)));
drivers/net/phy/mscc/mscc_macsec.c
586
sci = (__force u64)(bank == MACSEC_INGR ? flow->rx_sa->sc->sci : priv->secy->sci);
drivers/net/phy/mscc/mscc_ptp.c
415
sig[0] = (__force u16)ptphdr->seq_id >> 8;
drivers/net/phy/mscc/mscc_ptp.c
416
sig[1] = (__force u16)ptphdr->seq_id & GENMASK(7, 0);
drivers/net/phy/nxp-c45-tja11xx-macsec.c
502
value = (__force u32)cpu_to_be32(key_u32[i]);
drivers/net/phy/nxp-c45-tja11xx-macsec.c
509
value = (__force u32)cpu_to_be32(salt_u32[i]);
drivers/net/phy/nxp-c45-tja11xx-macsec.c
513
value = (__force u32)cpu_to_be32((__force u32)ssci);
drivers/net/ppp/pppoe.c
1115
return (__force u16)((phdr->sid ^ phdr2->sid) | (proto ^ proto2));
drivers/net/ppp/pppoe.c
147
hash16 = addr16[0] ^ addr16[1] ^ addr16[2] ^ (__force u16)sid;
drivers/net/thunderbolt/main.c
1000
__wsum wsum = (__force __wsum)htonl(paylen);
drivers/net/usb/ax88179_178a.c
325
link = (((__force u32)event->intdata1) & AX_INT_PPLS_LINK) >> 16;
drivers/net/usb/rndis_host.c
113
buf->request_id = (__force __le32) xid;
drivers/net/usb/rndis_host.c
154
request_id = (__force u32) buf->request_id;
drivers/net/usb/smsc95xx.c
1873
skb->csum = (__force __wsum)get_unaligned(csum_ptr);
drivers/net/vxlan/vxlan_private.h
53
return &vs->vni_list[hash_32((__force u32)vni, VNI_HASH_BITS)];
drivers/net/wireguard/peerlookup.c
132
entry->index = (__force __le32)get_random_u32();
drivers/net/wireguard/peerlookup.c
79
return &table->hashtable[(__force u32)index &
drivers/net/wireguard/ratelimiter.c
96
ip = (u64 __force)ip_hdr(skb)->saddr;
drivers/net/wireguard/selftest/allowedips.c
113
mask.all[cidr / 32] = (__force u32)htonl(
drivers/net/wireless/ath/ath10k/wmi.h
78
return (__force a_sle32)cpu_to_le32(val);
drivers/net/wireless/ath/ath10k/wmi.h
83
return le32_to_cpu((__force __le32)val);
drivers/net/wireless/ath/ath12k/wmi.h
42
return (__force a_sle32)cpu_to_le32(val);
drivers/net/wireless/ath/ath12k/wmi.h
47
return le32_to_cpu((__force __le32)val);
drivers/net/wireless/ath/ath6kl/sdio.c
1045
u32 val = (__force u32) data;
drivers/net/wireless/ath/ath6kl/txrx.c
1536
skb->csum = (__force __wsum) meta->csum;
drivers/net/wireless/ath/ath6kl/wmi.h
68
return (__force a_sle32) cpu_to_le32(val);
drivers/net/wireless/ath/ath6kl/wmi.h
73
return le32_to_cpu((__force __le32) val);
drivers/net/wireless/ath/ath6kl/wmi.h
78
return (__force a_sle16) cpu_to_le16(val);
drivers/net/wireless/ath/ath6kl/wmi.h
83
return le16_to_cpu((__force __le16) val);
drivers/net/wireless/ath/ath9k/eeprom.h
33
(field = (__force __le16)swab16((__force u16)field))
drivers/net/wireless/ath/ath9k/eeprom.h
35
(field = (__force __le32)swab32((__force u32)field))
drivers/net/wireless/ath/ath9k/eeprom_4k.c
198
el = swab16((__force u16)eep->baseEepHeader.length);
drivers/net/wireless/ath/ath9k/eeprom_9287.c
196
el = swab16((__force u16)eep->baseEepHeader.length);
drivers/net/wireless/ath/ath9k/eeprom_def.c
277
el = swab16((__force u16)eep->baseEepHeader.length);
drivers/net/wireless/ath/wil6210/debugfs.c
2312
blob->data = (void * __force)wil->csr + HOSTADDR(map->host);
drivers/net/wireless/ath/wil6210/debugfs.c
2460
wil6210_debugfs_init_offset(wil, dbg, (void * __force)wil->csr,
drivers/net/wireless/ath/wil6210/debugfs.c
504
wil6210_debugfs_init_offset(wil, d, (void * __force)wil->csr + off,
drivers/net/wireless/ath/wil6210/debugfs.c
520
wil6210_debugfs_init_offset(wil, d, (void * __force)wil->csr,
drivers/net/wireless/ath/wil6210/debugfs.c
573
wil6210_debugfs_init_offset(wil, d, (void * __force)wil->csr,
drivers/net/wireless/ath/wil6210/debugfs.c
576
wil6210_debugfs_init_offset(wil, dtx, (void * __force)wil->csr,
drivers/net/wireless/ath/wil6210/debugfs.c
579
wil6210_debugfs_init_offset(wil, drx, (void * __force)wil->csr,
drivers/net/wireless/ath/wil6210/main.c
1541
wil_w(wil, RGF_USER_FW_CALIB_RESULT, (u32 __force)val);
drivers/net/wireless/ath/wil6210/wil_crash_dump.c
82
data = (void * __force)wil->csr + HOSTADDR(map->host);
drivers/net/wireless/ath/wil6210/wil_crash_dump.c
90
wil_memcpy_fromio_32((void * __force)(dest + offset),
drivers/net/wireless/ath/wil6210/wil_crash_dump.c
91
(const void __iomem * __force)data, len);
drivers/net/wireless/intel/iwlwifi/fw/file.h
276
IWL_UCODE_TLV_API_FRAGMENTED_SCAN = (__force iwl_ucode_tlv_api_t)8,
drivers/net/wireless/intel/iwlwifi/fw/file.h
277
IWL_UCODE_TLV_API_WIFI_MCC_UPDATE = (__force iwl_ucode_tlv_api_t)9,
drivers/net/wireless/intel/iwlwifi/fw/file.h
278
IWL_UCODE_TLV_API_LQ_SS_PARAMS = (__force iwl_ucode_tlv_api_t)18,
drivers/net/wireless/intel/iwlwifi/fw/file.h
279
IWL_UCODE_TLV_API_NEW_VERSION = (__force iwl_ucode_tlv_api_t)20,
drivers/net/wireless/intel/iwlwifi/fw/file.h
280
IWL_UCODE_TLV_API_SCAN_TSF_REPORT = (__force iwl_ucode_tlv_api_t)28,
drivers/net/wireless/intel/iwlwifi/fw/file.h
281
IWL_UCODE_TLV_API_TKIP_MIC_KEYS = (__force iwl_ucode_tlv_api_t)29,
drivers/net/wireless/intel/iwlwifi/fw/file.h
282
IWL_UCODE_TLV_API_STA_TYPE = (__force iwl_ucode_tlv_api_t)30,
drivers/net/wireless/intel/iwlwifi/fw/file.h
283
IWL_UCODE_TLV_API_NAN2_VER2 = (__force iwl_ucode_tlv_api_t)31,
drivers/net/wireless/intel/iwlwifi/fw/file.h
285
IWL_UCODE_TLV_API_ADAPTIVE_DWELL = (__force iwl_ucode_tlv_api_t)32,
drivers/net/wireless/intel/iwlwifi/fw/file.h
286
IWL_UCODE_TLV_API_OCE = (__force iwl_ucode_tlv_api_t)33,
drivers/net/wireless/intel/iwlwifi/fw/file.h
287
IWL_UCODE_TLV_API_NEW_BEACON_TEMPLATE = (__force iwl_ucode_tlv_api_t)34,
drivers/net/wireless/intel/iwlwifi/fw/file.h
288
IWL_UCODE_TLV_API_NEW_RX_STATS = (__force iwl_ucode_tlv_api_t)35,
drivers/net/wireless/intel/iwlwifi/fw/file.h
289
IWL_UCODE_TLV_API_WOWLAN_KEY_MATERIAL = (__force iwl_ucode_tlv_api_t)36,
drivers/net/wireless/intel/iwlwifi/fw/file.h
290
IWL_UCODE_TLV_API_QUOTA_LOW_LATENCY = (__force iwl_ucode_tlv_api_t)38,
drivers/net/wireless/intel/iwlwifi/fw/file.h
291
IWL_UCODE_TLV_API_DEPRECATE_TTAK = (__force iwl_ucode_tlv_api_t)41,
drivers/net/wireless/intel/iwlwifi/fw/file.h
292
IWL_UCODE_TLV_API_ADAPTIVE_DWELL_V2 = (__force iwl_ucode_tlv_api_t)42,
drivers/net/wireless/intel/iwlwifi/fw/file.h
293
IWL_UCODE_TLV_API_FRAG_EBS = (__force iwl_ucode_tlv_api_t)44,
drivers/net/wireless/intel/iwlwifi/fw/file.h
294
IWL_UCODE_TLV_API_REDUCE_TX_POWER = (__force iwl_ucode_tlv_api_t)45,
drivers/net/wireless/intel/iwlwifi/fw/file.h
295
IWL_UCODE_TLV_API_SHORT_BEACON_NOTIF = (__force iwl_ucode_tlv_api_t)46,
drivers/net/wireless/intel/iwlwifi/fw/file.h
296
IWL_UCODE_TLV_API_BEACON_FILTER_V4 = (__force iwl_ucode_tlv_api_t)47,
drivers/net/wireless/intel/iwlwifi/fw/file.h
297
IWL_UCODE_TLV_API_REGULATORY_NVM_INFO = (__force iwl_ucode_tlv_api_t)48,
drivers/net/wireless/intel/iwlwifi/fw/file.h
298
IWL_UCODE_TLV_API_FTM_NEW_RANGE_REQ = (__force iwl_ucode_tlv_api_t)49,
drivers/net/wireless/intel/iwlwifi/fw/file.h
299
IWL_UCODE_TLV_API_SCAN_OFFLOAD_CHANS = (__force iwl_ucode_tlv_api_t)50,
drivers/net/wireless/intel/iwlwifi/fw/file.h
300
IWL_UCODE_TLV_API_MBSSID_HE = (__force iwl_ucode_tlv_api_t)52,
drivers/net/wireless/intel/iwlwifi/fw/file.h
301
IWL_UCODE_TLV_API_WOWLAN_TCP_SYN_WAKE = (__force iwl_ucode_tlv_api_t)53,
drivers/net/wireless/intel/iwlwifi/fw/file.h
302
IWL_UCODE_TLV_API_FTM_RTT_ACCURACY = (__force iwl_ucode_tlv_api_t)54,
drivers/net/wireless/intel/iwlwifi/fw/file.h
303
IWL_UCODE_TLV_API_SAR_TABLE_VER = (__force iwl_ucode_tlv_api_t)55,
drivers/net/wireless/intel/iwlwifi/fw/file.h
304
IWL_UCODE_TLV_API_REDUCED_SCAN_CONFIG = (__force iwl_ucode_tlv_api_t)56,
drivers/net/wireless/intel/iwlwifi/fw/file.h
305
IWL_UCODE_TLV_API_ADWELL_HB_DEF_N_AP = (__force iwl_ucode_tlv_api_t)57,
drivers/net/wireless/intel/iwlwifi/fw/file.h
306
IWL_UCODE_TLV_API_SCAN_EXT_CHAN_VER = (__force iwl_ucode_tlv_api_t)58,
drivers/net/wireless/intel/iwlwifi/fw/file.h
307
IWL_UCODE_TLV_API_BAND_IN_RX_DATA = (__force iwl_ucode_tlv_api_t)59,
drivers/net/wireless/intel/iwlwifi/fw/file.h
309
IWL_UCODE_TLV_API_NO_HOST_DISABLE_TX = (__force iwl_ucode_tlv_api_t)66,
drivers/net/wireless/intel/iwlwifi/fw/file.h
310
IWL_UCODE_TLV_API_INT_DBG_BUF_CLEAR = (__force iwl_ucode_tlv_api_t)67,
drivers/net/wireless/intel/iwlwifi/fw/file.h
311
IWL_UCODE_TLV_API_SMART_FIFO_OFFLOAD = (__force iwl_ucode_tlv_api_t)68,
drivers/net/wireless/intel/iwlwifi/fw/file.h
321
= (__force iwl_ucode_tlv_api_t)__CHECKER_NUM_IWL_UCODE_TLV_API,
drivers/net/wireless/intel/iwlwifi/fw/file.h
459
IWL_UCODE_TLV_CAPA_D0I3_SUPPORT = (__force iwl_ucode_tlv_capa_t)0,
drivers/net/wireless/intel/iwlwifi/fw/file.h
460
IWL_UCODE_TLV_CAPA_LAR_SUPPORT = (__force iwl_ucode_tlv_capa_t)1,
drivers/net/wireless/intel/iwlwifi/fw/file.h
461
IWL_UCODE_TLV_CAPA_UMAC_SCAN = (__force iwl_ucode_tlv_capa_t)2,
drivers/net/wireless/intel/iwlwifi/fw/file.h
462
IWL_UCODE_TLV_CAPA_BEAMFORMER = (__force iwl_ucode_tlv_capa_t)3,
drivers/net/wireless/intel/iwlwifi/fw/file.h
463
IWL_UCODE_TLV_CAPA_TDLS_SUPPORT = (__force iwl_ucode_tlv_capa_t)6,
drivers/net/wireless/intel/iwlwifi/fw/file.h
464
IWL_UCODE_TLV_CAPA_TXPOWER_INSERTION_SUPPORT = (__force iwl_ucode_tlv_capa_t)8,
drivers/net/wireless/intel/iwlwifi/fw/file.h
465
IWL_UCODE_TLV_CAPA_DS_PARAM_SET_IE_SUPPORT = (__force iwl_ucode_tlv_capa_t)9,
drivers/net/wireless/intel/iwlwifi/fw/file.h
466
IWL_UCODE_TLV_CAPA_WFA_TPC_REP_IE_SUPPORT = (__force iwl_ucode_tlv_capa_t)10,
drivers/net/wireless/intel/iwlwifi/fw/file.h
467
IWL_UCODE_TLV_CAPA_QUIET_PERIOD_SUPPORT = (__force iwl_ucode_tlv_capa_t)11,
drivers/net/wireless/intel/iwlwifi/fw/file.h
468
IWL_UCODE_TLV_CAPA_DQA_SUPPORT = (__force iwl_ucode_tlv_capa_t)12,
drivers/net/wireless/intel/iwlwifi/fw/file.h
469
IWL_UCODE_TLV_CAPA_TDLS_CHANNEL_SWITCH = (__force iwl_ucode_tlv_capa_t)13,
drivers/net/wireless/intel/iwlwifi/fw/file.h
470
IWL_UCODE_TLV_CAPA_CNSLDTD_D3_D0_IMG = (__force iwl_ucode_tlv_capa_t)17,
drivers/net/wireless/intel/iwlwifi/fw/file.h
471
IWL_UCODE_TLV_CAPA_HOTSPOT_SUPPORT = (__force iwl_ucode_tlv_capa_t)18,
drivers/net/wireless/intel/iwlwifi/fw/file.h
472
IWL_UCODE_TLV_CAPA_CSUM_SUPPORT = (__force iwl_ucode_tlv_capa_t)21,
drivers/net/wireless/intel/iwlwifi/fw/file.h
473
IWL_UCODE_TLV_CAPA_RADIO_BEACON_STATS = (__force iwl_ucode_tlv_capa_t)22,
drivers/net/wireless/intel/iwlwifi/fw/file.h
474
IWL_UCODE_TLV_CAPA_P2P_SCM_UAPSD = (__force iwl_ucode_tlv_capa_t)26,
drivers/net/wireless/intel/iwlwifi/fw/file.h
475
IWL_UCODE_TLV_CAPA_BT_COEX_PLCR = (__force iwl_ucode_tlv_capa_t)28,
drivers/net/wireless/intel/iwlwifi/fw/file.h
476
IWL_UCODE_TLV_CAPA_LAR_MULTI_MCC = (__force iwl_ucode_tlv_capa_t)29,
drivers/net/wireless/intel/iwlwifi/fw/file.h
477
IWL_UCODE_TLV_CAPA_BT_COEX_RRC = (__force iwl_ucode_tlv_capa_t)30,
drivers/net/wireless/intel/iwlwifi/fw/file.h
478
IWL_UCODE_TLV_CAPA_GSCAN_SUPPORT = (__force iwl_ucode_tlv_capa_t)31,
drivers/net/wireless/intel/iwlwifi/fw/file.h
481
IWL_UCODE_TLV_CAPA_FRAGMENTED_PNVM_IMG = (__force iwl_ucode_tlv_capa_t)32,
drivers/net/wireless/intel/iwlwifi/fw/file.h
482
IWL_UCODE_TLV_CAPA_SOC_LATENCY_SUPPORT = (__force iwl_ucode_tlv_capa_t)37,
drivers/net/wireless/intel/iwlwifi/fw/file.h
483
IWL_UCODE_TLV_CAPA_STA_PM_NOTIF = (__force iwl_ucode_tlv_capa_t)38,
drivers/net/wireless/intel/iwlwifi/fw/file.h
484
IWL_UCODE_TLV_CAPA_BINDING_CDB_SUPPORT = (__force iwl_ucode_tlv_capa_t)39,
drivers/net/wireless/intel/iwlwifi/fw/file.h
485
IWL_UCODE_TLV_CAPA_CDB_SUPPORT = (__force iwl_ucode_tlv_capa_t)40,
drivers/net/wireless/intel/iwlwifi/fw/file.h
486
IWL_UCODE_TLV_CAPA_D0I3_END_FIRST = (__force iwl_ucode_tlv_capa_t)41,
drivers/net/wireless/intel/iwlwifi/fw/file.h
487
IWL_UCODE_TLV_CAPA_TLC_OFFLOAD = (__force iwl_ucode_tlv_capa_t)43,
drivers/net/wireless/intel/iwlwifi/fw/file.h
488
IWL_UCODE_TLV_CAPA_DYNAMIC_QUOTA = (__force iwl_ucode_tlv_capa_t)44,
drivers/net/wireless/intel/iwlwifi/fw/file.h
489
IWL_UCODE_TLV_CAPA_COEX_SCHEMA_2 = (__force iwl_ucode_tlv_capa_t)45,
drivers/net/wireless/intel/iwlwifi/fw/file.h
490
IWL_UCODE_TLV_CAPA_CHANNEL_SWITCH_CMD = (__force iwl_ucode_tlv_capa_t)46,
drivers/net/wireless/intel/iwlwifi/fw/file.h
491
IWL_UCODE_TLV_CAPA_FTM_CALIBRATED = (__force iwl_ucode_tlv_capa_t)47,
drivers/net/wireless/intel/iwlwifi/fw/file.h
492
IWL_UCODE_TLV_CAPA_ULTRA_HB_CHANNELS = (__force iwl_ucode_tlv_capa_t)48,
drivers/net/wireless/intel/iwlwifi/fw/file.h
493
IWL_UCODE_TLV_CAPA_CS_MODIFY = (__force iwl_ucode_tlv_capa_t)49,
drivers/net/wireless/intel/iwlwifi/fw/file.h
494
IWL_UCODE_TLV_CAPA_SET_LTR_GEN2 = (__force iwl_ucode_tlv_capa_t)50,
drivers/net/wireless/intel/iwlwifi/fw/file.h
495
IWL_UCODE_TLV_CAPA_SET_PPAG = (__force iwl_ucode_tlv_capa_t)52,
drivers/net/wireless/intel/iwlwifi/fw/file.h
496
IWL_UCODE_TLV_CAPA_TAS_CFG = (__force iwl_ucode_tlv_capa_t)53,
drivers/net/wireless/intel/iwlwifi/fw/file.h
497
IWL_UCODE_TLV_CAPA_SESSION_PROT_CMD = (__force iwl_ucode_tlv_capa_t)54,
drivers/net/wireless/intel/iwlwifi/fw/file.h
498
IWL_UCODE_TLV_CAPA_PROTECTED_TWT = (__force iwl_ucode_tlv_capa_t)56,
drivers/net/wireless/intel/iwlwifi/fw/file.h
499
IWL_UCODE_TLV_CAPA_FW_RESET_HANDSHAKE = (__force iwl_ucode_tlv_capa_t)57,
drivers/net/wireless/intel/iwlwifi/fw/file.h
500
IWL_UCODE_TLV_CAPA_PASSIVE_6GHZ_SCAN = (__force iwl_ucode_tlv_capa_t)58,
drivers/net/wireless/intel/iwlwifi/fw/file.h
501
IWL_UCODE_TLV_CAPA_HIDDEN_6GHZ_SCAN = (__force iwl_ucode_tlv_capa_t)59,
drivers/net/wireless/intel/iwlwifi/fw/file.h
502
IWL_UCODE_TLV_CAPA_BROADCAST_TWT = (__force iwl_ucode_tlv_capa_t)60,
drivers/net/wireless/intel/iwlwifi/fw/file.h
503
IWL_UCODE_TLV_CAPA_COEX_HIGH_PRIO = (__force iwl_ucode_tlv_capa_t)61,
drivers/net/wireless/intel/iwlwifi/fw/file.h
504
IWL_UCODE_TLV_CAPA_RFIM_SUPPORT = (__force iwl_ucode_tlv_capa_t)62,
drivers/net/wireless/intel/iwlwifi/fw/file.h
505
IWL_UCODE_TLV_CAPA_BAID_ML_SUPPORT = (__force iwl_ucode_tlv_capa_t)63,
drivers/net/wireless/intel/iwlwifi/fw/file.h
508
IWL_UCODE_TLV_CAPA_EXTENDED_DTS_MEASURE = (__force iwl_ucode_tlv_capa_t)64,
drivers/net/wireless/intel/iwlwifi/fw/file.h
509
IWL_UCODE_TLV_CAPA_SHORT_PM_TIMEOUTS = (__force iwl_ucode_tlv_capa_t)65,
drivers/net/wireless/intel/iwlwifi/fw/file.h
510
IWL_UCODE_TLV_CAPA_BT_MPLUT_SUPPORT = (__force iwl_ucode_tlv_capa_t)67,
drivers/net/wireless/intel/iwlwifi/fw/file.h
511
IWL_UCODE_TLV_CAPA_MULTI_QUEUE_RX_SUPPORT = (__force iwl_ucode_tlv_capa_t)68,
drivers/net/wireless/intel/iwlwifi/fw/file.h
512
IWL_UCODE_TLV_CAPA_CSA_AND_TBTT_OFFLOAD = (__force iwl_ucode_tlv_capa_t)70,
drivers/net/wireless/intel/iwlwifi/fw/file.h
513
IWL_UCODE_TLV_CAPA_BEACON_ANT_SELECTION = (__force iwl_ucode_tlv_capa_t)71,
drivers/net/wireless/intel/iwlwifi/fw/file.h
514
IWL_UCODE_TLV_CAPA_BEACON_STORING = (__force iwl_ucode_tlv_capa_t)72,
drivers/net/wireless/intel/iwlwifi/fw/file.h
515
IWL_UCODE_TLV_CAPA_LAR_SUPPORT_V3 = (__force iwl_ucode_tlv_capa_t)73,
drivers/net/wireless/intel/iwlwifi/fw/file.h
516
IWL_UCODE_TLV_CAPA_CT_KILL_BY_FW = (__force iwl_ucode_tlv_capa_t)74,
drivers/net/wireless/intel/iwlwifi/fw/file.h
517
IWL_UCODE_TLV_CAPA_TEMP_THS_REPORT_SUPPORT = (__force iwl_ucode_tlv_capa_t)75,
drivers/net/wireless/intel/iwlwifi/fw/file.h
518
IWL_UCODE_TLV_CAPA_CTDP_SUPPORT = (__force iwl_ucode_tlv_capa_t)76,
drivers/net/wireless/intel/iwlwifi/fw/file.h
519
IWL_UCODE_TLV_CAPA_USNIFFER_UNIFIED = (__force iwl_ucode_tlv_capa_t)77,
drivers/net/wireless/intel/iwlwifi/fw/file.h
520
IWL_UCODE_TLV_CAPA_EXTEND_SHARED_MEM_CFG = (__force iwl_ucode_tlv_capa_t)80,
drivers/net/wireless/intel/iwlwifi/fw/file.h
521
IWL_UCODE_TLV_CAPA_LQM_SUPPORT = (__force iwl_ucode_tlv_capa_t)81,
drivers/net/wireless/intel/iwlwifi/fw/file.h
522
IWL_UCODE_TLV_CAPA_TX_POWER_ACK = (__force iwl_ucode_tlv_capa_t)84,
drivers/net/wireless/intel/iwlwifi/fw/file.h
523
IWL_UCODE_TLV_CAPA_D3_DEBUG = (__force iwl_ucode_tlv_capa_t)87,
drivers/net/wireless/intel/iwlwifi/fw/file.h
524
IWL_UCODE_TLV_CAPA_LED_CMD_SUPPORT = (__force iwl_ucode_tlv_capa_t)88,
drivers/net/wireless/intel/iwlwifi/fw/file.h
525
IWL_UCODE_TLV_CAPA_MCC_UPDATE_11AX_SUPPORT = (__force iwl_ucode_tlv_capa_t)89,
drivers/net/wireless/intel/iwlwifi/fw/file.h
526
IWL_UCODE_TLV_CAPA_CSI_REPORTING = (__force iwl_ucode_tlv_capa_t)90,
drivers/net/wireless/intel/iwlwifi/fw/file.h
527
IWL_UCODE_TLV_CAPA_DBG_SUSPEND_RESUME_CMD_SUPP = (__force iwl_ucode_tlv_capa_t)92,
drivers/net/wireless/intel/iwlwifi/fw/file.h
528
IWL_UCODE_TLV_CAPA_DBG_BUF_ALLOC_CMD_SUPP = (__force iwl_ucode_tlv_capa_t)93,
drivers/net/wireless/intel/iwlwifi/fw/file.h
531
IWL_UCODE_TLV_CAPA_BIOS_OVERRIDE_UNII4_US_CA = (__force iwl_ucode_tlv_capa_t)96,
drivers/net/wireless/intel/iwlwifi/fw/file.h
532
IWL_UCODE_TLV_CAPA_PSC_CHAN_SUPPORT = (__force iwl_ucode_tlv_capa_t)98,
drivers/net/wireless/intel/iwlwifi/fw/file.h
533
IWL_UCODE_TLV_CAPA_BIGTK_SUPPORT = (__force iwl_ucode_tlv_capa_t)100,
drivers/net/wireless/intel/iwlwifi/fw/file.h
534
IWL_UCODE_TLV_CAPA_SPP_AMSDU_SUPPORT = (__force iwl_ucode_tlv_capa_t)103,
drivers/net/wireless/intel/iwlwifi/fw/file.h
535
IWL_UCODE_TLV_CAPA_DRAM_FRAG_SUPPORT = (__force iwl_ucode_tlv_capa_t)104,
drivers/net/wireless/intel/iwlwifi/fw/file.h
536
IWL_UCODE_TLV_CAPA_DUMP_COMPLETE_SUPPORT = (__force iwl_ucode_tlv_capa_t)105,
drivers/net/wireless/intel/iwlwifi/fw/file.h
537
IWL_UCODE_TLV_CAPA_SYNCED_TIME = (__force iwl_ucode_tlv_capa_t)106,
drivers/net/wireless/intel/iwlwifi/fw/file.h
538
IWL_UCODE_TLV_CAPA_TIME_SYNC_BOTH_FTM_TM = (__force iwl_ucode_tlv_capa_t)108,
drivers/net/wireless/intel/iwlwifi/fw/file.h
539
IWL_UCODE_TLV_CAPA_BIGTK_TX_SUPPORT = (__force iwl_ucode_tlv_capa_t)109,
drivers/net/wireless/intel/iwlwifi/fw/file.h
540
IWL_UCODE_TLV_CAPA_MLD_API_SUPPORT = (__force iwl_ucode_tlv_capa_t)110,
drivers/net/wireless/intel/iwlwifi/fw/file.h
541
IWL_UCODE_TLV_CAPA_SCAN_DONT_TOGGLE_ANT = (__force iwl_ucode_tlv_capa_t)111,
drivers/net/wireless/intel/iwlwifi/fw/file.h
542
IWL_UCODE_TLV_CAPA_PPAG_CHINA_BIOS_SUPPORT = (__force iwl_ucode_tlv_capa_t)112,
drivers/net/wireless/intel/iwlwifi/fw/file.h
543
IWL_UCODE_TLV_CAPA_OFFLOAD_BTM_SUPPORT = (__force iwl_ucode_tlv_capa_t)113,
drivers/net/wireless/intel/iwlwifi/fw/file.h
544
IWL_UCODE_TLV_CAPA_STA_EXP_MFP_SUPPORT = (__force iwl_ucode_tlv_capa_t)114,
drivers/net/wireless/intel/iwlwifi/fw/file.h
545
IWL_UCODE_TLV_CAPA_SNIFF_VALIDATE_SUPPORT = (__force iwl_ucode_tlv_capa_t)116,
drivers/net/wireless/intel/iwlwifi/fw/file.h
546
IWL_UCODE_TLV_CAPA_CHINA_22_REG_SUPPORT = (__force iwl_ucode_tlv_capa_t)117,
drivers/net/wireless/intel/iwlwifi/fw/file.h
547
IWL_UCODE_TLV_CAPA_SECURE_LTF_SUPPORT = (__force iwl_ucode_tlv_capa_t)121,
drivers/net/wireless/intel/iwlwifi/fw/file.h
548
IWL_UCODE_TLV_CAPA_MONITOR_PASSIVE_CHANS = (__force iwl_ucode_tlv_capa_t)122,
drivers/net/wireless/intel/iwlwifi/fw/file.h
549
IWL_UCODE_TLV_CAPA_BIOS_OVERRIDE_5G9_FOR_CA = (__force iwl_ucode_tlv_capa_t)123,
drivers/net/wireless/intel/iwlwifi/fw/file.h
550
IWL_UCODE_TLV_CAPA_UHB_CANADA_TAS_SUPPORT = (__force iwl_ucode_tlv_capa_t)124,
drivers/net/wireless/intel/iwlwifi/fw/file.h
551
IWL_UCODE_TLV_CAPA_EXT_FSEQ_IMAGE_SUPPORT = (__force iwl_ucode_tlv_capa_t)125,
drivers/net/wireless/intel/iwlwifi/fw/file.h
555
IWL_UCODE_TLV_CAPA_RESET_DURING_ASSERT = (__force iwl_ucode_tlv_capa_t)(4 * 32 + 0),
drivers/net/wireless/intel/iwlwifi/fw/file.h
556
IWL_UCODE_TLV_CAPA_FW_ACCEPTS_RAW_DSM_TABLE = (__force iwl_ucode_tlv_capa_t)(4 * 32 + 1),
drivers/net/wireless/intel/iwlwifi/fw/file.h
557
IWL_UCODE_TLV_CAPA_NAN_SYNC_SUPPORT = (__force iwl_ucode_tlv_capa_t)(4 * 32 + 2),
drivers/net/wireless/intel/iwlwifi/fw/file.h
566
= (__force iwl_ucode_tlv_capa_t)__CHECKER_NUM_IWL_UCODE_TLV_CAPA,
drivers/net/wireless/intel/iwlwifi/fw/img.h
72
return test_bit((__force long)api, capabilities->_api);
drivers/net/wireless/intel/iwlwifi/fw/img.h
79
return test_bit((__force long)capa, capabilities->_capa);
drivers/net/wireless/intel/iwlwifi/mld/rx.c
1778
skb->csum = csum_unfold(~(__force __sum16)hwsum);
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c
526
skb->csum = csum_unfold(~(__force __sum16)hwsum);
drivers/net/wireless/intersil/p54/p54pci.h
86
#define P54P_READ(r) (__force __le32)__raw_readl(&priv->map->r)
drivers/net/wireless/intersil/p54/p54pci.h
87
#define P54P_WRITE(r, val) __raw_writel((__force u32)(__le32)(val), &priv->map->r)
drivers/net/wireless/marvell/mwl8k.c
2252
cmd->result = (__force __le16) 0xffff;
drivers/net/wireless/quantenna/qtnfmac/commands.c
1335
kfree((__force void *)band->iftype_data);
drivers/net/wireless/quantenna/qtnfmac/core.c
524
kfree((__force void *)wiphy->bands[band]->iftype_data);
drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c
1185
writel((u32 __force)PCI_D3hot, ts->ep_pmstate);
drivers/net/wireless/quantenna/qtnfmac/pcie/topaz_pcie.c
1206
writel((u32 __force)PCI_D0, ts->ep_pmstate);
drivers/net/wireless/realtek/rtl818x/rtl8187/dev.c
1514
(__le16 __force *)mac_addr, 3);
drivers/net/wireless/realtek/rtw89/regd.c
645
kfree((__force void *)sband->iftype_data);
drivers/net/wireless/st/cw1200/cw1200_spi.c
150
regaddr = (__force u16)cpu_to_le16(regaddr);
drivers/net/wireless/st/cw1200/cw1200_spi.c
85
regaddr = (__force u16)cpu_to_le16(regaddr);
drivers/nfc/st21nfca/core.c
371
pol_req = be32_to_cpu((__force __be32)
drivers/nvme/host/nvme.h
970
NVME_SUBMIT_AT_HEAD = (__force nvme_submit_flags_t)(1 << 0),
drivers/nvme/host/nvme.h
972
NVME_SUBMIT_NOWAIT = (__force nvme_submit_flags_t)(1 << 1),
drivers/nvme/host/nvme.h
974
NVME_SUBMIT_RESERVED = (__force nvme_submit_flags_t)(1 << 2),
drivers/nvme/host/nvme.h
976
NVME_SUBMIT_RETRY = (__force nvme_submit_flags_t)(1 << 3),
drivers/parisc/iosapic.c
207
__raw_writel((__force u32)data, addr);
drivers/parisc/sba_iommu.c
1738
sba_dev->ioc[i].pdir_base[0] = (__force __le64) 0xeeffc0addbba0080ULL;
drivers/pinctrl/samsung/pinctrl-exynos-arm.c
93
ctrl->priv = (void __force *)clk_base;
drivers/platform/wmi/string.c
44
ret = utf16s_to_utf8s((__force const wchar_t *)str->chars, inlen, UTF16_LITTLE_ENDIAN, dst,
drivers/platform/wmi/string.c
78
ret = utf8s_to_utf16s(src, src_length, UTF16_LITTLE_ENDIAN, (__force wchar_t *)str->chars,
drivers/platform/x86/intel/pmt/discovery-kunit.c
49
KUNIT_ASSERT_NOT_ERR_OR_NULL(test, (__force const void *)region->addr);
drivers/platform/x86/intel/telemetry/debugfs.c
586
(__force int)PCI_D3hot) ? 1 : 0;
drivers/power/reset/rmobile-reset.c
45
(__force void *)sysc_base2);
drivers/power/supply/olpc_battery.c
325
return le16_to_cpu((__force __le16)ec_word);
drivers/power/supply/olpc_battery.c
327
return be16_to_cpu((__force __be16)ec_word);
drivers/ptp/ptp_chardev.c
512
argptr = (void __force __user *)arg;
drivers/remoteproc/imx_rproc.c
592
va = (__force void *)(priv->mem[i].cpu_addr + offset);
drivers/remoteproc/ingenic_rproc.c
140
return (__force void *)va;
drivers/remoteproc/keystone_remoteproc.c
266
return (__force void *)va;
drivers/remoteproc/keystone_remoteproc.c
306
memset((__force void *)ksproc->mem[i].cpu_addr, 0,
drivers/remoteproc/mtk_scp.c
757
return (void __force *)scp->sram_base + offset;
drivers/remoteproc/mtk_scp.c
776
return (void __force *)scp->sram_base + offset;
drivers/remoteproc/mtk_scp.c
784
return (void __force *)scp->cluster->l1tcm_base + offset;
drivers/remoteproc/omap_remoteproc.c
751
return (__force void *)(oproc->mem[i].cpu_addr +
drivers/remoteproc/pru_rproc.c
671
va = (__force void *)(dram0.va + offset);
drivers/remoteproc/pru_rproc.c
675
va = (__force void *)(dram1.va + offset);
drivers/remoteproc/pru_rproc.c
679
va = (__force void *)(shrd_ram.va + offset);
drivers/remoteproc/pru_rproc.c
720
va = (__force void *)(pru->mem_regions[PRU_IOMEM_IRAM].va +
drivers/remoteproc/st_slim_rproc.c
188
va = (__force void *)slim_rproc->mem[i].cpu_addr;
drivers/remoteproc/stm32_rproc.c
123
va = (__force void *)ioremap_wc(mem->dma, mem->len);
drivers/remoteproc/stm32_rproc.c
140
iounmap((__force __iomem void *)mem->va);
drivers/remoteproc/stm32_rproc.c
652
return (__force struct resource_table *)ddata->rsc_va;
drivers/remoteproc/ti_k3_common.c
347
return (__force struct resource_table *)kproc->rmem[0].cpu_addr;
drivers/remoteproc/ti_k3_common.c
381
return (__force void *)va;
drivers/remoteproc/ti_k3_common.c
388
return (__force void *)va;
drivers/remoteproc/ti_k3_common.c
400
return (__force void *)va;
drivers/remoteproc/ti_k3_r5_remoteproc.c
590
return (__force void *)va;
drivers/remoteproc/wkup_m3_rproc.c
107
va = (__force void *)(wkupm3->mem[i].cpu_addr + offset);
drivers/resctrl/test_mpam_devices.c
335
char __iomem *buf = (__force char __iomem *)kunit_kzalloc(test, SZ_16K, GFP_KERNEL);
drivers/resctrl/test_mpam_devices.c
350
test_result = (__force u32 *)(buf + MPAMCFG_CPBM);
drivers/reset/reset-imx8mp-audiomix.c
173
(void __force *)base);
drivers/s390/char/zcore.c
235
if (rc || (__force u32)csum_partial(zcore_ipl_block, zcore_ipl_block->hdr.len, 0) !=
drivers/s390/char/zcore.c
265
if (rc || (__force u32)csum_partial(&os_info_flags, entry->size, 0) != entry->csum)
drivers/s390/cio/chsc.c
901
secm_area->cub[i] = (__force dma64_t)virt_to_dma32(css->cub[i]);
drivers/s390/cio/css.c
1105
*dma_handle = (__force dma32_t)dma_addr;
drivers/s390/crypto/zcrypt_api.c
1070
targets = (struct ep11_target_dev __force __kernel *)xcrb->targets;
drivers/s390/crypto/zcrypt_api.h
184
memcpy(to, (void __force *)from, n);
drivers/s390/crypto/zcrypt_api.h
195
memcpy((void __force *)to, from, n);
drivers/s390/crypto/zcrypt_ccamisc.c
1035
preq_ra_block = (struct rule_array_block __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_ccamisc.c
1048
preq_vud_block = (struct vud_block __force *)
drivers/s390/crypto/zcrypt_ccamisc.c
1062
preq_key_block = (struct key_block __force *)
drivers/s390/crypto/zcrypt_ccamisc.c
1274
preqparm = (struct aureqparm __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_ccamisc.c
1438
preqparm = (struct aureqparm __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_ccamisc.c
1563
preqparm = (struct fqreqparm __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_ccamisc.c
372
preqparm = (struct kgreqparm __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_ccamisc.c
514
preqparm = (struct cmreqparm __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_ccamisc.c
661
preqparm = (struct uskreqparm __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_ccamisc.c
857
preqparm = (struct gkreqparm __force *)preqcblk->req_parmb;
drivers/s390/crypto/zcrypt_msgtype6.c
501
(char __force __user *)xcrb->req, xcrb->req_len)) {
drivers/s390/crypto/zcrypt_msgtype6.c
674
if (z_copy_to_user(userspace, (char __force __user *)xcrb->resp,
drivers/scsi/aic94xx/aic94xx_sds.c
679
ms->offs_next = le16_to_cpu((__force __le16) ms->offs_next);
drivers/scsi/aic94xx/aic94xx_sds.c
680
ms->chksum = le16_to_cpu((__force __le16) ms->chksum);
drivers/scsi/aic94xx/aic94xx_sds.c
681
ms->size = le16_to_cpu((__force __le16) ms->size);
drivers/scsi/csiostor/csio_hw.c
511
*data = (__force __u32) htonl(*data);
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
829
skb->csum = (__force __wsum)(credits_needed + flowclen16);
drivers/scsi/cxgbi/libcxgbi.c
1358
u32 tag = ntohl((__force u32)hdr_itt);
drivers/scsi/cxgbi/libcxgbi.c
1417
*hdr_itt = (__force itt_t)htonl(tag);
drivers/scsi/cxgbi/libcxgbi.c
1431
u32 tag = ntohl((__force u32)itt);
drivers/scsi/esas2r/esas2r_init.c
165
a->regs = (void __force *)ioremap(pci_resource_start(a->pcid, 2),
drivers/scsi/esas2r/esas2r_init.c
183
a->data_window = (void __force *)ioremap(pci_resource_start(a->pcid,
drivers/scsi/ibmvscsi/ibmvscsi.c
1775
(__force struct srp_event_struct *)crq->IU_data_ptr;
drivers/scsi/libiscsi.c
1377
age = ((__force u32)itt >> ISCSI_AGE_SHIFT) & ISCSI_AGE_MASK;
drivers/scsi/libiscsi.c
1383
(__force u32)itt, session->age);
drivers/scsi/mpt3sas/mpt3sas_base.c
3741
((u8 __force *)&ioc->chip->Doorbell +
drivers/scsi/mpt3sas/mpt3sas_base.c
4181
mpi_req_iomem = (void __force *)ioc->chip +
drivers/scsi/mpt3sas/mpt3sas_base.c
4257
mpi_req_iomem = (void __force *)ioc->chip
drivers/scsi/mpt3sas/mpt3sas_base.c
4320
mpi_req_iomem = (void __force *)ioc->chip +
drivers/scsi/qla2xxx/qla_attr.c
237
__le32 *iter = (__force __le32 *)buf;
drivers/scsi/qla2xxx/qla_dbg.c
264
ram[i + j] = (__force __be32)
drivers/scsi/qla2xxx/qla_dbg.c
386
__le16 *dump = (__force __le16 *)ha->gid_list;
drivers/scsi/qla2xxx/qla_init.c
7926
dptr = (__force __le32 *)nv;
drivers/scsi/qla2xxx/qla_init.c
8190
__le32 *p = (__force __le32 *)image_status;
drivers/scsi/qla2xxx/qla_init.c
8482
*srisc_addr = be32_to_cpu((__force __be32)dcode[2]);
drivers/scsi/qla2xxx/qla_init.c
8510
risc_size = be32_to_cpu((__force __be32)dcode[3]);
drivers/scsi/qla2xxx/qla_init.c
8513
risc_attr = be32_to_cpu((__force __be32)dcode[9]);
drivers/scsi/qla2xxx/qla_init.c
8543
risc_size = be32_to_cpu((__force __be32)dcode[2]);
drivers/scsi/qla2xxx/qla_init.c
8647
risc_addr = be32_to_cpu((__force __be32)dcode[2]);
drivers/scsi/qla2xxx/qla_init.c
8648
risc_size = be32_to_cpu((__force __be32)dcode[3]);
drivers/scsi/qla2xxx/qla_init.c
8651
risc_attr = be32_to_cpu((__force __be32)dcode[9]);
drivers/scsi/qla2xxx/qla_init.c
8705
risc_size = be32_to_cpu((__force __be32)dcode[2]);
drivers/scsi/qla2xxx/qla_init.c
8791
fwcode = (__force __be16 *)blob->fw->data;
drivers/scsi/qla2xxx/qla_init.c
8839
wcode[i] = swab16((__force u32)fwcode[i]);
drivers/scsi/qla2xxx/qla_init.c
8892
fwcode = (__force __be32 *)blob->fw->data;
drivers/scsi/qla2xxx/qla_init.c
8893
dcode = (__force uint32_t *)fwcode;
drivers/scsi/qla2xxx/qla_init.c
8930
dcode[i] = swab32((__force u32)fwcode[i]);
drivers/scsi/qla2xxx/qla_init.c
8983
dcode[i] = (__force u32)fwcode[i];
drivers/scsi/qla2xxx/qla_init.c
9338
dptr = (__force __le32 *)nv;
drivers/scsi/qla2xxx/qla_iocb.c
2351
wrt_reg_byte((u8 __force __iomem *)&pkt->entry_count, req_cnt);
drivers/scsi/qla2xxx/qla_iocb.c
2352
wrt_reg_dword((__le32 __force __iomem *)&pkt->handle, handle);
drivers/scsi/qla2xxx/qla_iocb.c
3653
qla82xx_wr_32(ha, (uintptr_t __force)ha->nxdb_wr_ptr, dbval);
drivers/scsi/qla2xxx/qla_mbx.c
1921
qla82xx_wr_32(ha, (uintptr_t __force)ha->nxdb_wr_ptr,
drivers/scsi/qla2xxx/qla_mbx.c
4921
str = (__force __le16 *)version;
drivers/scsi/qla2xxx/qla_mbx.c
5046
*bp = le32_to_cpu((__force __le32)*bp);
drivers/scsi/qla2xxx/qla_mr.c
1407
wrt_reg_dword((void __force __iomem *)&pkt->signature,
drivers/scsi/qla2xxx/qla_mr.c
843
req->ring = (void __force *)ha->iobase + ha->req_que_off;
drivers/scsi/qla2xxx/qla_mr.c
858
rsp->ring = (void __force *)ha->iobase + ha->rsp_que_off;
drivers/scsi/qla2xxx/qla_os.c
6195
__be16 *trx = (__force __be16 *)sfp; /* already be16 */
drivers/scsi/qla2xxx/qla_os.c
6301
__be16 *trx = (__force __be16 *)sfp; /* already be16 */
drivers/scsi/qla2xxx/qla_sup.c
1069
wptr = (__force __le32 *)req->ring;
drivers/scsi/qla2xxx/qla_sup.c
204
nv_cmd |= (__force u16)data;
drivers/scsi/qla2xxx/qla_sup.c
263
nv_cmd |= (__force u16)data;
drivers/scsi/qla2xxx/qla_sup.c
2782
fw_array = (__force __be32 *)dwptr;
drivers/scsi/qla2xxx/qla_sup.c
2816
fw_array = (__force __be32 *)dwptr;
drivers/scsi/qla2xxx/qla_sup.c
3584
be32_to_cpu((__force __be32)dcode[4+i]);
drivers/scsi/qla2xxx/qla_sup.c
3615
be32_to_cpu((__force __be32)dcode[4+i]);
drivers/scsi/qla2xxx/qla_sup.c
629
wptr = (__force __le16 *)req->ring;
drivers/scsi/qla2xxx/qla_sup.c
701
wptr = (__force __le16 *)ha->flt;
drivers/scsi/qla2xxx/qla_sup.c
969
__le16 *wptr = (__force __le16 *)req->ring;
drivers/scsi/scsi_debug.c
4331
csum = (__force __be16)ip_compute_csum(buf, len);
drivers/scsi/scsi_devinfo.c
378
flags = (__force blist_flags_t)val;
drivers/scsi/scsi_sysfs.c
1070
[const_ilog2((__force __u64)BLIST_##name)] = #name
drivers/scsi/scsi_sysfs.c
1087
if (!(sdev->sdev_bflags & (__force blist_flags_t)BIT(i)))
drivers/scsi/scsi_transport_spi.c
41
SPI_BLIST_NOIUS = (__force blist_flags_t)0x1,
drivers/scsi/sg.c
1197
"sg_poll: res=0x%x\n", (__force u32) res));
drivers/scsi/smartpqi/smartpqi_init.c
7851
return *((__force u8 *)features_enabled_iomem_addr) &
drivers/soc/qcom/ice.c
748
xa_store(&ice_handles, phandle, (__force void *)base, GFP_KERNEL);
drivers/soc/qcom/qcom_stats.c
240
(__force void *)reg + config->ddr_stats_offset,
drivers/soc/qcom/smem.c
411
phdr = (struct smem_partition_header __force *)part->virt_base;
drivers/soc/qcom/smem.c
596
phdr = (struct smem_partition_header __force *)part->virt_base;
drivers/soc/tegra/fuse/fuse-tegra.c
146
err = devm_add_action(&pdev->dev, tegra_fuse_restore, (void __force *)base);
drivers/spi/spi-fsl-dspi.c
420
*txdata = (__force u32)cpu_to_be32(*(u32 *)dspi->tx);
drivers/spi/spi-fsl-dspi.c
426
*(u32 *)dspi->rx = be32_to_cpu((__force __be32)rxdata);
drivers/spi/spi-fsl-dspi.c
432
*txdata = (__force u32)cpu_to_be16(*(u16 *)dspi->tx);
drivers/spi/spi-fsl-dspi.c
438
*(u16 *)dspi->rx = be16_to_cpu((__force __be16)rxdata);
drivers/spmi/hisi-spmi-controller.c
164
data = be32_to_cpu((__be32 __force)data);
drivers/spmi/hisi-spmi-controller.c
239
writel((u32 __force)cpu_to_be32(data),
drivers/ssb/host_soc.c
139
__raw_writew((__force u16)(*buf), addr);
drivers/ssb/host_soc.c
150
__raw_writel((__force u32)(*buf), addr);
drivers/ssb/host_soc.c
66
*buf = (__force __le16)__raw_readw(addr);
drivers/ssb/host_soc.c
77
*buf = (__force __le32)__raw_readl(addr);
drivers/ssb/pcmcia.c
304
*buf = (__force __le16)__raw_readw(addr);
drivers/ssb/pcmcia.c
315
*buf = (__force __le16)__raw_readw(addr);
drivers/ssb/pcmcia.c
317
*buf = (__force __le16)__raw_readw(addr + 2);
drivers/ssb/pcmcia.c
401
__raw_writew((__force u16)(*buf), addr);
drivers/ssb/pcmcia.c
412
__raw_writew((__force u16)(*buf), addr);
drivers/ssb/pcmcia.c
414
__raw_writew((__force u16)(*buf), addr + 2);
drivers/staging/greybus/audio_topology.c
181
uinfo->type = (__force snd_ctl_elem_type_t)info->type;
drivers/staging/greybus/audio_topology.c
677
case (__force int)SNDRV_CTL_ELEM_IFACE_MIXER:
drivers/staging/greybus/audio_topology.c
903
case (__force int)SNDRV_CTL_ELEM_IFACE_MIXER:
drivers/staging/media/atomisp/pci/atomisp_cmd.c
2763
(__force void *)source_morph_table->coordinates_x[i],
drivers/staging/media/atomisp/pci/atomisp_cmd.c
2770
(__force void *)source_morph_table->coordinates_y[i],
drivers/staging/media/atomisp/pci/atomisp_cmd.c
2787
(__force void *)source_morph_table->coordinates_x[i],
drivers/staging/media/atomisp/pci/atomisp_cmd.c
2794
(__force void *)source_morph_table->coordinates_y[i],
drivers/staging/media/atomisp/pci/atomisp_cmd.c
3339
if (copy_from_user(tmp_buf, (void __user __force *)arg->base,
drivers/target/iscsi/cxgbit/cxgbit_cm.c
1820
credit += (__force u32)skb->csum;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
1856
csum = (__force u32)p->csum;
drivers/target/iscsi/cxgbit/cxgbit_cm.c
1862
p->csum = (__force __wsum)(csum - credits);
drivers/target/iscsi/cxgbit/cxgbit_target.c
245
skb->csum = (__force __wsum)(credits_needed + flowclen16);
drivers/target/iscsi/iscsi_target.c
1208
cmd->se_cmd.tag = (__force u32)cmd->init_task_tag;
drivers/target/iscsi/iscsi_target_nego.c
336
" %u\n", login_rsp->flags, (__force u32)login_rsp->itt,
drivers/target/iscsi/iscsi_target_tmr.c
165
se_tmr->ref_task_tag = (__force u32)hdr->rtt;
drivers/target/iscsi/iscsi_target_tmr.c
55
se_tmr->ref_task_tag = (__force u32)hdr->rtt;
drivers/target/target_core_transport.c
3549
int r = (__force int)reason;
drivers/target/target_core_transport.c
3556
sd = &sense_detail_table[(__force int)
drivers/tee/tee_core.c
769
ip.a = (__force unsigned long)p->u.ubuf.uaddr;
drivers/tty/serial/cpm_uart.c
895
mem_addr = (u8 __force *)cpm_muram_addr(cpm_muram_alloc(memsz, 8));
drivers/tty/serial/cpm_uart.c
931
pinfo->tx_fifosize), (void __force *)pinfo->mem_addr,
drivers/tty/serial/serial_core.c
807
retinfo->flags = (__force int)uport->flags;
drivers/tty/serial/serial_core.c
929
new_flags = (__force upf_t)new_info->flags;
drivers/usb/dwc3/dwc3-octeon.c
353
dwc3_octeon_config_gpio(((__force uintptr_t)octeon->base >> 24) & 1,
drivers/usb/gadget/udc/fsl_udc_core.c
128
? (__force u32)cpu_to_be32(x)
drivers/usb/gadget/udc/fsl_udc_core.c
129
: (__force u32)cpu_to_le32(x);
drivers/usb/gadget/udc/fsl_udc_core.c
135
? be32_to_cpu((__force __be32)x)
drivers/usb/gadget/udc/fsl_udc_core.c
136
: le32_to_cpu((__force __le32)x);
drivers/usb/gadget/udc/net2280.c
2889
writel((__force u32) status, &dev->epregs[0].ep_data);
drivers/usb/gadget/udc/net2280.c
2901
writel((__force u32) status, &dev->epregs[0].ep_data);
drivers/usb/gadget/udc/net2280.c
3232
writel((__force u32)status, &dev->epregs[0].ep_data);
drivers/usb/gadget/udc/udc-xilinx.c
1024
corebuf = (void __force *) ((ep0->rambase << 2) +
drivers/usb/gadget/udc/udc-xilinx.c
1758
ep0rambase = (u32 __force *) (udc->addr + XUSB_SETUP_PKT_ADDR_OFFSET);
drivers/usb/gadget/udc/udc-xilinx.c
1762
udc->setup.wValue = cpu_to_le16((u16 __force)setup.wValue);
drivers/usb/gadget/udc/udc-xilinx.c
1763
udc->setup.wIndex = cpu_to_le16((u16 __force)setup.wIndex);
drivers/usb/gadget/udc/udc-xilinx.c
1764
udc->setup.wLength = cpu_to_le16((u16 __force)setup.wLength);
drivers/usb/gadget/udc/udc-xilinx.c
1842
ep0rambase = (u8 __force *) (udc->addr +
drivers/usb/gadget/udc/udc-xilinx.c
1918
ep0rambase = (u8 __force *) (udc->addr +
drivers/usb/gadget/udc/udc-xilinx.c
390
eprambase = (u32 __force *)(udc->addr + ep->rambase);
drivers/usb/gadget/udc/udc-xilinx.c
400
eprambase = (u32 __force *)(udc->addr + ep->rambase +
drivers/usb/gadget/udc/udc-xilinx.c
441
eprambase = (u32 __force *)(udc->addr + ep->rambase);
drivers/usb/gadget/udc/udc-xilinx.c
450
eprambase = (u32 __force *)(udc->addr +
drivers/usb/gadget/udc/udc-xilinx.c
498
eprambase = (u32 __force *)(udc->addr + ep->rambase);
drivers/usb/gadget/udc/udc-xilinx.c
517
eprambase = (u32 __force *)(udc->addr + ep->rambase +
drivers/usb/host/ehci.h
753
#define readl_be(addr) __raw_readl((__force unsigned *)addr)
drivers/usb/host/ehci.h
754
#define writel_be(val, addr) __raw_writel(val, (__force unsigned *)addr)
drivers/usb/host/ehci.h
836
? (__force __hc32)cpu_to_be32(x)
drivers/usb/host/ehci.h
837
: (__force __hc32)cpu_to_le32(x);
drivers/usb/host/ehci.h
844
? be32_to_cpu((__force __be32)x)
drivers/usb/host/ehci.h
845
: le32_to_cpu((__force __le32)x);
drivers/usb/host/ehci.h
851
? be32_to_cpup((__force __be32 *)x)
drivers/usb/host/ehci.h
852
: le32_to_cpup((__force __le32 *)x);
drivers/usb/host/ohci.h
595
(__force __hc16)cpu_to_be16(x) :
drivers/usb/host/ohci.h
596
(__force __hc16)cpu_to_le16(x);
drivers/usb/host/ohci.h
609
(__force __hc32)cpu_to_be32(x) :
drivers/usb/host/ohci.h
610
(__force __hc32)cpu_to_le32(x);
drivers/usb/host/ohci.h
624
be16_to_cpu((__force __be16)x) :
drivers/usb/host/ohci.h
625
le16_to_cpu((__force __le16)x);
drivers/usb/host/ohci.h
631
be16_to_cpup((__force __be16 *)x) :
drivers/usb/host/ohci.h
632
le16_to_cpup((__force __le16 *)x);
drivers/usb/host/ohci.h
638
be32_to_cpu((__force __be32)x) :
drivers/usb/host/ohci.h
639
le32_to_cpu((__force __le32)x);
drivers/usb/host/ohci.h
645
be32_to_cpup((__force __be32 *)x) :
drivers/usb/host/ohci.h
646
le32_to_cpup((__force __le32 *)x);
drivers/usb/host/ohci.h
665
tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->frame_no);
drivers/usb/host/ohci.h
669
tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no);
drivers/usb/host/oxu210hp-hcd.c
865
desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp);
drivers/usb/host/uhci-hcd.h
696
? (__force __hc32)cpu_to_be32(x)
drivers/usb/host/uhci-hcd.h
697
: (__force __hc32)cpu_to_le32(x);
drivers/usb/host/uhci-hcd.h
704
? be32_to_cpu((__force __be32)x)
drivers/usb/host/uhci-hcd.h
705
: le32_to_cpu((__force __le32)x);
drivers/usb/host/xhci-pci-renesas.c
102
(__force u32)cpu_to_le32(fw[step]));
drivers/usb/isp1760/isp1760-hcd.c
49
#define dw_to_le32(x) (cpu_to_le32((__force u32)x))
drivers/usb/isp1760/isp1760-hcd.c
50
#define le32_to_dw(x) ((__force __dw)(le32_to_cpu(x)))
drivers/usb/isp1760/isp1760-hcd.c
564
(__force u32 *)&ptd->dw1, 7 * sizeof(ptd->dw1));
drivers/usb/isp1760/isp1760-hcd.c
566
isp1760_mem_write(base, dst_offset, (__force u32 *)&ptd->dw0,
drivers/usb/isp1760/isp1760-hcd.c
91
#define TO_DW(x) ((__force __dw)x)
drivers/usb/isp1760/isp1760-hcd.c
92
#define TO_U32(x) ((__force u32)x)
drivers/vhost/net.c
62
#define VHOST_DMA_FAILED_LEN ((__force __virtio32)3)
drivers/vhost/net.c
64
#define VHOST_DMA_DONE_LEN ((__force __virtio32)2)
drivers/vhost/net.c
66
#define VHOST_DMA_IN_PROGRESS ((__force __virtio32)1)
drivers/vhost/net.c
68
#define VHOST_DMA_CLEAR_LEN ((__force __virtio32)0)
drivers/vhost/net.c
70
#define VHOST_DMA_IS_DONE(len) ((__force u32)(len) >= (__force u32)VHOST_DMA_DONE_LEN)
drivers/vhost/vringh.c
601
int rc = get_user(v, (__force __virtio16 __user *)p);
drivers/vhost/vringh.c
609
return put_user(v, (__force __virtio16 __user *)p);
drivers/vhost/vringh.c
615
return copy_from_user(dst, (__force void __user *)src, len) ?
drivers/vhost/vringh.c
624
return copy_to_user((__force void __user *)dst, src,
drivers/vhost/vringh.c
631
return copy_from_user(dst, (__force void __user *)src, len) ?
drivers/vhost/vringh.c
638
return copy_to_user((__force void __user *)dst, src, len) ?
drivers/vhost/vringh.c
675
vrh->vring.desc = (__force struct vring_desc *)desc;
drivers/vhost/vringh.c
676
vrh->vring.avail = (__force struct vring_avail *)avail;
drivers/vhost/vringh.c
677
vrh->vring.used = (__force struct vring_used *)used;
drivers/video/fbdev/controlfb.c
71
static void invalid_vram_cache(void __force *addr)
drivers/video/fbdev/fsl-diu-fb.c
880
info->fix.smem_start = virt_to_phys((__force const void *)info->screen_base);
drivers/video/fbdev/goldfishfb.c
234
fb->fb.screen_base = (char __force __iomem *)dma_alloc_coherent(
drivers/video/fbdev/hitfb.c
47
return (__force volatile void __iomem *)(uintptr_t)offset;
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1441
return (struct lcd_regs __force *)(ctrl_regs(path) + 0xc0);
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1443
return (struct lcd_regs __force *)ctrl_regs(path);
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1445
return (struct lcd_regs __force *)(ctrl_regs(path) + 0x200);
drivers/video/fbdev/mmp/hw/mmp_spi.c
149
*p_regbase = (void __force *)ctrl->reg_base;
drivers/video/fbdev/ps3fb.c
1047
dinfo = (void __force *)ioremap(lpar_driver_info, 128 * 1024);
drivers/video/fbdev/ps3fb.c
1195
iounmap((u8 __force __iomem *)ps3fb.dinfo);
drivers/video/fbdev/ps3fb.c
1231
iounmap((u8 __force __iomem *)ps3fb.dinfo);
drivers/virt/coco/efi_secret/efi_secret.c
198
ptr = (void __force *)s->secret_data;
drivers/virtio/virtio_pci_legacy.c
152
vq->priv = (void __force *)vp_dev->ldev.ioaddr + VIRTIO_PCI_QUEUE_NOTIFY;
drivers/virtio/virtio_pci_modern.c
731
vq->priv = (void __force *)vp_modern_map_vq_notify(mdev, index, NULL);
drivers/virtio/virtio_pci_modern.c
776
pci_iounmap(mdev->pci_dev, (void __force __iomem *)vq->priv);
drivers/xen/xen-pciback/conf_space_capability.c
125
new_state = (__force pci_power_t)(new_value & PCI_PM_CTRL_STATE_MASK);
drivers/xen/xen-pciback/pci_stub.c
805
res = (__force pci_ers_result_t)aer_op->err;
fs/backing-file.c
99
return (__force rwf_t)(flags & BACKING_IOCB_MASK);
fs/befs/befs_fs_types.h
59
#define BEFS_BYTEORDER_NATIVE_LE ((__force fs32)cpu_to_le32(BEFS_BYTEORDER_NATIVE))
fs/befs/befs_fs_types.h
60
#define BEFS_BYTEORDER_NATIVE_BE ((__force fs32)cpu_to_be32(BEFS_BYTEORDER_NATIVE))
fs/befs/befs_fs_types.h
63
#define BEFS_SUPER_MAGIC1_LE ((__force fs32)cpu_to_le32(BEFS_SUPER_MAGIC1))
fs/befs/befs_fs_types.h
64
#define BEFS_SUPER_MAGIC1_BE ((__force fs32)cpu_to_be32(BEFS_SUPER_MAGIC1))
fs/befs/endian.h
19
return le64_to_cpu((__force __le64)n);
fs/befs/endian.h
21
return be64_to_cpu((__force __be64)n);
fs/befs/endian.h
28
return (__force fs64)cpu_to_le64(n);
fs/befs/endian.h
30
return (__force fs64)cpu_to_be64(n);
fs/befs/endian.h
37
return le32_to_cpu((__force __le32)n);
fs/befs/endian.h
39
return be32_to_cpu((__force __be32)n);
fs/befs/endian.h
46
return (__force fs32)cpu_to_le32(n);
fs/befs/endian.h
48
return (__force fs32)cpu_to_be32(n);
fs/befs/endian.h
55
return le16_to_cpu((__force __le16)n);
fs/befs/endian.h
57
return be16_to_cpu((__force __be16)n);
fs/befs/endian.h
64
return (__force fs16)cpu_to_le16(n);
fs/befs/endian.h
66
return (__force fs16)cpu_to_be16(n);
fs/befs/endian.h
77
run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group);
fs/befs/endian.h
78
run.start = le16_to_cpu((__force __le16)n.start);
fs/befs/endian.h
79
run.len = le16_to_cpu((__force __le16)n.len);
fs/befs/endian.h
81
run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group);
fs/befs/endian.h
82
run.start = be16_to_cpu((__force __be16)n.start);
fs/befs/endian.h
83
run.len = be16_to_cpu((__force __be16)n.len);
fs/binfmt_flat.c
808
addr = ntohl((__force __be32)addr);
fs/dlm/user.c
133
res32->user_astaddr = (__u32)(__force long)res->user_astaddr;
fs/dlm/user.c
134
res32->user_astparam = (__u32)(__force long)res->user_astparam;
fs/dlm/user.c
135
res32->user_lksb = (__u32)(__force long)res->user_lksb;
fs/freevxfs/vxfs.h
154
return be16_to_cpu((__force __be16)a);
fs/freevxfs/vxfs.h
156
return le16_to_cpu((__force __le16)a);
fs/freevxfs/vxfs.h
162
return be32_to_cpu((__force __be32)a);
fs/freevxfs/vxfs.h
164
return le32_to_cpu((__force __le32)a);
fs/freevxfs/vxfs.h
170
return be64_to_cpu((__force __be64)a);
fs/freevxfs/vxfs.h
172
return le64_to_cpu((__force __le64)a);
fs/freevxfs/vxfs_super.c
214
(__force __fs32)cpu_to_le32(VXFS_SUPER_MAGIC))) {
fs/freevxfs/vxfs_super.c
218
(__force __fs32)cpu_to_be32(VXFS_SUPER_MAGIC))) {
fs/gfs2/export.c
148
__be32 *fh = (__force __be32 *)fid->raw;
fs/gfs2/export.c
170
__be32 *fh = (__force __be32 *)fid->raw;
fs/gfs2/export.c
31
__be32 *fh = (__force __be32 *)p;
fs/lockd/host.c
71
unsigned int hash = (__force u32)n ^ ((__force u32)n >> 16);
fs/nfs/blocklayout/blocklayout.c
133
npg, (__force u32)op, (unsigned long long)isect, offset, *len);
fs/nfs/internal.h
49
fmode_t res = (__force fmode_t)flags & FMODE_EXEC;
fs/nfs/nfs4trace.h
581
__entry->fmode = (__force unsigned long)ctx->mode;
fs/nfs/nfs4trace.h
663
__entry->fmode = (__force unsigned int)state->state;
fs/nfs/nfs4trace.h
708
__entry->fmode = (__force unsigned int)state->state;
fs/nfs/nfs4trace.h
965
__entry->fmode = (__force unsigned int)fmode;
fs/nfs/nfstrace.h
1918
__entry->fmode = (__force unsigned int)fmode;
fs/nfs/nfstrace.h
537
__entry->fmode = (__force unsigned long)ctx->mode;
fs/nfs/nfstrace.h
576
__entry->fmode = (__force unsigned long)ctx->mode;
fs/nfsd/nfs4state.c
2835
verf[0] = (__force __be32)(u32)ktime_get_real_seconds();
fs/nfsd/nfs4state.c
2836
verf[1] = (__force __be32)nn->clverifier_counter++;
fs/nfsd/nfscache.c
250
unsigned int hash = hash_32((__force u32)xid, nn->maskbits);
fs/nfsd/nfsfh.c
241
fsid[0] = new_encode_dev(MKDEV(ntohl((__force __be32)fsid[0]),
fs/nfsd/nfsfh.c
242
ntohl((__force __be32)fsid[1])));
fs/nfsd/nfsfh.h
153
fsidv[0] = (__force __u32)htonl((MAJOR(dev)<<16) |
fs/nfsd/nfsfh.h
161
fsidv[0] = (__force __u32)htonl(MAJOR(dev));
fs/nfsd/nfsfh.h
162
fsidv[1] = (__force __u32)htonl(MINOR(dev));
fs/nfsd/trace.h
1515
__entry->cached = (__force u32)key->c_key.k_csum;
fs/nfsd/trace.h
1516
__entry->ingress = (__force u32)rp->c_key.k_csum;
fs/nfsd/xdr4.h
626
*q = (__force __be64)devid->fsid_idx;
fs/nfsd/xdr4.h
628
*p++ = (__force __be32)devid->generation;
fs/nfsd/xdr4.h
638
devid->fsid_idx = (__force u64)(*q);
fs/nfsd/xdr4.h
640
devid->generation = (__force u32)(*p++);
fs/ocfs2/cluster/netdebug.c
307
saddr = (__force __be32)inet->inet_saddr;
fs/ocfs2/cluster/netdebug.c
308
daddr = (__force __be32)inet->inet_daddr;
fs/ocfs2/cluster/netdebug.c
309
sport = (__force __be16)inet->inet_sport;
fs/ocfs2/cluster/netdebug.c
310
dport = (__force __be16)inet->inet_dport;
fs/ocfs2/export.c
201
__le32 *fh = (__force __le32 *) fh_in;
fs/ocfs2/export.c
260
handle.ih_blkno = (u64)le32_to_cpu((__force __le32)fid->raw[0]) << 32;
fs/ocfs2/export.c
261
handle.ih_blkno |= (u64)le32_to_cpu((__force __le32)fid->raw[1]);
fs/ocfs2/export.c
262
handle.ih_generation = le32_to_cpu((__force __le32)fid->raw[2]);
fs/ocfs2/export.c
274
parent.ih_blkno = (u64)le32_to_cpu((__force __le32)fid->raw[3]) << 32;
fs/ocfs2/export.c
275
parent.ih_blkno |= (u64)le32_to_cpu((__force __le32)fid->raw[4]);
fs/ocfs2/export.c
276
parent.ih_generation = le32_to_cpu((__force __le32)fid->raw[5]);
fs/qnx6/qnx6.h
105
return (__force __fs32)cpu_to_le32(n);
fs/qnx6/qnx6.h
107
return (__force __fs32)cpu_to_be32(n);
fs/qnx6/qnx6.h
113
return le16_to_cpu((__force __le16)n);
fs/qnx6/qnx6.h
115
return be16_to_cpu((__force __be16)n);
fs/qnx6/qnx6.h
121
return (__force __fs16)cpu_to_le16(n);
fs/qnx6/qnx6.h
123
return (__force __fs16)cpu_to_be16(n);
fs/qnx6/qnx6.h
81
return le64_to_cpu((__force __le64)n);
fs/qnx6/qnx6.h
83
return be64_to_cpu((__force __be64)n);
fs/qnx6/qnx6.h
89
return (__force __fs64)cpu_to_le64(n);
fs/qnx6/qnx6.h
91
return (__force __fs64)cpu_to_be64(n);
fs/qnx6/qnx6.h
97
return le32_to_cpu((__force __le32)n);
fs/qnx6/qnx6.h
99
return be32_to_cpu((__force __be32)n);
fs/squashfs/decompressor_multi_percpu.c
49
return (void *)(__force unsigned long) percpu;
fs/ubifs/journal.c
633
dent->cookie = (__force __le32) get_random_u32();
fs/ufs/swab.h
30
return le64_to_cpu((__force __le64)n);
fs/ufs/swab.h
32
return be64_to_cpu((__force __be64)n);
fs/ufs/swab.h
39
return (__force __fs64)cpu_to_le64(n);
fs/ufs/swab.h
41
return (__force __fs64)cpu_to_be64(n);
fs/ufs/swab.h
48
return le32_to_cpu((__force __le32)n);
fs/ufs/swab.h
50
return be32_to_cpu((__force __be32)n);
fs/ufs/swab.h
57
return (__force __fs32)cpu_to_le32(n);
fs/ufs/swab.h
59
return (__force __fs32)cpu_to_be32(n);
fs/ufs/swab.h
84
return le16_to_cpu((__force __le16)n);
fs/ufs/swab.h
86
return be16_to_cpu((__force __be16)n);
fs/ufs/swab.h
93
return (__force __fs16)cpu_to_le16(n);
fs/ufs/swab.h
95
return (__force __fs16)cpu_to_be16(n);
fs/xfs/scrub/scrub.h
60
#define XCHK_GFP_FLAGS ((__force gfp_t)(GFP_KERNEL | __GFP_NOWARN | \
fs/xfs/scrub/xfarray.h
11
#define XFARRAY_NULLIDX ((__force xfarray_idx_t)-1ULL)
fs/xfs/scrub/xfarray.h
12
#define XFARRAY_CURSOR_INIT ((__force xfarray_idx_t)0)
include/asm-generic/checksum.h
35
u32 sum = (__force u32)csum;
include/asm-generic/checksum.h
36
return (__force __sum16)((~sum - ror32(sum, 16)) >> 16);
include/asm-generic/io.h
1089
#define __io_virt(x) ((void __force *)(x))
include/asm-generic/io.h
119
return *(const volatile u8 __force *)addr;
include/asm-generic/io.h
127
return *(const volatile u16 __force *)addr;
include/asm-generic/io.h
135
return *(const volatile u32 __force *)addr;
include/asm-generic/io.h
144
return *(const volatile u64 __force *)addr;
include/asm-generic/io.h
153
*(volatile u8 __force *)addr = value;
include/asm-generic/io.h
161
*(volatile u16 __force *)addr = value;
include/asm-generic/io.h
169
*(volatile u32 __force *)addr = value;
include/asm-generic/io.h
178
*(volatile u64 __force *)addr = value;
include/asm-generic/io.h
214
val = __le16_to_cpu((__le16 __force)__raw_readw(addr));
include/asm-generic/io.h
231
val = __le32_to_cpu((__le32 __force)__raw_readl(addr));
include/asm-generic/io.h
249
val = __le64_to_cpu((__le64 __force)__raw_readq(addr));
include/asm-generic/io.h
279
__raw_writew((u16 __force)cpu_to_le16(value), addr);
include/asm-generic/io.h
293
__raw_writel((u32 __force)__cpu_to_le32(value), addr);
include/asm-generic/io.h
308
__raw_writeq((u64 __force)__cpu_to_le64(value), addr);
include/asm-generic/io.h
344
val = __le16_to_cpu((__le16 __force)__raw_readw(addr));
include/asm-generic/io.h
359
val = __le32_to_cpu((__le32 __force)__raw_readl(addr));
include/asm-generic/io.h
374
val = __le64_to_cpu((__le64 __force)__raw_readq(addr));
include/asm-generic/io.h
399
__raw_writew((u16 __force)cpu_to_le16(value), addr);
include/asm-generic/io.h
411
__raw_writel((u32 __force)__cpu_to_le32(value), addr);
include/asm-generic/io.h
423
__raw_writeq((u64 __force)__cpu_to_le64(value), addr);
include/asm-generic/io.h
601
val = __le16_to_cpu((__le16 __force)__raw_readw(PCI_IOBASE + addr));
include/asm-generic/io.h
619
val = __le32_to_cpu((__le32 __force)__raw_readl(PCI_IOBASE + addr));
include/asm-generic/io.h
650
__raw_writew((u16 __force)cpu_to_le16(value), PCI_IOBASE + addr);
include/asm-generic/io.h
665
__raw_writel((u32 __force)cpu_to_le32(value), PCI_IOBASE + addr);
include/asm-generic/uaccess.h
154
(x) = *(__force __typeof__(*(ptr)) *) &__x; \
include/asm-generic/uaccess.h
161
(x) = *(__force __typeof__(*(ptr)) *) &__x; \
include/asm-generic/uaccess.h
168
(x) = *(__force __typeof__(*(ptr)) *) &__x; \
include/asm-generic/uaccess.h
175
(x) = *(__force __typeof__(*(ptr)) *) &__x; \
include/asm-generic/uaccess.h
213
memset((void __force *)to, 0, n);
include/asm-generic/uaccess.h
23
*(u8 *)to = *((u8 __force *)from);
include/asm-generic/uaccess.h
26
*(u16 *)to = get_unaligned((u16 __force *)from);
include/asm-generic/uaccess.h
29
*(u32 *)to = get_unaligned((u32 __force *)from);
include/asm-generic/uaccess.h
32
*(u64 *)to = get_unaligned((u64 __force *)from);
include/asm-generic/uaccess.h
49
*(u8 __force *)to = *(u8 *)from;
include/asm-generic/uaccess.h
52
put_unaligned(*(u16 *)from, (u16 __force *)to);
include/asm-generic/uaccess.h
55
put_unaligned(*(u32 *)from, (u32 __force *)to);
include/asm-generic/uaccess.h
58
put_unaligned(*(u64 *)from, (u64 __force *)to);
include/asm-generic/uaccess.h
84
memcpy(to, (const void __force *)from, n);
include/asm-generic/uaccess.h
91
memcpy((void __force *)to, from, n);
include/crypto/internal/ecc.h
65
const __be64 *src = (__force __be64 *)in;
include/linux/blk-mq.h
70
#define RQF_STARTED ((__force req_flags_t)(1 << __RQF_STARTED))
include/linux/blk-mq.h
71
#define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << __RQF_FLUSH_SEQ))
include/linux/blk-mq.h
72
#define RQF_MIXED_MERGE ((__force req_flags_t)(1 << __RQF_MIXED_MERGE))
include/linux/blk-mq.h
73
#define RQF_DONTPREP ((__force req_flags_t)(1 << __RQF_DONTPREP))
include/linux/blk-mq.h
74
#define RQF_SCHED_TAGS ((__force req_flags_t)(1 << __RQF_SCHED_TAGS))
include/linux/blk-mq.h
75
#define RQF_USE_SCHED ((__force req_flags_t)(1 << __RQF_USE_SCHED))
include/linux/blk-mq.h
758
BLK_MQ_REQ_NOWAIT = (__force blk_mq_req_flags_t)(1 << 0),
include/linux/blk-mq.h
76
#define RQF_FAILED ((__force req_flags_t)(1 << __RQF_FAILED))
include/linux/blk-mq.h
760
BLK_MQ_REQ_RESERVED = (__force blk_mq_req_flags_t)(1 << 1),
include/linux/blk-mq.h
762
BLK_MQ_REQ_PM = (__force blk_mq_req_flags_t)(1 << 2),
include/linux/blk-mq.h
77
#define RQF_QUIET ((__force req_flags_t)(1 << __RQF_QUIET))
include/linux/blk-mq.h
78
#define RQF_IO_STAT ((__force req_flags_t)(1 << __RQF_IO_STAT))
include/linux/blk-mq.h
79
#define RQF_PM ((__force req_flags_t)(1 << __RQF_PM))
include/linux/blk-mq.h
80
#define RQF_HASHED ((__force req_flags_t)(1 << __RQF_HASHED))
include/linux/blk-mq.h
81
#define RQF_STATS ((__force req_flags_t)(1 << __RQF_STATS))
include/linux/blk-mq.h
83
((__force req_flags_t)(1 << __RQF_SPECIAL_PAYLOAD))
include/linux/blk-mq.h
85
((__force req_flags_t)(1 << __RQF_ZONE_WRITE_PLUGGING))
include/linux/blk-mq.h
86
#define RQF_TIMED_OUT ((__force req_flags_t)(1 << __RQF_TIMED_OUT))
include/linux/blk-mq.h
87
#define RQF_RESV ((__force req_flags_t)(1 << __RQF_RESV))
include/linux/blk_types.h
100
#define BLK_STS_TIMEOUT ((__force blk_status_t)2)
include/linux/blk_types.h
101
#define BLK_STS_NOSPC ((__force blk_status_t)3)
include/linux/blk_types.h
102
#define BLK_STS_TRANSPORT ((__force blk_status_t)4)
include/linux/blk_types.h
103
#define BLK_STS_TARGET ((__force blk_status_t)5)
include/linux/blk_types.h
104
#define BLK_STS_RESV_CONFLICT ((__force blk_status_t)6)
include/linux/blk_types.h
105
#define BLK_STS_MEDIUM ((__force blk_status_t)7)
include/linux/blk_types.h
106
#define BLK_STS_PROTECTION ((__force blk_status_t)8)
include/linux/blk_types.h
107
#define BLK_STS_RESOURCE ((__force blk_status_t)9)
include/linux/blk_types.h
108
#define BLK_STS_IOERR ((__force blk_status_t)10)
include/linux/blk_types.h
111
#define BLK_STS_DM_REQUEUE ((__force blk_status_t)11)
include/linux/blk_types.h
117
#define BLK_STS_AGAIN ((__force blk_status_t)12)
include/linux/blk_types.h
135
#define BLK_STS_DEV_RESOURCE ((__force blk_status_t)13)
include/linux/blk_types.h
144
#define BLK_STS_ZONE_OPEN_RESOURCE ((__force blk_status_t)14)
include/linux/blk_types.h
153
#define BLK_STS_ZONE_ACTIVE_RESOURCE ((__force blk_status_t)15)
include/linux/blk_types.h
160
#define BLK_STS_OFFLINE ((__force blk_status_t)16)
include/linux/blk_types.h
166
#define BLK_STS_DURATION_LIMIT ((__force blk_status_t)17)
include/linux/blk_types.h
171
#define BLK_STS_INVAL ((__force blk_status_t)19)
include/linux/blk_types.h
331
#define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1)
include/linux/blk_types.h
349
REQ_OP_READ = (__force blk_opf_t)0,
include/linux/blk_types.h
351
REQ_OP_WRITE = (__force blk_opf_t)1,
include/linux/blk_types.h
353
REQ_OP_FLUSH = (__force blk_opf_t)2,
include/linux/blk_types.h
355
REQ_OP_DISCARD = (__force blk_opf_t)3,
include/linux/blk_types.h
357
REQ_OP_SECURE_ERASE = (__force blk_opf_t)5,
include/linux/blk_types.h
359
REQ_OP_ZONE_APPEND = (__force blk_opf_t)7,
include/linux/blk_types.h
361
REQ_OP_WRITE_ZEROES = (__force blk_opf_t)9,
include/linux/blk_types.h
363
REQ_OP_ZONE_OPEN = (__force blk_opf_t)11,
include/linux/blk_types.h
365
REQ_OP_ZONE_CLOSE = (__force blk_opf_t)13,
include/linux/blk_types.h
367
REQ_OP_ZONE_FINISH = (__force blk_opf_t)15,
include/linux/blk_types.h
369
REQ_OP_ZONE_RESET = (__force blk_opf_t)17,
include/linux/blk_types.h
371
REQ_OP_ZONE_RESET_ALL = (__force blk_opf_t)19,
include/linux/blk_types.h
375
REQ_OP_DRV_IN = (__force blk_opf_t)34,
include/linux/blk_types.h
376
REQ_OP_DRV_OUT = (__force blk_opf_t)35,
include/linux/blk_types.h
378
REQ_OP_LAST = (__force blk_opf_t)36,
include/linux/blk_types.h
414
(__force blk_opf_t)(1ULL << __REQ_FAILFAST_DEV)
include/linux/blk_types.h
416
(__force blk_opf_t)(1ULL << __REQ_FAILFAST_TRANSPORT)
include/linux/blk_types.h
418
(__force blk_opf_t)(1ULL << __REQ_FAILFAST_DRIVER)
include/linux/blk_types.h
419
#define REQ_SYNC (__force blk_opf_t)(1ULL << __REQ_SYNC)
include/linux/blk_types.h
420
#define REQ_META (__force blk_opf_t)(1ULL << __REQ_META)
include/linux/blk_types.h
421
#define REQ_PRIO (__force blk_opf_t)(1ULL << __REQ_PRIO)
include/linux/blk_types.h
422
#define REQ_NOMERGE (__force blk_opf_t)(1ULL << __REQ_NOMERGE)
include/linux/blk_types.h
423
#define REQ_IDLE (__force blk_opf_t)(1ULL << __REQ_IDLE)
include/linux/blk_types.h
424
#define REQ_INTEGRITY (__force blk_opf_t)(1ULL << __REQ_INTEGRITY)
include/linux/blk_types.h
425
#define REQ_FUA (__force blk_opf_t)(1ULL << __REQ_FUA)
include/linux/blk_types.h
426
#define REQ_PREFLUSH (__force blk_opf_t)(1ULL << __REQ_PREFLUSH)
include/linux/blk_types.h
427
#define REQ_RAHEAD (__force blk_opf_t)(1ULL << __REQ_RAHEAD)
include/linux/blk_types.h
428
#define REQ_BACKGROUND (__force blk_opf_t)(1ULL << __REQ_BACKGROUND)
include/linux/blk_types.h
429
#define REQ_NOWAIT (__force blk_opf_t)(1ULL << __REQ_NOWAIT)
include/linux/blk_types.h
430
#define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED)
include/linux/blk_types.h
431
#define REQ_ALLOC_CACHE (__force blk_opf_t)(1ULL << __REQ_ALLOC_CACHE)
include/linux/blk_types.h
432
#define REQ_SWAP (__force blk_opf_t)(1ULL << __REQ_SWAP)
include/linux/blk_types.h
433
#define REQ_DRV (__force blk_opf_t)(1ULL << __REQ_DRV)
include/linux/blk_types.h
434
#define REQ_FS_PRIVATE (__force blk_opf_t)(1ULL << __REQ_FS_PRIVATE)
include/linux/blk_types.h
435
#define REQ_ATOMIC (__force blk_opf_t)(1ULL << __REQ_ATOMIC)
include/linux/blk_types.h
437
#define REQ_NOUNMAP (__force blk_opf_t)(1ULL << __REQ_NOUNMAP)
include/linux/blk_types.h
461
return !!(op & (__force blk_opf_t)1);
include/linux/blk_types.h
99
#define BLK_STS_NOTSUPP ((__force blk_status_t)1)
include/linux/blkdev.h
132
#define BLK_OPEN_READ ((__force blk_mode_t)(1 << 0))
include/linux/blkdev.h
134
#define BLK_OPEN_WRITE ((__force blk_mode_t)(1 << 1))
include/linux/blkdev.h
136
#define BLK_OPEN_EXCL ((__force blk_mode_t)(1 << 2))
include/linux/blkdev.h
138
#define BLK_OPEN_NDELAY ((__force blk_mode_t)(1 << 3))
include/linux/blkdev.h
140
#define BLK_OPEN_WRITE_IOCTL ((__force blk_mode_t)(1 << 4))
include/linux/blkdev.h
142
#define BLK_OPEN_RESTRICT_WRITES ((__force blk_mode_t)(1 << 5))
include/linux/blkdev.h
144
#define BLK_OPEN_STRICT_SCAN ((__force blk_mode_t)(1 << 6))
include/linux/blkdev.h
317
#define BLK_FEAT_WRITE_CACHE ((__force blk_features_t)(1u << 0))
include/linux/blkdev.h
320
#define BLK_FEAT_FUA ((__force blk_features_t)(1u << 1))
include/linux/blkdev.h
323
#define BLK_FEAT_ROTATIONAL ((__force blk_features_t)(1u << 2))
include/linux/blkdev.h
326
#define BLK_FEAT_ADD_RANDOM ((__force blk_features_t)(1u << 3))
include/linux/blkdev.h
329
#define BLK_FEAT_IO_STAT ((__force blk_features_t)(1u << 4))
include/linux/blkdev.h
332
#define BLK_FEAT_STABLE_WRITES ((__force blk_features_t)(1u << 5))
include/linux/blkdev.h
335
#define BLK_FEAT_SYNCHRONOUS ((__force blk_features_t)(1u << 6))
include/linux/blkdev.h
338
#define BLK_FEAT_NOWAIT ((__force blk_features_t)(1u << 7))
include/linux/blkdev.h
341
#define BLK_FEAT_DAX ((__force blk_features_t)(1u << 8))
include/linux/blkdev.h
344
#define BLK_FEAT_POLL ((__force blk_features_t)(1u << 9))
include/linux/blkdev.h
347
#define BLK_FEAT_ZONED ((__force blk_features_t)(1u << 10))
include/linux/blkdev.h
350
#define BLK_FEAT_PCI_P2PDMA ((__force blk_features_t)(1u << 12))
include/linux/blkdev.h
353
#define BLK_FEAT_SKIP_TAGSET_QUIESCE ((__force blk_features_t)(1u << 13))
include/linux/blkdev.h
356
#define BLK_FEAT_ATOMIC_WRITES ((__force blk_features_t)(1u << 14))
include/linux/blkdev.h
360
((__force blk_features_t)(1u << 15))
include/linux/blkdev.h
374
#define BLK_FLAG_WRITE_CACHE_DISABLED ((__force blk_flags_t)(1u << 0))
include/linux/blkdev.h
377
#define BLK_FLAG_MISALIGNED ((__force blk_flags_t)(1u << 1))
include/linux/blkdev.h
380
#define BLK_FLAG_IOSTATS_PASSTHROUGH ((__force blk_flags_t)(1u << 2))
include/linux/build_bug.h
30
#define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e))))
include/linux/cleanup.h
228
((typeof(p)) __must_check_fn((__force const volatile void *)__get_and_null(p, NULL)))
include/linux/cleanup.h
366
unsigned long _rc = (__force unsigned long)(_ptr); \
include/linux/cleanup.h
373
void *_ptr = (void *)(__force unsigned long)*(_exp); \
include/linux/cleanup.h
381
long _rc = (__force unsigned long)*(_exp); \
include/linux/compat.h
42
#define __SC_DELOUSE(t,v) ((__force t)(unsigned long)(v))
include/linux/compiler.h
329
#define is_signed_type(type) (((type)(-1)) < (__force type)1)
include/linux/compiler_types.h
61
# define ACCESS_PRIVATE(p, member) (*((typeof((p)->member) __force *) &(p)->member))
include/linux/err.h
102
static __always_inline void * __must_check ERR_CAST(__force const void *ptr)
include/linux/err.h
125
static __always_inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr)
include/linux/err.h
56
#define IOMEM_ERR_PTR(error) (__force void __iomem *)ERR_PTR(error)
include/linux/err.h
63
static __always_inline long __must_check PTR_ERR(__force const void *ptr)
include/linux/err.h
69
#define PTR_ERR_PCPU(ptr) (PTR_ERR((const void *)(__force const unsigned long)(ptr)))
include/linux/err.h
76
static __always_inline bool __must_check IS_ERR(__force const void *ptr)
include/linux/err.h
82
#define IS_ERR_PCPU(ptr) (IS_ERR((const void *)(__force const unsigned long)(ptr)))
include/linux/err.h
90
static __always_inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr)
include/linux/etherdevice.h
227
return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN);
include/linux/etherdevice.h
98
(__force int)((a[2] ^ b[2]) & m)) == 0;
include/linux/exportfs_block.h
29
((__force expfs_block_layouts_t)(1u << __bit))
include/linux/filter.h
597
(__force t) \
include/linux/filter.h
598
(__force \
include/linux/fs.h
108
#define FMODE_READ ((__force fmode_t)(1 << 0))
include/linux/fs.h
110
#define FMODE_WRITE ((__force fmode_t)(1 << 1))
include/linux/fs.h
112
#define FMODE_LSEEK ((__force fmode_t)(1 << 2))
include/linux/fs.h
114
#define FMODE_PREAD ((__force fmode_t)(1 << 3))
include/linux/fs.h
116
#define FMODE_PWRITE ((__force fmode_t)(1 << 4))
include/linux/fs.h
118
#define FMODE_EXEC ((__force fmode_t)(1 << 5))
include/linux/fs.h
120
#define FMODE_WRITE_RESTRICTED ((__force fmode_t)(1 << 6))
include/linux/fs.h
122
#define FMODE_CAN_ATOMIC_WRITE ((__force fmode_t)(1 << 7))
include/linux/fs.h
127
#define FMODE_32BITHASH ((__force fmode_t)(1 << 9))
include/linux/fs.h
129
#define FMODE_64BITHASH ((__force fmode_t)(1 << 10))
include/linux/fs.h
137
#define FMODE_NOCMTIME ((__force fmode_t)(1 << 11))
include/linux/fs.h
140
#define FMODE_RANDOM ((__force fmode_t)(1 << 12))
include/linux/fs.h
143
#define FMODE_HAS_METADATA ((__force fmode_t)(1 << 13))
include/linux/fs.h
146
#define FMODE_PATH ((__force fmode_t)(1 << 14))
include/linux/fs.h
149
#define FMODE_ATOMIC_POS ((__force fmode_t)(1 << 15))
include/linux/fs.h
151
#define FMODE_WRITER ((__force fmode_t)(1 << 16))
include/linux/fs.h
153
#define FMODE_CAN_READ ((__force fmode_t)(1 << 17))
include/linux/fs.h
155
#define FMODE_CAN_WRITE ((__force fmode_t)(1 << 18))
include/linux/fs.h
157
#define FMODE_OPENED ((__force fmode_t)(1 << 19))
include/linux/fs.h
158
#define FMODE_CREATED ((__force fmode_t)(1 << 20))
include/linux/fs.h
161
#define FMODE_STREAM ((__force fmode_t)(1 << 21))
include/linux/fs.h
164
#define FMODE_CAN_ODIRECT ((__force fmode_t)(1 << 22))
include/linux/fs.h
166
#define FMODE_NOREUSE ((__force fmode_t)(1 << 23))
include/linux/fs.h
169
#define FMODE_BACKING ((__force fmode_t)(1 << 24))
include/linux/fs.h
175
#define FMODE_NONOTIFY ((__force fmode_t)(1 << 25))
include/linux/fs.h
181
#define FMODE_NONOTIFY_PERM ((__force fmode_t)(1 << 26))
include/linux/fs.h
184
#define FMODE_NOWAIT ((__force fmode_t)(1 << 27))
include/linux/fs.h
187
#define FMODE_NEED_UNMOUNT ((__force fmode_t)(1 << 28))
include/linux/fs.h
190
#define FMODE_NOACCOUNT ((__force fmode_t)(1 << 29))
include/linux/fs.h
1968
#define FOP_BUFFER_RASYNC ((__force fop_flags_t)(1 << 0))
include/linux/fs.h
1970
#define FOP_BUFFER_WASYNC ((__force fop_flags_t)(1 << 1))
include/linux/fs.h
1972
#define FOP_MMAP_SYNC ((__force fop_flags_t)(1 << 2))
include/linux/fs.h
1974
#define FOP_DIO_PARALLEL_WRITE ((__force fop_flags_t)(1 << 3))
include/linux/fs.h
1976
#define FOP_HUGE_PAGES ((__force fop_flags_t)(1 << 4))
include/linux/fs.h
1978
#define FOP_UNSIGNED_OFFSET ((__force fop_flags_t)(1 << 5))
include/linux/fs.h
1980
#define FOP_ASYNC_LOCK ((__force fop_flags_t)(1 << 6))
include/linux/fs.h
1982
#define FOP_DONTCACHE ((__force fop_flags_t)(1 << 7))
include/linux/fs.h
339
#define IOCB_HIPRI (__force int) RWF_HIPRI
include/linux/fs.h
340
#define IOCB_DSYNC (__force int) RWF_DSYNC
include/linux/fs.h
341
#define IOCB_SYNC (__force int) RWF_SYNC
include/linux/fs.h
342
#define IOCB_NOWAIT (__force int) RWF_NOWAIT
include/linux/fs.h
343
#define IOCB_APPEND (__force int) RWF_APPEND
include/linux/fs.h
3433
BUILD_BUG_ON((__force int) RWF_SUPPORTED & IOCB_EVENTFD);
include/linux/fs.h
344
#define IOCB_ATOMIC (__force int) RWF_ATOMIC
include/linux/fs.h
345
#define IOCB_DONTCACHE (__force int) RWF_DONTCACHE
include/linux/fs.h
346
#define IOCB_NOSIGNAL (__force int) RWF_NOSIGNAL
include/linux/fs.h
3460
kiocb_flags |= (__force int) (flags & RWF_SUPPORTED);
include/linux/fs.h
3551
#define __FMODE_EXEC ((__force int) FMODE_EXEC)
include/linux/fs.h
3554
#define OPEN_FMODE(flag) ((__force fmode_t)((flag + 1) & O_ACCMODE))
include/linux/gfp.h
159
int bit = (__force int) (flags & GFP_ZONEMASK);
include/linux/gfp.h
37
return (__force unsigned long)(gfp_flags & GFP_MOVABLE_MASK) >> GFP_MOVABLE_SHIFT;
include/linux/gfp.h
444
#define ACR_FLAGS_NONE ((__force acr_flags_t)0) // ordinary allocation request
include/linux/gfp.h
445
#define ACR_FLAGS_CMA ((__force acr_flags_t)BIT(0)) // allocate for CMA
include/linux/gfp_types.h
108
#define __GFP_DMA ((__force gfp_t)___GFP_DMA)
include/linux/gfp_types.h
109
#define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM)
include/linux/gfp_types.h
110
#define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32)
include/linux/gfp_types.h
111
#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /* ZONE_MOVABLE allowed */
include/linux/gfp_types.h
145
#define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE)
include/linux/gfp_types.h
146
#define __GFP_WRITE ((__force gfp_t)___GFP_WRITE)
include/linux/gfp_types.h
147
#define __GFP_HARDWALL ((__force gfp_t)___GFP_HARDWALL)
include/linux/gfp_types.h
148
#define __GFP_THISNODE ((__force gfp_t)___GFP_THISNODE)
include/linux/gfp_types.h
149
#define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT)
include/linux/gfp_types.h
150
#define __GFP_NO_OBJ_EXT ((__force gfp_t)___GFP_NO_OBJ_EXT)
include/linux/gfp_types.h
176
#define __GFP_HIGH ((__force gfp_t)___GFP_HIGH)
include/linux/gfp_types.h
177
#define __GFP_MEMALLOC ((__force gfp_t)___GFP_MEMALLOC)
include/linux/gfp_types.h
178
#define __GFP_NOMEMALLOC ((__force gfp_t)___GFP_NOMEMALLOC)
include/linux/gfp_types.h
255
#define __GFP_IO ((__force gfp_t)___GFP_IO)
include/linux/gfp_types.h
256
#define __GFP_FS ((__force gfp_t)___GFP_FS)
include/linux/gfp_types.h
257
#define __GFP_DIRECT_RECLAIM ((__force gfp_t)___GFP_DIRECT_RECLAIM) /* Caller can reclaim */
include/linux/gfp_types.h
258
#define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */
include/linux/gfp_types.h
259
#define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM))
include/linux/gfp_types.h
260
#define __GFP_RETRY_MAYFAIL ((__force gfp_t)___GFP_RETRY_MAYFAIL)
include/linux/gfp_types.h
261
#define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL)
include/linux/gfp_types.h
262
#define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY)
include/linux/gfp_types.h
288
#define __GFP_NOWARN ((__force gfp_t)___GFP_NOWARN)
include/linux/gfp_types.h
289
#define __GFP_COMP ((__force gfp_t)___GFP_COMP)
include/linux/gfp_types.h
290
#define __GFP_ZERO ((__force gfp_t)___GFP_ZERO)
include/linux/gfp_types.h
291
#define __GFP_ZEROTAGS ((__force gfp_t)___GFP_ZEROTAGS)
include/linux/gfp_types.h
292
#define __GFP_SKIP_ZERO ((__force gfp_t)___GFP_SKIP_ZERO)
include/linux/gfp_types.h
293
#define __GFP_SKIP_KASAN ((__force gfp_t)___GFP_SKIP_KASAN)
include/linux/gfp_types.h
296
#define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP)
include/linux/gfp_types.h
300
#define __GFP_BITS_MASK ((__force gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
include/linux/idr.h
33
#define IDR_RT_MARKER (ROOT_IS_IDR | (__force gfp_t) \
include/linux/if_vlan.h
834
return ((__force u32)h1->h_vlan_TCI ^ (__force u32)h2->h_vlan_TCI) |
include/linux/if_vlan.h
835
((__force u32)h1->h_vlan_encapsulated_proto ^
include/linux/if_vlan.h
836
(__force u32)h2->h_vlan_encapsulated_proto);
include/linux/io-mapping.h
103
kunmap_local_indexed((void __force *)vaddr);
include/linux/io-mapping.h
83
kunmap_local_indexed((void __force *)vaddr);
include/linux/io_uring_types.h
601
#define IO_REQ_FLAG(bitno) ((__force io_req_flags_t) BIT_ULL((bitno)))
include/linux/kasan.h
27
#define KASAN_VMALLOC_NONE ((__force kasan_vmalloc_flags_t)0x00u)
include/linux/kasan.h
28
#define KASAN_VMALLOC_INIT ((__force kasan_vmalloc_flags_t)0x01u)
include/linux/kasan.h
29
#define KASAN_VMALLOC_VM_ALLOC ((__force kasan_vmalloc_flags_t)0x02u)
include/linux/kasan.h
30
#define KASAN_VMALLOC_PROT_NORMAL ((__force kasan_vmalloc_flags_t)0x04u)
include/linux/kasan.h
31
#define KASAN_VMALLOC_KEEP_TAG ((__force kasan_vmalloc_flags_t)0x08u)
include/linux/litex.h
16
writel((u32 __force)cpu_to_le32(val), addr);
include/linux/litex.h
21
return le32_to_cpu((__le32 __force)readl(addr));
include/linux/memory_hotplug.h
38
#define MHP_NONE ((__force mhp_t)0)
include/linux/memory_hotplug.h
45
#define MHP_MERGE_RESOURCE ((__force mhp_t)BIT(0))
include/linux/memory_hotplug.h
55
#define MHP_MEMMAP_ON_MEMORY ((__force mhp_t)BIT(1))
include/linux/memory_hotplug.h
60
#define MHP_NID_IS_MGID ((__force mhp_t)BIT(2))
include/linux/mlx4/doorbell.h
79
__raw_writel((__force u32) val[0], dest);
include/linux/mlx4/doorbell.h
80
__raw_writel((__force u32) val[1], dest + 4);
include/linux/mlx5/device.h
150
tmp = (__force type_t)MLX5_GET(typ, p, fld); \
include/linux/mlx5/device.h
153
tmp = (__force type_t)cpu_to_be16(MLX5_GET(typ, p, fld)); \
include/linux/mlx5/device.h
156
tmp = (__force type_t)cpu_to_be32(MLX5_GET(typ, p, fld)); \
include/linux/mlx5/device.h
159
tmp = (__force type_t)MLX5_GET64_BE(typ, p, fld); \
include/linux/mlx5/doorbell.h
55
__raw_writel((__force u32) val[0], dest);
include/linux/mlx5/doorbell.h
56
__raw_writel((__force u32) val[1], dest + 4);
include/linux/mm.h
1054
const vm_flags_t mask = BIT((__force int)bit);
include/linux/mm.h
1074
set_bit((__force int)bit, bitmap);
include/linux/mm.h
1088
return test_bit((__force int)bit, &vma->vm_flags);
include/linux/mm.h
1099
__set_bit((__force int)bit, bitmap);
include/linux/mm.h
1153
return test_bit((__force int)bit, bitmap);
include/linux/mm.h
290
VMA_ ## name ## _BIT = ((__force vma_flag_t)bitnum)
include/linux/mm.h
3090
#define ZAP_FLAG_DROP_MARKER ((__force zap_flags_t) BIT(0))
include/linux/mm.h
3092
#define ZAP_FLAG_UNMAP ((__force zap_flags_t) BIT(1))
include/linux/mm.h
398
#define INIT_VM_FLAG(name) BIT((__force int) VMA_ ## name ## _BIT)
include/linux/mm.h
447
#define VM_PKEY_SHIFT ((__force int)VMA_HIGH_ARCH_0_BIT)
include/linux/mm_types.h
1682
VM_FAULT_OOM = (__force vm_fault_t)0x000001,
include/linux/mm_types.h
1683
VM_FAULT_SIGBUS = (__force vm_fault_t)0x000002,
include/linux/mm_types.h
1684
VM_FAULT_MAJOR = (__force vm_fault_t)0x000004,
include/linux/mm_types.h
1685
VM_FAULT_HWPOISON = (__force vm_fault_t)0x000010,
include/linux/mm_types.h
1686
VM_FAULT_HWPOISON_LARGE = (__force vm_fault_t)0x000020,
include/linux/mm_types.h
1687
VM_FAULT_SIGSEGV = (__force vm_fault_t)0x000040,
include/linux/mm_types.h
1688
VM_FAULT_NOPAGE = (__force vm_fault_t)0x000100,
include/linux/mm_types.h
1689
VM_FAULT_LOCKED = (__force vm_fault_t)0x000200,
include/linux/mm_types.h
1690
VM_FAULT_RETRY = (__force vm_fault_t)0x000400,
include/linux/mm_types.h
1691
VM_FAULT_FALLBACK = (__force vm_fault_t)0x000800,
include/linux/mm_types.h
1692
VM_FAULT_DONE_COW = (__force vm_fault_t)0x001000,
include/linux/mm_types.h
1693
VM_FAULT_NEEDDSYNC = (__force vm_fault_t)0x002000,
include/linux/mm_types.h
1694
VM_FAULT_COMPLETED = (__force vm_fault_t)0x004000,
include/linux/mm_types.h
1695
VM_FAULT_HINDEX_MASK = (__force vm_fault_t)0x0f0000,
include/linux/mm_types.h
1699
#define VM_FAULT_SET_HINDEX(x) ((__force vm_fault_t)((x) << 16))
include/linux/mm_types.h
1700
#define VM_FAULT_GET_HINDEX(x) (((__force unsigned int)(x) >> 16) & 0xf)
include/linux/mm_types.h
1820
#define CYDP_CLEAR_YOUNG ((__force cydp_t)BIT(0))
include/linux/mm_types.h
1823
#define CYDP_CLEAR_DIRTY ((__force cydp_t)BIT(1))
include/linux/mmzone.h
790
#define ISOLATE_ASYNC_MIGRATE ((__force isolate_mode_t)0x4)
include/linux/mmzone.h
792
#define ISOLATE_UNEVICTABLE ((__force isolate_mode_t)0x8)
include/linux/netfilter/ipset/pfxlen.h
28
return (__force u32) ip_set_hostmask_map[pfxlen].ip;
include/linux/pagemap.h
709
#define FGP_ACCESSED ((__force fgf_t)0x00000001)
include/linux/pagemap.h
710
#define FGP_LOCK ((__force fgf_t)0x00000002)
include/linux/pagemap.h
711
#define FGP_CREAT ((__force fgf_t)0x00000004)
include/linux/pagemap.h
712
#define FGP_WRITE ((__force fgf_t)0x00000008)
include/linux/pagemap.h
713
#define FGP_NOFS ((__force fgf_t)0x00000010)
include/linux/pagemap.h
714
#define FGP_NOWAIT ((__force fgf_t)0x00000020)
include/linux/pagemap.h
715
#define FGP_FOR_MMAP ((__force fgf_t)0x00000040)
include/linux/pagemap.h
716
#define FGP_STABLE ((__force fgf_t)0x00000080)
include/linux/pagemap.h
717
#define FGP_DONTCACHE ((__force fgf_t)0x00000100)
include/linux/pagemap.h
718
#define FGF_GET_ORDER(fgf) (((__force unsigned)fgf) >> 26) /* top 6 bits */
include/linux/pagemap.h
749
return (__force fgf_t)(order << 26);
include/linux/pagewalk.h
152
#define FW_ZEROPAGE ((__force folio_walk_flags_t)BIT(0))
include/linux/pci.h
183
#define PCI_D0 ((pci_power_t __force) 0)
include/linux/pci.h
184
#define PCI_D1 ((pci_power_t __force) 1)
include/linux/pci.h
185
#define PCI_D2 ((pci_power_t __force) 2)
include/linux/pci.h
186
#define PCI_D3hot ((pci_power_t __force) 3)
include/linux/pci.h
187
#define PCI_D3cold ((pci_power_t __force) 4)
include/linux/pci.h
188
#define PCI_UNKNOWN ((pci_power_t __force) 5)
include/linux/pci.h
189
#define PCI_POWER_ERROR ((pci_power_t __force) -1)
include/linux/pci.h
196
return pci_power_names[1 + (__force int) state];
include/linux/pci.h
210
pci_channel_io_normal = (__force pci_channel_state_t) 1,
include/linux/pci.h
213
pci_channel_io_frozen = (__force pci_channel_state_t) 2,
include/linux/pci.h
216
pci_channel_io_perm_failure = (__force pci_channel_state_t) 3,
include/linux/pci.h
223
pcie_deassert_reset = (__force pcie_reset_state_t) 1,
include/linux/pci.h
226
pcie_warm_reset = (__force pcie_reset_state_t) 2,
include/linux/pci.h
229
pcie_hot_reset = (__force pcie_reset_state_t) 3
include/linux/pci.h
235
PCI_DEV_FLAGS_MSI_INTX_DISABLE_BUG = (__force pci_dev_flags_t) (1 << 0),
include/linux/pci.h
237
PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1),
include/linux/pci.h
239
PCI_DEV_FLAGS_ASSIGNED = (__force pci_dev_flags_t) (1 << 2),
include/linux/pci.h
241
PCI_DEV_FLAGS_ACS_ENABLED_QUIRK = (__force pci_dev_flags_t) (1 << 3),
include/linux/pci.h
243
PCI_DEV_FLAG_PCIE_BRIDGE_ALIAS = (__force pci_dev_flags_t) (1 << 5),
include/linux/pci.h
245
PCI_DEV_FLAGS_NO_BUS_RESET = (__force pci_dev_flags_t) (1 << 6),
include/linux/pci.h
247
PCI_DEV_FLAGS_NO_PM_RESET = (__force pci_dev_flags_t) (1 << 7),
include/linux/pci.h
249
PCI_DEV_FLAGS_VPD_REF_F0 = (__force pci_dev_flags_t) (1 << 8),
include/linux/pci.h
251
PCI_DEV_FLAGS_BRIDGE_XLATE_ROOT = (__force pci_dev_flags_t) (1 << 9),
include/linux/pci.h
253
PCI_DEV_FLAGS_NO_FLR_RESET = (__force pci_dev_flags_t) (1 << 10),
include/linux/pci.h
255
PCI_DEV_FLAGS_NO_RELAXED_ORDERING = (__force pci_dev_flags_t) (1 << 11),
include/linux/pci.h
257
PCI_DEV_FLAGS_HAS_MSI_MASKING = (__force pci_dev_flags_t) (1 << 12),
include/linux/pci.h
259
PCI_DEV_FLAGS_MSIX_TOUCH_ENTRY_DATA_FIRST = (__force pci_dev_flags_t) (1 << 13),
include/linux/pci.h
264
PCI_DEV_FLAGS_PCI_BRIDGE_NO_ALIAS = (__force pci_dev_flags_t) (1 << 14),
include/linux/pci.h
274
PCI_BUS_FLAGS_NO_MSI = (__force pci_bus_flags_t) 1,
include/linux/pci.h
275
PCI_BUS_FLAGS_NO_MMRBC = (__force pci_bus_flags_t) 2,
include/linux/pci.h
276
PCI_BUS_FLAGS_NO_AERSID = (__force pci_bus_flags_t) 4,
include/linux/pci.h
277
PCI_BUS_FLAGS_NO_EXTCFG = (__force pci_bus_flags_t) 8,
include/linux/pci.h
922
PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1,
include/linux/pci.h
925
PCI_ERS_RESULT_CAN_RECOVER = (__force pci_ers_result_t) 2,
include/linux/pci.h
928
PCI_ERS_RESULT_NEED_RESET = (__force pci_ers_result_t) 3,
include/linux/pci.h
931
PCI_ERS_RESULT_DISCONNECT = (__force pci_ers_result_t) 4,
include/linux/pci.h
934
PCI_ERS_RESULT_RECOVERED = (__force pci_ers_result_t) 5,
include/linux/pci.h
937
PCI_ERS_RESULT_NO_AER_DRIVER = (__force pci_ers_result_t) 6,
include/linux/percpu-defs.h
226
(TYPEOF_UNQUAL(*(__p)) __force __kernel *)((__force unsigned long)(__p))
include/linux/poll.h
122
__u16 v = (__force __u16)val;
include/linux/poll.h
123
#define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X)
include/linux/poll.h
132
#define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X)
include/linux/radix-tree.h
75
#define ROOT_IS_IDR ((__force gfp_t)4)
include/linux/rculist_nulls.h
46
(*((struct hlist_nulls_node __rcu __force **)&(head)->first))
include/linux/rculist_nulls.h
53
(*((struct hlist_nulls_node __rcu __force **)&(node)->next))
include/linux/rculist_nulls.h
60
(*((struct hlist_nulls_node __rcu __force **)(node)->pprev))
include/linux/rcupdate.h
480
typeof(*p) *local = (typeof(*p) *__force)(p); \
include/linux/rcupdate.h
482
((typeof(*p) __force __kernel *)(local)) \
include/linux/rcupdate.h
495
typeof(*p) *local = (typeof(*p) *__force)READ_ONCE(p); \
include/linux/rcupdate.h
497
((typeof(*p) __force __kernel *)(local)); \
include/linux/rcupdate.h
502
typeof(*p) *local = (typeof(*p) *__force)READ_ONCE(p); \
include/linux/rcupdate.h
505
((typeof(*p) __force __kernel *)(local)); \
include/linux/rcupdate.h
511
((typeof(*p) __force __kernel *)(p)); \
include/linux/rcupdate.h
517
((typeof(*p) __force __kernel *)(local)); \
include/linux/rcupdate.h
525
#define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v)
include/linux/rmap.h
326
#define RMAP_NONE ((__force rmap_t)0)
include/linux/rmap.h
329
#define RMAP_EXCLUSIVE ((__force rmap_t)BIT(0))
include/linux/rpmsg/byteorder.h
22
return le16_to_cpu((__force __le16)val);
include/linux/rpmsg/byteorder.h
24
return be16_to_cpu((__force __be16)val);
include/linux/rpmsg/byteorder.h
30
return (__force __rpmsg16)cpu_to_le16(val);
include/linux/rpmsg/byteorder.h
32
return (__force __rpmsg16)cpu_to_be16(val);
include/linux/rpmsg/byteorder.h
38
return le32_to_cpu((__force __le32)val);
include/linux/rpmsg/byteorder.h
40
return be32_to_cpu((__force __be32)val);
include/linux/rpmsg/byteorder.h
46
return (__force __rpmsg32)cpu_to_le32(val);
include/linux/rpmsg/byteorder.h
48
return (__force __rpmsg32)cpu_to_be32(val);
include/linux/rpmsg/byteorder.h
54
return le64_to_cpu((__force __le64)val);
include/linux/rpmsg/byteorder.h
56
return be64_to_cpu((__force __be64)val);
include/linux/rpmsg/byteorder.h
62
return (__force __rpmsg64)cpu_to_le64(val);
include/linux/rpmsg/byteorder.h
64
return (__force __rpmsg64)cpu_to_be64(val);
include/linux/serial_core.h
511
#define UPF_FOURPORT ((__force upf_t) ASYNC_FOURPORT /* 1 */ )
include/linux/serial_core.h
515
#define UPF_SAK ((__force upf_t) ASYNC_SAK /* 2 */ )
include/linux/serial_core.h
516
#define UPF_SPD_HI ((__force upf_t) ASYNC_SPD_HI /* 4 */ )
include/linux/serial_core.h
517
#define UPF_SPD_VHI ((__force upf_t) ASYNC_SPD_VHI /* 5 */ )
include/linux/serial_core.h
518
#define UPF_SPD_CUST ((__force upf_t) ASYNC_SPD_CUST /* 0x0030 */ )
include/linux/serial_core.h
519
#define UPF_SPD_WARP ((__force upf_t) ASYNC_SPD_WARP /* 0x1010 */ )
include/linux/serial_core.h
520
#define UPF_SPD_MASK ((__force upf_t) ASYNC_SPD_MASK /* 0x1030 */ )
include/linux/serial_core.h
521
#define UPF_SKIP_TEST ((__force upf_t) ASYNC_SKIP_TEST /* 6 */ )
include/linux/serial_core.h
522
#define UPF_AUTO_IRQ ((__force upf_t) ASYNC_AUTO_IRQ /* 7 */ )
include/linux/serial_core.h
523
#define UPF_HARDPPS_CD ((__force upf_t) ASYNC_HARDPPS_CD /* 11 */ )
include/linux/serial_core.h
524
#define UPF_SPD_SHI ((__force upf_t) ASYNC_SPD_SHI /* 12 */ )
include/linux/serial_core.h
525
#define UPF_LOW_LATENCY ((__force upf_t) ASYNC_LOW_LATENCY /* 13 */ )
include/linux/serial_core.h
526
#define UPF_BUGGY_UART ((__force upf_t) ASYNC_BUGGY_UART /* 14 */ )
include/linux/serial_core.h
527
#define UPF_MAGIC_MULTIPLIER ((__force upf_t) ASYNC_MAGIC_MULTIPLIER /* 16 */ )
include/linux/serial_core.h
529
#define UPF_NO_THRE_TEST ((__force upf_t) BIT_ULL(19))
include/linux/serial_core.h
531
#define UPF_AUTO_CTS ((__force upf_t) BIT_ULL(20))
include/linux/serial_core.h
532
#define UPF_AUTO_RTS ((__force upf_t) BIT_ULL(21))
include/linux/serial_core.h
533
#define UPF_HARD_FLOW ((__force upf_t) (UPF_AUTO_CTS | UPF_AUTO_RTS))
include/linux/serial_core.h
535
#define UPF_SOFT_FLOW ((__force upf_t) BIT_ULL(22))
include/linux/serial_core.h
537
#define UPF_CONS_FLOW ((__force upf_t) BIT_ULL(23))
include/linux/serial_core.h
538
#define UPF_SHARE_IRQ ((__force upf_t) BIT_ULL(24))
include/linux/serial_core.h
539
#define UPF_EXAR_EFR ((__force upf_t) BIT_ULL(25))
include/linux/serial_core.h
540
#define UPF_BUG_THRE ((__force upf_t) BIT_ULL(26))
include/linux/serial_core.h
542
#define UPF_FIXED_TYPE ((__force upf_t) BIT_ULL(27))
include/linux/serial_core.h
543
#define UPF_BOOT_AUTOCONF ((__force upf_t) BIT_ULL(28))
include/linux/serial_core.h
544
#define UPF_FIXED_PORT ((__force upf_t) BIT_ULL(29))
include/linux/serial_core.h
545
#define UPF_DEAD ((__force upf_t) BIT_ULL(30))
include/linux/serial_core.h
546
#define UPF_IOREMAP ((__force upf_t) BIT_ULL(31))
include/linux/serial_core.h
547
#define UPF_FULL_PROBE ((__force upf_t) BIT_ULL(32))
include/linux/serial_core.h
550
#define UPF_CHANGE_MASK ((__force upf_t) __UPF_CHANGE_MASK)
include/linux/serial_core.h
551
#define UPF_USR_MASK ((__force upf_t) (UPF_SPD_MASK|UPF_LOW_LATENCY))
include/linux/serial_core.h
563
#define UPSTAT_CTS_ENABLE ((__force upstat_t) (1 << 0))
include/linux/serial_core.h
564
#define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1))
include/linux/serial_core.h
565
#define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2))
include/linux/serial_core.h
566
#define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3))
include/linux/serial_core.h
567
#define UPSTAT_AUTOXOFF ((__force upstat_t) (1 << 4))
include/linux/serial_core.h
568
#define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5))
include/linux/signal.h
298
#define SIG_KTHREAD ((__force __sighandler_t)2)
include/linux/signal.h
299
#define SIG_KTHREAD_KERNEL ((__force __sighandler_t)3)
include/linux/skbuff.h
5385
partial = ~csum_unfold(*(__force __sum16 *)(csum_start +
include/linux/slab.h
71
#define __SLAB_FLAG_BIT(nr) ((slab_flags_t __force)(1U << (nr)))
include/linux/slab.h
72
#define __SLAB_FLAG_UNUSED ((slab_flags_t __force)(0U))
include/linux/srcutiny.h
96
return (int)(intptr_t)(struct srcu_ctr __force __kernel *)scpp;
include/linux/suspend.h
36
#define PM_SUSPEND_ON ((__force suspend_state_t) 0)
include/linux/suspend.h
37
#define PM_SUSPEND_TO_IDLE ((__force suspend_state_t) 1)
include/linux/suspend.h
38
#define PM_SUSPEND_STANDBY ((__force suspend_state_t) 2)
include/linux/suspend.h
39
#define PM_SUSPEND_MEM ((__force suspend_state_t) 3)
include/linux/suspend.h
41
#define PM_SUSPEND_MAX ((__force suspend_state_t) 4)
include/linux/syscalls.h
127
#define __TYPE_AS(t, v) __same_type((__force t)0, v)
include/linux/syscalls.h
132
#define __SC_CAST(t, a) (__force t) a
include/linux/uaccess.h
623
type __user *p = (type __force __user *)(src); \
include/linux/uaccess.h
632
type __user *p = (type __force __user *)(dst); \
include/linux/uio.h
386
#define ITER_ALLOW_P2PDMA ((__force iov_iter_extraction_t)0x01)
include/linux/userfaultfd_k.h
133
#define MFILL_ATOMIC_FLAG(nr) ((__force uffd_flags_t) MFILL_ATOMIC_BIT(nr))
include/linux/userfaultfd_k.h
134
#define MFILL_ATOMIC_MODE_MASK ((__force uffd_flags_t) (MFILL_ATOMIC_BIT(0) - 1))
include/linux/userfaultfd_k.h
138
return (flags & MFILL_ATOMIC_MODE_MASK) == ((__force uffd_flags_t) expected);
include/linux/userfaultfd_k.h
144
return flags | ((__force uffd_flags_t) mode);
include/linux/virtio_byteorder.h
19
return le16_to_cpu((__force __le16)val);
include/linux/virtio_byteorder.h
21
return be16_to_cpu((__force __be16)val);
include/linux/virtio_byteorder.h
27
return (__force __virtio16)cpu_to_le16(val);
include/linux/virtio_byteorder.h
29
return (__force __virtio16)cpu_to_be16(val);
include/linux/virtio_byteorder.h
35
return le32_to_cpu((__force __le32)val);
include/linux/virtio_byteorder.h
37
return be32_to_cpu((__force __be32)val);
include/linux/virtio_byteorder.h
43
return (__force __virtio32)cpu_to_le32(val);
include/linux/virtio_byteorder.h
45
return (__force __virtio32)cpu_to_be32(val);
include/linux/virtio_byteorder.h
51
return le64_to_cpu((__force __le64)val);
include/linux/virtio_byteorder.h
53
return be64_to_cpu((__force __be64)val);
include/linux/virtio_byteorder.h
59
return (__force __virtio64)cpu_to_le64(val);
include/linux/virtio_byteorder.h
61
return (__force __virtio64)cpu_to_be64(val);
include/linux/wait.h
236
#define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m))
include/linux/wait.h
237
#define key_to_poll(m) ((__force __poll_t)(uintptr_t)(void *)(m))
include/linux/xarray.h
1745
unsigned long *addr = xas->xa_node->marks[(__force unsigned)mark];
include/linux/xarray.h
255
#define XA_MARK_0 ((__force xa_mark_t)0U)
include/linux/xarray.h
256
#define XA_MARK_1 ((__force xa_mark_t)1U)
include/linux/xarray.h
257
#define XA_MARK_2 ((__force xa_mark_t)2U)
include/linux/xarray.h
258
#define XA_PRESENT ((__force xa_mark_t)8U)
include/linux/xarray.h
271
#define XA_FLAGS_LOCK_IRQ ((__force gfp_t)XA_LOCK_IRQ)
include/linux/xarray.h
272
#define XA_FLAGS_LOCK_BH ((__force gfp_t)XA_LOCK_BH)
include/linux/xarray.h
273
#define XA_FLAGS_TRACK_FREE ((__force gfp_t)4U)
include/linux/xarray.h
274
#define XA_FLAGS_ZERO_BUSY ((__force gfp_t)8U)
include/linux/xarray.h
275
#define XA_FLAGS_ALLOC_WRAPPED ((__force gfp_t)16U)
include/linux/xarray.h
276
#define XA_FLAGS_ACCOUNT ((__force gfp_t)32U)
include/linux/xarray.h
277
#define XA_FLAGS_MARK(mark) ((__force gfp_t)((1U << __GFP_BITS_SHIFT) << \
include/linux/xarray.h
278
(__force unsigned)(mark)))
include/net/addrconf.h
504
__be64 *p = (__force __be64 *)addr;
include/net/addrconf.h
516
__be64 *p = (__force __be64 *)addr;
include/net/addrconf.h
533
__be64 *p = (__force __be64 *)addr;
include/net/addrconf.h
548
__be64 *p = (__force __be64 *)addr;
include/net/cfg80211.h
615
sband->iftype_data = (const void __iftd __force *)iftd;
include/net/cfg80211.h
634
for (i = 0, iftd = (const void __force *)&(sband)->iftype_data[i]; \
include/net/cfg80211.h
636
i++, iftd = (const void __force *)&(sband)->iftype_data[i])
include/net/checksum.h
109
return (__force __wsum)n;
include/net/checksum.h
112
#define CSUM_MANGLED_0 ((__force __sum16)0xffff)
include/net/checksum.h
121
__wsum tmp = csum_sub(~csum_unfold(*sum), (__force __wsum)from);
include/net/checksum.h
123
*sum = csum_fold(csum_add(tmp, (__force __wsum)to));
include/net/checksum.h
161
inet_proto_csum_replace4(sum, skb, (__force __be32)from,
include/net/checksum.h
162
(__force __be32)to, pseudohdr);
include/net/checksum.h
175
delta = csum_sub((__force __wsum)csum_fold(csum),
include/net/checksum.h
176
(__force __wsum)*psum);
include/net/checksum.h
184
*psum = csum_fold(csum_sub(delta, (__force __wsum)*psum));
include/net/checksum.h
189
return (__force __wsum)-((__force u32)val);
include/net/checksum.h
61
u32 res = (__force u32)csum;
include/net/checksum.h
62
res += (__force u32)addend;
include/net/checksum.h
63
return (__force __wsum)(res + (res < (__force u32)addend));
include/net/checksum.h
74
u16 res = (__force u16)csum;
include/net/checksum.h
76
res += (__force u16)addend;
include/net/checksum.h
77
return (__force __sum16)(res + (res < (__force u16)addend));
include/net/checksum.h
90
return (__force __wsum)ror32((__force u32)sum, 8);
include/net/dsfield.h
24
return ntohs(*(__force const __be16 *)ipv6h) >> 4;
include/net/dsfield.h
31
__u32 check = ntohs((__force __be16)iph->check);
include/net/dsfield.h
39
iph->check = (__force __sum16)htons(check);
include/net/dsfield.h
47
__be16 *p = (__force __be16 *)ipv6h;
include/net/espintcp.h
38
return (__force void *)icsk->icsk_ulp_data;
include/net/gro.h
472
(__force __be32)(iph->hop_limit ^ iph2->hop_limit));
include/net/ieee802154_netdev.h
312
return (__force __le64)swab64(temp);
include/net/ieee802154_netdev.h
317
u64 temp = swab64((__force u64)addr);
include/net/inet6_hashtables.h
35
const u32 ports = (((u32)lport) << 16) | (__force u32)fport;
include/net/inet_dscp.h
46
#define INET_DSCP_LEGACY_TOS_MASK ((__force dscp_t)0x1c)
include/net/inet_dscp.h
50
return (__force dscp_t)(dsfield & INET_DSCP_MASK);
include/net/inet_dscp.h
55
return (__force __u8)dscp;
include/net/inet_ecn.h
111
check_add = (__force __be16)((__force u16)htons(0xFFFB) +
include/net/inet_ecn.h
112
(__force u16)htons(ecn));
include/net/inet_ecn.h
159
skb->csum = csum_add(csum_sub(skb->csum, (__force __wsum)from),
include/net/inet_ecn.h
160
(__force __wsum)to);
include/net/inet_ecn.h
175
skb->csum = csum_add(csum_sub(skb->csum, (__force __wsum)from),
include/net/inet_ecn.h
176
(__force __wsum)to);
include/net/inet_hashtables.h
338
((__force __portpair)(((__force __u32)(__be16)(__sport) << 16) | (__u32)(__dport)))
include/net/inet_hashtables.h
341
((__force __portpair)(((__u32)(__dport) << 16) | (__force __u32)(__be16)(__sport)))
include/net/inet_hashtables.h
346
const __addrpair __name = (__force __addrpair) ( \
include/net/inet_hashtables.h
347
(((__force __u64)(__be32)(__saddr)) << 32) | \
include/net/inet_hashtables.h
348
((__force __u64)(__be32)(__daddr)))
include/net/inet_hashtables.h
351
const __addrpair __name = (__force __addrpair) ( \
include/net/inet_hashtables.h
352
(((__force __u64)(__be32)(__daddr)) << 32) | \
include/net/inet_hashtables.h
353
((__force __u64)(__be32)(__saddr)))
include/net/inet_sock.h
397
return jhash_3words((__force __u32) laddr,
include/net/inet_sock.h
398
(__force __u32) faddr,
include/net/inet_sock.h
399
((__u32) lport) << 16 | (__force __u32)fport,
include/net/ip.h
419
u32 check = (__force u32)iph->check;
include/net/ip.h
420
check += (__force u32)htons(0x0100);
include/net/ip.h
421
iph->check = (__force __sum16)(check + (check>=0xFFFF));
include/net/ip.h
697
return (__force unsigned int) ip;
include/net/ip.h
702
return jhash_1word((__force u32)ip, initval);
include/net/ip.h
709
return jhash_1word((__force u32)saddr, net_hash_mix(net)) ^ port;
include/net/ip_tunnels.h
339
return (__force __be64)key;
include/net/ip_tunnels.h
341
return (__force __be64)((__force u64)key << 32);
include/net/ip_tunnels.h
349
return (__force __be32)tun_id;
include/net/ip_tunnels.h
351
return (__force __be32)((__force u64)tun_id >> 32);
include/net/ipv6.h
564
*(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl));
include/net/ipv6.h
569
*(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh));
include/net/ipv6.h
669
return (__force u32)(a->s6_addr32[0] ^ a->s6_addr32[1] ^
include/net/ipv6.h
677
return jhash2((__force const u32 *)a->s6_addr32,
include/net/ipv6.h
703
(__force unsigned long)(a->s6_addr32[0] | a->s6_addr32[1]) |
include/net/ipv6.h
705
(__force unsigned long)(a->s6_addr32[2] ^
include/net/ipv6.h
723
hash = jhash_1word((__force u32)addr6->s6_addr32[3], mix);
include/net/ipv6.h
725
hash = jhash2((__force u32 *)addr6->s6_addr32, 4, mix);
include/net/ipv6.h
905
flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
include/net/macsec.h
384
return be64_to_cpu((__force __be64)sci);
include/net/netfilter/nf_queue.h
56
if ((__force u32)iph->saddr < (__force u32)iph->daddr)
include/net/netfilter/nf_queue.h
57
return jhash_3words((__force u32)iph->saddr,
include/net/netfilter/nf_queue.h
58
(__force u32)iph->daddr, iph->protocol, initval);
include/net/netfilter/nf_queue.h
60
return jhash_3words((__force u32)iph->daddr,
include/net/netfilter/nf_queue.h
61
(__force u32)iph->saddr, iph->protocol, initval);
include/net/netfilter/nf_queue.h
68
if ((__force u32)ip6h->saddr.s6_addr32[3] <
include/net/netfilter/nf_queue.h
69
(__force u32)ip6h->daddr.s6_addr32[3]) {
include/net/netfilter/nf_queue.h
70
a = (__force u32) ip6h->saddr.s6_addr32[3];
include/net/netfilter/nf_queue.h
71
b = (__force u32) ip6h->daddr.s6_addr32[3];
include/net/netfilter/nf_queue.h
73
b = (__force u32) ip6h->saddr.s6_addr32[3];
include/net/netfilter/nf_queue.h
74
a = (__force u32) ip6h->daddr.s6_addr32[3];
include/net/netfilter/nf_queue.h
77
if ((__force u32)ip6h->saddr.s6_addr32[1] <
include/net/netfilter/nf_queue.h
78
(__force u32)ip6h->daddr.s6_addr32[1])
include/net/netfilter/nf_queue.h
79
c = (__force u32) ip6h->saddr.s6_addr32[1];
include/net/netfilter/nf_queue.h
81
c = (__force u32) ip6h->daddr.s6_addr32[1];
include/net/netfilter/nf_tables.h
155
nft_reg_store16(dreg, (__force __u16)val);
include/net/netfilter/nf_tables.h
165
return (__force __be16)nft_reg_load16(sreg);
include/net/netfilter/nf_tables.h
170
return *(__force __be32 *)sreg;
include/net/netmem.h
144
return (__force unsigned long)netmem & NET_IOV;
include/net/netmem.h
160
return (__force struct page *)netmem;
include/net/netmem.h
174
return (struct net_iov *)((__force unsigned long)netmem &
include/net/netmem.h
183
return (__force netmem_ref)((unsigned long)niov | NET_IOV);
include/net/netmem.h
187
const struct page * : (__force const netmem_ref)(p), \
include/net/netmem.h
188
struct page * : (__force netmem_ref)(p)))
include/net/netmem.h
252
return (__force struct netmem_desc *)netmem;
include/net/netmem.h
267
void *p = (void *)((__force unsigned long)netmem & ~NET_IOV);
include/net/route.h
405
neigh = __ipv4_neigh_lookup_noref(dev, (__force u32)daddr);
include/net/tls.h
380
return (__force void *)icsk->icsk_ulp_data;
include/net/udp.h
361
(__force u32) skb->protocol);
include/net/vxlan.h
414
return (__force __be32)((__force u32)vni_field >> 8);
include/net/vxlan.h
416
return (__force __be32)((__force u32)(vni_field & VXLAN_VNI_MASK) << 8);
include/net/vxlan.h
423
return (__force __be32)((__force u32)vni << 8);
include/net/vxlan.h
425
return (__force __be32)((__force u32)vni >> 8);
include/net/xfrm.h
1974
return ((__force u32)a->a4 ^ (__force u32)b->a4) == 0;
include/rdma/ib_mad.h
162
#define IB_SA_COMP_MASK(n) ((__force ib_sa_comp_mask) cpu_to_be64(1ull << (n)))
include/scsi/iscsi_proto.h
68
#define build_itt(itt, age) ((__force itt_t)\
include/scsi/iscsi_proto.h
70
#define get_itt(itt) ((__force uint32_t)(itt_t)(itt) & ISCSI_ITT_MASK)
include/scsi/iscsi_proto.h
71
#define RESERVED_ITT ((__force itt_t)0xffffffff)
include/scsi/scsi_devinfo.h
12
#define BLIST_FORCELUN ((__force blist_flags_t)(1ULL << 1))
include/scsi/scsi_devinfo.h
14
#define BLIST_BORKEN ((__force blist_flags_t)(1ULL << 2))
include/scsi/scsi_devinfo.h
16
#define BLIST_KEY ((__force blist_flags_t)(1ULL << 3))
include/scsi/scsi_devinfo.h
18
#define BLIST_SINGLELUN ((__force blist_flags_t)(1ULL << 4))
include/scsi/scsi_devinfo.h
20
#define BLIST_NOTQ ((__force blist_flags_t)(1ULL << 5))
include/scsi/scsi_devinfo.h
22
#define BLIST_SPARSELUN ((__force blist_flags_t)(1ULL << 6))
include/scsi/scsi_devinfo.h
24
#define BLIST_MAX5LUN ((__force blist_flags_t)(1ULL << 7))
include/scsi/scsi_devinfo.h
26
#define BLIST_ISROM ((__force blist_flags_t)(1ULL << 8))
include/scsi/scsi_devinfo.h
28
#define BLIST_LARGELUN ((__force blist_flags_t)(1ULL << 9))
include/scsi/scsi_devinfo.h
30
#define BLIST_INQUIRY_36 ((__force blist_flags_t)(1ULL << 10))
include/scsi/scsi_devinfo.h
32
#define BLIST_IGN_MEDIA_CHANGE ((__force blist_flags_t)(1ULL << 11))
include/scsi/scsi_devinfo.h
34
#define BLIST_NOSTARTONADD ((__force blist_flags_t)(1ULL << 12))
include/scsi/scsi_devinfo.h
36
#define BLIST_NO_VPD_SIZE ((__force blist_flags_t)(1ULL << 13))
include/scsi/scsi_devinfo.h
37
#define __BLIST_UNUSED_14 ((__force blist_flags_t)(1ULL << 14))
include/scsi/scsi_devinfo.h
38
#define __BLIST_UNUSED_15 ((__force blist_flags_t)(1ULL << 15))
include/scsi/scsi_devinfo.h
39
#define __BLIST_UNUSED_16 ((__force blist_flags_t)(1ULL << 16))
include/scsi/scsi_devinfo.h
41
#define BLIST_REPORTLUN2 ((__force blist_flags_t)(1ULL << 17))
include/scsi/scsi_devinfo.h
43
#define BLIST_NOREPORTLUN ((__force blist_flags_t)(1ULL << 18))
include/scsi/scsi_devinfo.h
45
#define BLIST_NOT_LOCKABLE ((__force blist_flags_t)(1ULL << 19))
include/scsi/scsi_devinfo.h
47
#define BLIST_NO_ULD_ATTACH ((__force blist_flags_t)(1ULL << 20))
include/scsi/scsi_devinfo.h
49
#define BLIST_SELECT_NO_ATN ((__force blist_flags_t)(1ULL << 21))
include/scsi/scsi_devinfo.h
51
#define BLIST_RETRY_HWERROR ((__force blist_flags_t)(1ULL << 22))
include/scsi/scsi_devinfo.h
53
#define BLIST_MAX_512 ((__force blist_flags_t)(1ULL << 23))
include/scsi/scsi_devinfo.h
54
#define __BLIST_UNUSED_24 ((__force blist_flags_t)(1ULL << 24))
include/scsi/scsi_devinfo.h
56
#define BLIST_NO_DIF ((__force blist_flags_t)(1ULL << 25))
include/scsi/scsi_devinfo.h
58
#define BLIST_SKIP_VPD_PAGES ((__force blist_flags_t)(1ULL << 26))
include/scsi/scsi_devinfo.h
59
#define __BLIST_UNUSED_27 ((__force blist_flags_t)(1ULL << 27))
include/scsi/scsi_devinfo.h
61
#define BLIST_TRY_VPD_PAGES ((__force blist_flags_t)(1ULL << 28))
include/scsi/scsi_devinfo.h
63
#define BLIST_NO_RSOC ((__force blist_flags_t)(1ULL << 29))
include/scsi/scsi_devinfo.h
65
#define BLIST_MAX_1024 ((__force blist_flags_t)(1ULL << 30))
include/scsi/scsi_devinfo.h
67
#define BLIST_UNMAP_LIMIT_WS ((__force blist_flags_t)(1ULL << 31))
include/scsi/scsi_devinfo.h
69
#define BLIST_RETRY_ITF ((__force blist_flags_t)(1ULL << 32))
include/scsi/scsi_devinfo.h
71
#define BLIST_RETRY_ASC_C1 ((__force blist_flags_t)(1ULL << 33))
include/scsi/scsi_devinfo.h
73
#define BLIST_SKIP_IO_HINTS ((__force blist_flags_t)(1ULL << 34))
include/scsi/scsi_devinfo.h
78
(__force blist_flags_t) \
include/scsi/scsi_devinfo.h
79
((__force __u64)__BLIST_LAST_USED - 1ULL)))
include/scsi/scsi_devinfo.h
9
#define BLIST_NOLUN ((__force blist_flags_t)(1ULL << 0))
include/sound/pcm.h
1194
return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
include/sound/pcm.h
1201
return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false);
include/sound/pcm.h
148
#define _SNDRV_PCM_FMTBIT(fmt) (1ULL << (__force int)SNDRV_PCM_FORMAT_##fmt)
include/sound/pcm.h
1518
return 1ULL << (__force int) pcm_format;
include/sound/pcm.h
1527
(__force int)(f) <= (__force int)SNDRV_PCM_FORMAT_LAST; \
include/sound/pcm.h
1528
(f) = (__force snd_pcm_format_t)((__force int)(f) + 1))
include/sound/pcm.h
231
#define _SNDRV_PCM_SUBFMTBIT(fmt) BIT((__force int)SNDRV_PCM_SUBFORMAT_##fmt)
include/sound/pcm_params.h
135
return snd_mask_test(mask, (__force unsigned int)format);
include/sound/pcm_params.h
305
return (__force snd_pcm_access_t)snd_mask_min(hw_param_mask_c(p,
include/sound/pcm_params.h
315
return (__force snd_pcm_format_t)snd_mask_min(hw_param_mask_c(p,
include/sound/pcm_params.h
326
return (__force snd_pcm_subformat_t)snd_mask_min(hw_param_mask_c(p,
include/sound/pcm_params.h
74
snd_mask_set(mask, (__force unsigned int)format);
include/trace/events/btrfs.h
2365
__entry->mask = (__force unsigned long)mask,
include/trace/events/compaction.h
182
__entry->gfp_mask = (__force unsigned long)gfp_mask;
include/trace/events/f2fs.h
74
#define F2FS_BIO_FLAG_MASK(t) (__force u32)((t) & F2FS_OP_FLAGS)
include/trace/events/f2fs.h
83
{ (__force u32)REQ_RAHEAD, "R" }, \
include/trace/events/f2fs.h
84
{ (__force u32)REQ_SYNC, "S" }, \
include/trace/events/f2fs.h
85
{ (__force u32)REQ_META, "M" }, \
include/trace/events/f2fs.h
86
{ (__force u32)REQ_PRIO, "P" }, \
include/trace/events/f2fs.h
87
{ (__force u32)REQ_PREFLUSH, "PF" }, \
include/trace/events/f2fs.h
88
{ (__force u32)REQ_FUA, "FUA" })
include/trace/events/io_uring.h
162
__entry->flags = (__force unsigned long long) req->flags;
include/trace/events/io_uring.h
386
__entry->flags = (__force unsigned long long) req->flags;
include/trace/events/jbd2.h
373
MINOR(__entry->dev), (__force u32)__entry->write_flags)
include/trace/events/kmem.h
197
__entry->gfp_flags = (__force unsigned long)gfp_flags;
include/trace/events/kmem.h
39
__entry->gfp_flags = (__force unsigned long)gfp_flags;
include/trace/events/kmem.h
82
__entry->gfp_flags = (__force unsigned long)gfp_flags;
include/trace/events/kmem.h
94
(__entry->gfp_flags & (__force unsigned long)__GFP_ACCOUNT)) ? "true" : "false")
include/trace/events/mmflags.h
79
#define gfpflag_string(flag) {(__force unsigned long)flag, #flag}
include/trace/events/mptcp.h
101
__entry->csum = (__force u16)mpext->csum;
include/trace/events/page_pool.h
58
__entry->netmem = (__force unsigned long)netmem;
include/trace/events/page_pool.h
84
__entry->netmem = (__force unsigned long)netmem;
include/trace/events/percpu.h
43
__entry->gfp_flags = (__force unsigned long)gfp_flags;
include/trace/events/vmscan.h
168
__entry->gfp_flags = (__force unsigned long)gfp_flags;
include/trace/events/vmscan.h
190
__entry->gfp_flags = (__force unsigned long)gfp_flags;
include/trace/events/vmscan.h
298
__entry->gfp_flags = (__force unsigned long)sc->gfp_mask;
include/trace/events/vmscan.h
579
__entry->gfp_flags = (__force unsigned long)gfp_flags;
include/trace/misc/fs.h
42
#define __fmode_flag(x) { (__force unsigned long)FMODE_##x, #x }
include/uapi/asm-generic/poll.h
32
#define POLLFREE (__force __poll_t)0x4000
include/uapi/asm-generic/poll.h
34
#define POLL_BUSY_LOOP (__force __poll_t)0x8000
include/uapi/asm-generic/signal-defs.h
88
#define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */
include/uapi/asm-generic/signal-defs.h
89
#define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */
include/uapi/asm-generic/signal-defs.h
90
#define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */
include/uapi/linux/byteorder/big_endian.h
16
#define __constant_htonl(x) ((__force __be32)(__u32)(x))
include/uapi/linux/byteorder/big_endian.h
17
#define __constant_ntohl(x) ((__force __u32)(__be32)(x))
include/uapi/linux/byteorder/big_endian.h
18
#define __constant_htons(x) ((__force __be16)(__u16)(x))
include/uapi/linux/byteorder/big_endian.h
19
#define __constant_ntohs(x) ((__force __u16)(__be16)(x))
include/uapi/linux/byteorder/big_endian.h
20
#define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x)))
include/uapi/linux/byteorder/big_endian.h
21
#define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x))
include/uapi/linux/byteorder/big_endian.h
22
#define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x)))
include/uapi/linux/byteorder/big_endian.h
23
#define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x))
include/uapi/linux/byteorder/big_endian.h
24
#define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x)))
include/uapi/linux/byteorder/big_endian.h
25
#define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
include/uapi/linux/byteorder/big_endian.h
26
#define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x))
include/uapi/linux/byteorder/big_endian.h
27
#define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))
include/uapi/linux/byteorder/big_endian.h
28
#define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x))
include/uapi/linux/byteorder/big_endian.h
29
#define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x))
include/uapi/linux/byteorder/big_endian.h
30
#define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
include/uapi/linux/byteorder/big_endian.h
31
#define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
include/uapi/linux/byteorder/big_endian.h
32
#define __cpu_to_le64(x) ((__force __le64)__swab64((x)))
include/uapi/linux/byteorder/big_endian.h
33
#define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))
include/uapi/linux/byteorder/big_endian.h
34
#define __cpu_to_le32(x) ((__force __le32)__swab32((x)))
include/uapi/linux/byteorder/big_endian.h
35
#define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
include/uapi/linux/byteorder/big_endian.h
36
#define __cpu_to_le16(x) ((__force __le16)__swab16((x)))
include/uapi/linux/byteorder/big_endian.h
37
#define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
include/uapi/linux/byteorder/big_endian.h
38
#define __cpu_to_be64(x) ((__force __be64)(__u64)(x))
include/uapi/linux/byteorder/big_endian.h
39
#define __be64_to_cpu(x) ((__force __u64)(__be64)(x))
include/uapi/linux/byteorder/big_endian.h
40
#define __cpu_to_be32(x) ((__force __be32)(__u32)(x))
include/uapi/linux/byteorder/big_endian.h
41
#define __be32_to_cpu(x) ((__force __u32)(__be32)(x))
include/uapi/linux/byteorder/big_endian.h
42
#define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
include/uapi/linux/byteorder/big_endian.h
43
#define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
include/uapi/linux/byteorder/big_endian.h
47
return (__force __le64)__swab64p(p);
include/uapi/linux/byteorder/big_endian.h
55
return (__force __le32)__swab32p(p);
include/uapi/linux/byteorder/big_endian.h
63
return (__force __le16)__swab16p(p);
include/uapi/linux/byteorder/big_endian.h
71
return (__force __be64)*p;
include/uapi/linux/byteorder/big_endian.h
75
return (__force __u64)*p;
include/uapi/linux/byteorder/big_endian.h
79
return (__force __be32)*p;
include/uapi/linux/byteorder/big_endian.h
83
return (__force __u32)*p;
include/uapi/linux/byteorder/big_endian.h
87
return (__force __be16)*p;
include/uapi/linux/byteorder/big_endian.h
91
return (__force __u16)*p;
include/uapi/linux/byteorder/little_endian.h
16
#define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
include/uapi/linux/byteorder/little_endian.h
17
#define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
include/uapi/linux/byteorder/little_endian.h
18
#define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
include/uapi/linux/byteorder/little_endian.h
19
#define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
include/uapi/linux/byteorder/little_endian.h
20
#define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x))
include/uapi/linux/byteorder/little_endian.h
21
#define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x))
include/uapi/linux/byteorder/little_endian.h
22
#define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x))
include/uapi/linux/byteorder/little_endian.h
23
#define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x))
include/uapi/linux/byteorder/little_endian.h
24
#define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x))
include/uapi/linux/byteorder/little_endian.h
25
#define __constant_le16_to_cpu(x) ((__force __u16)(__le16)(x))
include/uapi/linux/byteorder/little_endian.h
26
#define __constant_cpu_to_be64(x) ((__force __be64)___constant_swab64((x)))
include/uapi/linux/byteorder/little_endian.h
27
#define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x))
include/uapi/linux/byteorder/little_endian.h
28
#define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x)))
include/uapi/linux/byteorder/little_endian.h
29
#define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x))
include/uapi/linux/byteorder/little_endian.h
30
#define __constant_cpu_to_be16(x) ((__force __be16)___constant_swab16((x)))
include/uapi/linux/byteorder/little_endian.h
31
#define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x))
include/uapi/linux/byteorder/little_endian.h
32
#define __cpu_to_le64(x) ((__force __le64)(__u64)(x))
include/uapi/linux/byteorder/little_endian.h
33
#define __le64_to_cpu(x) ((__force __u64)(__le64)(x))
include/uapi/linux/byteorder/little_endian.h
34
#define __cpu_to_le32(x) ((__force __le32)(__u32)(x))
include/uapi/linux/byteorder/little_endian.h
35
#define __le32_to_cpu(x) ((__force __u32)(__le32)(x))
include/uapi/linux/byteorder/little_endian.h
36
#define __cpu_to_le16(x) ((__force __le16)(__u16)(x))
include/uapi/linux/byteorder/little_endian.h
37
#define __le16_to_cpu(x) ((__force __u16)(__le16)(x))
include/uapi/linux/byteorder/little_endian.h
38
#define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
include/uapi/linux/byteorder/little_endian.h
39
#define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
include/uapi/linux/byteorder/little_endian.h
40
#define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
include/uapi/linux/byteorder/little_endian.h
41
#define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
include/uapi/linux/byteorder/little_endian.h
42
#define __cpu_to_be16(x) ((__force __be16)__swab16((x)))
include/uapi/linux/byteorder/little_endian.h
43
#define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x))
include/uapi/linux/byteorder/little_endian.h
47
return (__force __le64)*p;
include/uapi/linux/byteorder/little_endian.h
51
return (__force __u64)*p;
include/uapi/linux/byteorder/little_endian.h
55
return (__force __le32)*p;
include/uapi/linux/byteorder/little_endian.h
59
return (__force __u32)*p;
include/uapi/linux/byteorder/little_endian.h
63
return (__force __le16)*p;
include/uapi/linux/byteorder/little_endian.h
67
return (__force __u16)*p;
include/uapi/linux/byteorder/little_endian.h
71
return (__force __be64)__swab64p(p);
include/uapi/linux/byteorder/little_endian.h
79
return (__force __be32)__swab32p(p);
include/uapi/linux/byteorder/little_endian.h
87
return (__force __be16)__swab16p(p);
include/uapi/linux/eventpoll.h
31
#define EPOLLIN (__force __poll_t)0x00000001
include/uapi/linux/eventpoll.h
32
#define EPOLLPRI (__force __poll_t)0x00000002
include/uapi/linux/eventpoll.h
33
#define EPOLLOUT (__force __poll_t)0x00000004
include/uapi/linux/eventpoll.h
34
#define EPOLLERR (__force __poll_t)0x00000008
include/uapi/linux/eventpoll.h
35
#define EPOLLHUP (__force __poll_t)0x00000010
include/uapi/linux/eventpoll.h
36
#define EPOLLNVAL (__force __poll_t)0x00000020
include/uapi/linux/eventpoll.h
37
#define EPOLLRDNORM (__force __poll_t)0x00000040
include/uapi/linux/eventpoll.h
38
#define EPOLLRDBAND (__force __poll_t)0x00000080
include/uapi/linux/eventpoll.h
39
#define EPOLLWRNORM (__force __poll_t)0x00000100
include/uapi/linux/eventpoll.h
40
#define EPOLLWRBAND (__force __poll_t)0x00000200
include/uapi/linux/eventpoll.h
41
#define EPOLLMSG (__force __poll_t)0x00000400
include/uapi/linux/eventpoll.h
42
#define EPOLLRDHUP (__force __poll_t)0x00002000
include/uapi/linux/eventpoll.h
48
#define EPOLL_URING_WAKE ((__force __poll_t)(1U << 27))
include/uapi/linux/eventpoll.h
51
#define EPOLLEXCLUSIVE ((__force __poll_t)(1U << 28))
include/uapi/linux/eventpoll.h
63
#define EPOLLWAKEUP ((__force __poll_t)(1U << 29))
include/uapi/linux/eventpoll.h
66
#define EPOLLONESHOT ((__force __poll_t)(1U << 30))
include/uapi/linux/eventpoll.h
69
#define EPOLLET ((__force __poll_t)(1U << 31))
include/uapi/linux/fs.h
428
#define RWF_HIPRI ((__force __kernel_rwf_t)0x00000001)
include/uapi/linux/fs.h
431
#define RWF_DSYNC ((__force __kernel_rwf_t)0x00000002)
include/uapi/linux/fs.h
434
#define RWF_SYNC ((__force __kernel_rwf_t)0x00000004)
include/uapi/linux/fs.h
437
#define RWF_NOWAIT ((__force __kernel_rwf_t)0x00000008)
include/uapi/linux/fs.h
440
#define RWF_APPEND ((__force __kernel_rwf_t)0x00000010)
include/uapi/linux/fs.h
443
#define RWF_NOAPPEND ((__force __kernel_rwf_t)0x00000020)
include/uapi/linux/fs.h
446
#define RWF_ATOMIC ((__force __kernel_rwf_t)0x00000040)
include/uapi/linux/fs.h
449
#define RWF_DONTCACHE ((__force __kernel_rwf_t)0x00000080)
include/uapi/linux/fs.h
452
#define RWF_NOSIGNAL ((__force __kernel_rwf_t)0x00000100)
include/uapi/linux/if_tunnel.h
149
#define VTI_ISVTI ((__force __be16)0x0001)
include/uapi/sound/asequencer.h
352
#define NO_CLIENT ((__force snd_seq_client_type_t) 0)
include/uapi/sound/asequencer.h
353
#define USER_CLIENT ((__force snd_seq_client_type_t) 1)
include/uapi/sound/asequencer.h
354
#define KERNEL_CLIENT ((__force snd_seq_client_type_t) 2)
include/uapi/sound/asound.h
1076
#define SNDRV_CTL_ELEM_TYPE_NONE ((__force snd_ctl_elem_type_t) 0) /* invalid */
include/uapi/sound/asound.h
1077
#define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((__force snd_ctl_elem_type_t) 1) /* boolean type */
include/uapi/sound/asound.h
1078
#define SNDRV_CTL_ELEM_TYPE_INTEGER ((__force snd_ctl_elem_type_t) 2) /* integer type */
include/uapi/sound/asound.h
1079
#define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((__force snd_ctl_elem_type_t) 3) /* enumerated type */
include/uapi/sound/asound.h
1080
#define SNDRV_CTL_ELEM_TYPE_BYTES ((__force snd_ctl_elem_type_t) 4) /* byte array */
include/uapi/sound/asound.h
1081
#define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
include/uapi/sound/asound.h
1082
#define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((__force snd_ctl_elem_type_t) 6) /* 64-bit integer type */
include/uapi/sound/asound.h
1086
#define SNDRV_CTL_ELEM_IFACE_CARD ((__force snd_ctl_elem_iface_t) 0) /* global control */
include/uapi/sound/asound.h
1087
#define SNDRV_CTL_ELEM_IFACE_HWDEP ((__force snd_ctl_elem_iface_t) 1) /* hardware dependent device */
include/uapi/sound/asound.h
1088
#define SNDRV_CTL_ELEM_IFACE_MIXER ((__force snd_ctl_elem_iface_t) 2) /* virtual mixer device */
include/uapi/sound/asound.h
1089
#define SNDRV_CTL_ELEM_IFACE_PCM ((__force snd_ctl_elem_iface_t) 3) /* PCM device */
include/uapi/sound/asound.h
1090
#define SNDRV_CTL_ELEM_IFACE_RAWMIDI ((__force snd_ctl_elem_iface_t) 4) /* RawMidi device */
include/uapi/sound/asound.h
1091
#define SNDRV_CTL_ELEM_IFACE_TIMER ((__force snd_ctl_elem_iface_t) 5) /* timer device */
include/uapi/sound/asound.h
1092
#define SNDRV_CTL_ELEM_IFACE_SEQUENCER ((__force snd_ctl_elem_iface_t) 6) /* sequencer client */
include/uapi/sound/asound.h
173
#define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
include/uapi/sound/asound.h
174
#define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap */
include/uapi/sound/asound.h
175
#define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
include/uapi/sound/asound.h
176
#define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
include/uapi/sound/asound.h
177
#define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
include/uapi/sound/asound.h
181
#define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
include/uapi/sound/asound.h
182
#define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
include/uapi/sound/asound.h
183
#define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
include/uapi/sound/asound.h
184
#define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
include/uapi/sound/asound.h
185
#define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
include/uapi/sound/asound.h
186
#define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
include/uapi/sound/asound.h
187
#define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
include/uapi/sound/asound.h
188
#define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
include/uapi/sound/asound.h
189
#define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */
include/uapi/sound/asound.h
190
#define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */
include/uapi/sound/asound.h
196
#define SNDRV_PCM_FORMAT_S32_LE ((__force snd_pcm_format_t) 10)
include/uapi/sound/asound.h
197
#define SNDRV_PCM_FORMAT_S32_BE ((__force snd_pcm_format_t) 11)
include/uapi/sound/asound.h
198
#define SNDRV_PCM_FORMAT_U32_LE ((__force snd_pcm_format_t) 12)
include/uapi/sound/asound.h
199
#define SNDRV_PCM_FORMAT_U32_BE ((__force snd_pcm_format_t) 13)
include/uapi/sound/asound.h
200
#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 */
include/uapi/sound/asound.h
201
#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 */
include/uapi/sound/asound.h
202
#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 */
include/uapi/sound/asound.h
203
#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 */
include/uapi/sound/asound.h
204
#define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_LE ((__force snd_pcm_format_t) 18) /* IEC-958 subframe, Little Endian */
include/uapi/sound/asound.h
205
#define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_BE ((__force snd_pcm_format_t) 19) /* IEC-958 subframe, Big Endian */
include/uapi/sound/asound.h
206
#define SNDRV_PCM_FORMAT_MU_LAW ((__force snd_pcm_format_t) 20)
include/uapi/sound/asound.h
207
#define SNDRV_PCM_FORMAT_A_LAW ((__force snd_pcm_format_t) 21)
include/uapi/sound/asound.h
208
#define SNDRV_PCM_FORMAT_IMA_ADPCM ((__force snd_pcm_format_t) 22)
include/uapi/sound/asound.h
209
#define SNDRV_PCM_FORMAT_MPEG ((__force snd_pcm_format_t) 23)
include/uapi/sound/asound.h
210
#define SNDRV_PCM_FORMAT_GSM ((__force snd_pcm_format_t) 24)
include/uapi/sound/asound.h
211
#define SNDRV_PCM_FORMAT_S20_LE ((__force snd_pcm_format_t) 25) /* in four bytes, LSB justified */
include/uapi/sound/asound.h
212
#define SNDRV_PCM_FORMAT_S20_BE ((__force snd_pcm_format_t) 26) /* in four bytes, LSB justified */
include/uapi/sound/asound.h
213
#define SNDRV_PCM_FORMAT_U20_LE ((__force snd_pcm_format_t) 27) /* in four bytes, LSB justified */
include/uapi/sound/asound.h
214
#define SNDRV_PCM_FORMAT_U20_BE ((__force snd_pcm_format_t) 28) /* in four bytes, LSB justified */
include/uapi/sound/asound.h
216
#define SNDRV_PCM_FORMAT_SPECIAL ((__force snd_pcm_format_t) 31)
include/uapi/sound/asound.h
217
#define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */
include/uapi/sound/asound.h
218
#define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */
include/uapi/sound/asound.h
219
#define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */
include/uapi/sound/asound.h
220
#define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */
include/uapi/sound/asound.h
221
#define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */
include/uapi/sound/asound.h
222
#define SNDRV_PCM_FORMAT_S20_3BE ((__force snd_pcm_format_t) 37) /* in three bytes */
include/uapi/sound/asound.h
223
#define SNDRV_PCM_FORMAT_U20_3LE ((__force snd_pcm_format_t) 38) /* in three bytes */
include/uapi/sound/asound.h
224
#define SNDRV_PCM_FORMAT_U20_3BE ((__force snd_pcm_format_t) 39) /* in three bytes */
include/uapi/sound/asound.h
225
#define SNDRV_PCM_FORMAT_S18_3LE ((__force snd_pcm_format_t) 40) /* in three bytes */
include/uapi/sound/asound.h
226
#define SNDRV_PCM_FORMAT_S18_3BE ((__force snd_pcm_format_t) 41) /* in three bytes */
include/uapi/sound/asound.h
227
#define SNDRV_PCM_FORMAT_U18_3LE ((__force snd_pcm_format_t) 42) /* in three bytes */
include/uapi/sound/asound.h
228
#define SNDRV_PCM_FORMAT_U18_3BE ((__force snd_pcm_format_t) 43) /* in three bytes */
include/uapi/sound/asound.h
229
#define SNDRV_PCM_FORMAT_G723_24 ((__force snd_pcm_format_t) 44) /* 8 samples in 3 bytes */
include/uapi/sound/asound.h
230
#define SNDRV_PCM_FORMAT_G723_24_1B ((__force snd_pcm_format_t) 45) /* 1 sample in 1 byte */
include/uapi/sound/asound.h
231
#define SNDRV_PCM_FORMAT_G723_40 ((__force snd_pcm_format_t) 46) /* 8 Samples in 5 bytes */
include/uapi/sound/asound.h
232
#define SNDRV_PCM_FORMAT_G723_40_1B ((__force snd_pcm_format_t) 47) /* 1 sample in 1 byte */
include/uapi/sound/asound.h
233
#define SNDRV_PCM_FORMAT_DSD_U8 ((__force snd_pcm_format_t) 48) /* DSD, 1-byte samples DSD (x8) */
include/uapi/sound/asound.h
234
#define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */
include/uapi/sound/asound.h
235
#define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */
include/uapi/sound/asound.h
236
#define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */
include/uapi/sound/asound.h
237
#define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */
include/uapi/sound/asound.h
269
#define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0)
include/uapi/sound/asound.h
270
#define SNDRV_PCM_SUBFORMAT_MSBITS_MAX ((__force snd_pcm_subformat_t) 1)
include/uapi/sound/asound.h
271
#define SNDRV_PCM_SUBFORMAT_MSBITS_20 ((__force snd_pcm_subformat_t) 2)
include/uapi/sound/asound.h
272
#define SNDRV_PCM_SUBFORMAT_MSBITS_24 ((__force snd_pcm_subformat_t) 3)
include/uapi/sound/asound.h
307
#define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */
include/uapi/sound/asound.h
308
#define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */
include/uapi/sound/asound.h
309
#define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */
include/uapi/sound/asound.h
310
#define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */
include/uapi/sound/asound.h
311
#define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
include/uapi/sound/asound.h
312
#define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */
include/uapi/sound/asound.h
313
#define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */
include/uapi/sound/asound.h
314
#define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7) /* hardware is suspended */
include/uapi/sound/asound.h
315
#define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */
io_uring/bpf_filter.c
32
bctx->sqe_flags = (__force int) req->flags & SQE_VALID_FLAGS;
io_uring/io_uring.c
1742
req->flags = (__force io_req_flags_t) sqe_flags;
io_uring/rw.c
297
rw->flags = (__force rwf_t) READ_ONCE(sqe->rw_flags);
kernel/bpf/core.c
2101
DST = (__force u16) cpu_to_be16(DST);
kernel/bpf/core.c
2104
DST = (__force u32) cpu_to_be32(DST);
kernel/bpf/core.c
2107
DST = (__force u64) cpu_to_be64(DST);
kernel/bpf/core.c
2114
DST = (__force u16) cpu_to_le16(DST);
kernel/bpf/core.c
2117
DST = (__force u32) cpu_to_le32(DST);
kernel/bpf/core.c
2120
DST = (__force u64) cpu_to_le64(DST);
kernel/bpf/core.c
2127
DST = (__force u16) __swab16(DST);
kernel/bpf/core.c
2130
DST = (__force u32) __swab32(DST);
kernel/bpf/core.c
2133
DST = (__force u64) __swab64(DST);
kernel/bpf/helpers.c
1449
(void __force *)READ_ONCE(cb->callback_fn) != callback_fn);
kernel/bpf/helpers.c
747
void __user *user_ptr = (__force void __user *)unsafe_ptr;
kernel/cgroup/cgroup-v1.c
737
cgrp = rcu_dereference(*(void __rcu __force **)&kn->priv);
kernel/cgroup/cgroup.c
5703
RCU_INIT_POINTER(*(void __rcu __force **)&cgrp->kn->priv,
kernel/cgroup/cgroup.c
6580
cgrp = rcu_dereference(*(void __rcu __force **)&kn->priv);
kernel/cgroup/cgroup.c
7246
cgrp = rcu_dereference(*(void __rcu __force **)&kn->priv);
kernel/cgroup/cgroup.c
7298
cgrp = rcu_dereference(*(void __rcu __force **)&kn->priv);
kernel/iomem.c
13
return (__force void *)ioremap_cache(offset, size);
kernel/iomem.c
15
return (__force void *)ioremap(offset, size);
kernel/trace/blktrace.c
303
#define MASK_TC_BIT(rw, __name) ((__force u32)(rw & REQ_ ## __name) << \
kernel/trace/bpf_trace.c
321
(__force void __user *)unsafe_ptr);
kernel/trace/bpf_trace.c
340
(__force void __user *)unsafe_ptr);
kernel/trace/bpf_trace.c
3625
return __bpf_dynptr_copy(dptr, off, size, (const void __force *)unsafe_ptr__ign,
kernel/trace/bpf_trace.c
3639
return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign,
kernel/trace/bpf_trace.c
3653
return __bpf_dynptr_copy(dptr, off, size, (const void __force *)unsafe_ptr__ign,
kernel/trace/bpf_trace.c
3660
return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign,
kernel/trace/bpf_trace.c
3668
return __bpf_dynptr_copy(dptr, off, size, (const void __force *)unsafe_ptr__ign,
kernel/trace/bpf_trace.c
3676
return __bpf_dynptr_copy_str(dptr, off, size, (const void __force *)unsafe_ptr__ign,
kernel/trace/bpf_trace.c
863
info.si_value.sival_ptr = (void __user __force *)(unsigned long)value;
kernel/trace/trace_probe_kernel.h
104
const void __user *uaddr = (__force const void __user *)src;
kernel/trace/trace_probe_kernel.h
15
const void __user *uaddr = (__force const void __user *)addr;
kernel/trace/trace_probe_kernel.h
54
const void __user *uaddr = (__force const void __user *)addr;
kernel/trace/trace_uprobe.c
119
if (copy_from_user(&ret, (void __force __user *) addr, sizeof(ret)))
kernel/trace/trace_uprobe.c
131
void __user *vaddr = (void __force __user *)src;
kernel/trace/trace_uprobe.c
153
void __user *src = (void __force __user *) addr;
kernel/trace/trace_uprobe.c
190
void __user *vaddr = (void __force __user *) addr;
lib/checksum.c
118
unsigned int sum = (__force unsigned int)wsum;
lib/checksum.c
125
return (__force __wsum)result;
lib/checksum.c
135
return (__force __sum16)~do_csum(buff, len);
lib/checksum.c
152
unsigned long long s = (__force u32)sum;
lib/checksum.c
154
s += (__force u32)saddr;
lib/checksum.c
155
s += (__force u32)daddr;
lib/checksum.c
161
return (__force __wsum)from64to32(s);
lib/checksum.c
99
return (__force __sum16)~do_csum(iph, ihl*4);
lib/devres.c
119
(__force void *)addr));
lib/devres.c
312
devm_ioport_map_match, (__force void *)addr));
lib/fw_table.c
106
__le32 length = (__force __le32)header->cdat.length;
lib/fw_table.c
61
__le16 length = (__force __le16)entry->hdr->cdat.length;
lib/iomap.c
53
unsigned long port = (unsigned long __force)addr; \
lib/logic_iomem.c
176
(unsigned long long)(uintptr_t __force)addr); \
lib/logic_iomem.c
185
(unsigned long long)(uintptr_t __force)addr);\
lib/logic_iomem.c
198
(unsigned long long)(uintptr_t __force)addr);
lib/logic_iomem.c
205
(unsigned long long)(uintptr_t __force)addr);
lib/logic_iomem.c
214
(unsigned long long)(uintptr_t __force)addr);
lib/logic_iomem.c
82
(unsigned long long)(uintptr_t __force)addr);
lib/radix-tree.c
120
root->xa_flags |= (__force gfp_t)(1 << (tag + ROOT_TAG_SHIFT));
lib/radix-tree.c
125
root->xa_flags &= (__force gfp_t)~(1 << (tag + ROOT_TAG_SHIFT));
lib/radix-tree.c
130
root->xa_flags &= (__force gfp_t)((1 << ROOT_TAG_SHIFT) - 1);
lib/radix-tree.c
135
return (__force int)root->xa_flags & (1 << (tag + ROOT_TAG_SHIFT));
lib/radix-tree.c
140
return (__force unsigned)root->xa_flags >> ROOT_TAG_SHIFT;
lib/siphash.c
261
b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) &
lib/siphash.c
294
b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) &
lib/siphash.c
61
b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) &
lib/siphash.c
94
b |= le64_to_cpu((__force __le64)(load_unaligned_zeropad(data) &
lib/tests/checksum_kunit.c
453
#define CHECK_EQ(lhs, rhs) KUNIT_ASSERT_EQ(test, (__force u64)lhs, (__force u64)rhs)
lib/tests/checksum_kunit.c
457
return (__force __sum16)le16_to_cpu((__force __le16)x);
lib/tests/checksum_kunit.c
463
u16 hi = le16_to_cpu((__force __le16)(x >> 16));
lib/tests/checksum_kunit.c
464
u16 lo = le16_to_cpu((__force __le16)x);
lib/tests/checksum_kunit.c
466
return (__force __wsum)((hi << 16) | lo);
lib/tests/printf_kunit.c
783
{ (__force u32)cpu_to_le32(0x41424344), "ABCD (0x41424344)", },
lib/tests/printf_kunit.c
786
{ (__force u32)cpu_to_be32(0x41424344), "ABCD (0x41424344)", },
lib/vsprintf.c
1822
orig = (__force u32)cpu_to_le32(orig);
lib/vsprintf.c
1825
orig = (__force u32)cpu_to_be32(orig);
lib/vsprintf.c
215
#define _(x) (__force u16) cpu_to_le16(((x % 10) | ((x / 10) << 8)) + 0x3030)
lib/vsprintf.c
2160
flags = (__force unsigned long)(*(gfp_t *)flags_ptr);
lib/xarray.c
1000
if (marks & (1 << (__force unsigned int)mark)) {
lib/xarray.c
116
mark = (__force xa_mark_t)((__force unsigned)(mark) + 1); \
lib/xarray.c
2197
if ((__force unsigned int)filter < XA_MAX_MARKS)
lib/xarray.c
2250
if ((__force unsigned int)filter < XA_MAX_MARKS)
lib/xarray.c
2344
if ((__force unsigned int)filter < XA_MAX_MARKS)
lib/xarray.c
35
return (__force unsigned int)xa->xa_flags & 3;
lib/xarray.c
82
return node->marks[(__force unsigned)mark];
lib/xarray.c
971
marks |= 1 << (__force unsigned int)mark;
mm/early_ioremap.c
231
return (__force void *)__early_ioremap(phys_addr, size, prot);
mm/early_ioremap.c
240
return (__force void *)__early_ioremap(phys_addr, size, prot);
mm/early_ioremap.c
249
return (__force void *)__early_ioremap(phys_addr, size,
mm/early_ioremap.c
286
return (__force void __iomem *)phys_addr;
mm/early_ioremap.c
310
early_iounmap((__force void __iomem *)addr, size);
mm/internal.h
276
#define FPB_RESPECT_DIRTY ((__force fpb_t)BIT(0))
mm/internal.h
279
#define FPB_RESPECT_SOFT_DIRTY ((__force fpb_t)BIT(1))
mm/internal.h
282
#define FPB_RESPECT_WRITE ((__force fpb_t)BIT(2))
mm/internal.h
288
#define FPB_MERGE_WRITE ((__force fpb_t)BIT(3))
mm/internal.h
294
#define FPB_MERGE_YOUNG_DIRTY ((__force fpb_t)BIT(4))
mm/kmemleak.c
1126
create_object_percpu((__force unsigned long)ptr, size, 1, gfp);
mm/kmemleak.c
1201
delete_object_full((__force unsigned long)ptr, OBJECT_PERCPU);
mm/page_alloc.c
3748
alloc_flags = (__force int) (gfp_mask & __GFP_KSWAPD_RECLAIM);
mm/page_alloc.c
4486
BUILD_BUG_ON(__GFP_HIGH != (__force gfp_t) ALLOC_MIN_RESERVE);
mm/page_alloc.c
4487
BUILD_BUG_ON(__GFP_KSWAPD_RECLAIM != (__force gfp_t) ALLOC_KSWAPD);
mm/page_alloc.c
4495
alloc_flags |= (__force int)
mm/page_alloc.c
66
#define FPI_NONE ((__force fpi_t)0)
mm/page_alloc.c
76
#define FPI_SKIP_REPORT_NOTIFY ((__force fpi_t)BIT(0))
mm/page_alloc.c
88
#define FPI_TO_TAIL ((__force fpi_t)BIT(1))
mm/page_alloc.c
91
#define FPI_TRYLOCK ((__force fpi_t)BIT(2))
mm/page_alloc.c
94
#define FPI_PREPARED ((__force fpi_t)BIT(3))
mm/percpu.c
122
(void __force *)((unsigned long)(ptr) + \
mm/percpu.c
129
#define __pcpu_ptr_to_addr(ptr) (void __force *)(ptr)
net/batman-adv/bridge_loop_avoidance.c
863
crc = ntohs(*((__force __be16 *)(&an_addr[4])));
net/batman-adv/distributed-arp-table.c
253
return *(__force __be32 *)(batadv_arp_hw_src(skb, hdr_size) + ETH_ALEN);
net/batman-adv/distributed-arp-table.c
279
return *(__force __be32 *)dst;
net/batman-adv/distributed-arp-table.c
297
key = (__force const unsigned char *)&dat->ip;
net/batman-adv/distributed-arp-table.c
305
key = (__force const unsigned char *)&vid;
net/bpf/test_run.c
1624
ctx.v4.daddr = (__force __be32)user_ctx->local_ip4;
net/bpf/test_run.c
1625
ctx.v4.saddr = (__force __be32)user_ctx->remote_ip4;
net/bridge/br_multicast.c
1137
*(__force __be32 *)ip6h = htonl(0x60000000);
net/ceph/decode.c
39
le16_to_cpu((__force __le16)addr->in_addr.ss_family);
net/ceph/decode.c
68
be16_to_cpu((__force __be16)addr->in_addr.ss_family);
net/ceph/osd_client.c
5792
ext->off = le64_to_cpu((__force __le64)ext->off);
net/ceph/osd_client.c
5793
ext->len = le64_to_cpu((__force __le64)ext->len);
net/ceph/osd_client.c
5826
count = le32_to_cpu((__force __le32)sr->sr_count);
net/ceph/osd_client.c
5858
sr->sr_datalen = le32_to_cpu((__force __le32)sr->sr_datalen);
net/core/filter.c
2054
return csum_from32to16((__force unsigned int)ret);
net/core/filter.c
6345
(__force u32)params->ipv4_dst);
net/core/flow_dissector.c
1745
return (__force __be32)ipv6_addr_hash(
net/core/flow_dissector.c
1761
return (__force __be32)ipv6_addr_hash(
net/core/flow_dissector.c
1778
if ((__force u32)keys->addrs.v4addrs.dst <
net/core/flow_dissector.c
1779
(__force u32)keys->addrs.v4addrs.src)
net/core/flow_dissector.c
1782
if ((__force u16)keys->ports.dst <
net/core/flow_dissector.c
1783
(__force u16)keys->ports.src) {
net/core/flow_dissector.c
1796
if ((__force u16)keys->ports.dst <
net/core/flow_dissector.c
1797
(__force u16)keys->ports.src) {
net/core/flow_dissector.c
2007
keys->tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6);
net/core/net_test.c
366
KUNIT_ASSERT_EQ(test, (__force u16)t->exp_val,
net/core/net_test.c
367
(__force u16)ip_tunnel_flags_to_be16(src));
net/core/page_pool.c
1114
while ((netmem = (__force netmem_ref)ptr_ring_consume_bh(&pool->ring))) {
net/core/page_pool.c
405
netmem = (__force netmem_ref)__ptr_ring_consume(r);
net/core/page_pool.c
789
ret = !__ptr_ring_produce(&pool->ring, (__force void *)netmem);
net/core/page_pool.c
937
if (__ptr_ring_produce(&pool->ring, (__force void *)bulk[i])) {
net/core/pktgen.c
2531
((__force __be32)get_random_u32() &
net/core/pktgen.c
2632
(((__force __be32)get_random_u32() |
net/core/scm.c
357
(__force struct cmsghdr __user *)msg->msg_control_user;
net/core/secure_seq.c
111
u32 ports = (__force u32)sport << 16 | (__force u32)dport;
net/core/secure_seq.c
116
st.hash64 = siphash_3u32((__force u32)saddr, (__force u32)daddr,
net/core/secure_seq.c
130
return siphash_4u32((__force u32)saddr, (__force u32)daddr,
net/core/secure_seq.c
131
(__force u16)dport,
net/core/sock.c
1117
netmem_ref netmem = (__force netmem_ref)__xa_erase(
net/core/utils.c
433
(__force __wsum)from),
net/core/utils.c
434
(__force __wsum)to);
net/core/utils.c
437
(__force __wsum)from),
net/core/utils.c
438
(__force __wsum)to));
net/devlink/health.c
1316
devlink_fmsg_put(fmsg, "csum", (__force u32)skb->csum);
net/ieee802154/6lowpan/6lowpan_i.h
12
#define RX_CONTINUE ((__force lowpan_rx_result) 0u)
net/ieee802154/6lowpan/6lowpan_i.h
13
#define RX_DROP_UNUSABLE ((__force lowpan_rx_result) 1u)
net/ieee802154/6lowpan/6lowpan_i.h
14
#define RX_DROP ((__force lowpan_rx_result) 2u)
net/ieee802154/6lowpan/6lowpan_i.h
15
#define RX_QUEUED ((__force lowpan_rx_result) 3u)
net/ieee802154/nl-mac.c
32
return nla_put_u64_64bit(msg, type, swab64((__force u64)hwaddr),
net/ipv4/af_inet.c
1516
((__force u32)iph->saddr ^ (__force u32)iph2->saddr) |
net/ipv4/af_inet.c
1517
((__force u32)iph->daddr ^ (__force u32)iph2->daddr)) {
net/ipv4/fib_semantics.c
2144
(__force u32)nh->fib_nh_gw4);
net/ipv4/fib_semantics.c
339
fi->fib_scope, (__force u32)fi->fib_prefsrc,
net/ipv4/fib_semantics.c
359
slot = hash_32(net_hash_mix(net) ^ (__force u32)val, hash_bits);
net/ipv4/fib_semantics.c
425
(__force u32)cfg->fc_prefsrc,
net/ipv4/gre_offload.c
104
*pcsum = ~csum_fold((__force __wsum)htonl(partial_adj));
net/ipv4/igmp.c
1415
return hash_32((__force u32)im->multiaddr, MC_HASH_SZ_LOG);
net/ipv4/igmp.c
1542
u32 hash = hash_32((__force u32)addr, MC_HASH_SZ_LOG);
net/ipv4/igmp.c
2849
u32 hash = hash_32((__force u32)mc_addr, MC_HASH_SZ_LOG);
net/ipv4/ip_output.c
181
iph->id = (__force __be16)get_random_u16();
net/ipv4/ip_sockglue.c
1136
ifindex = (__force int)ntohl((__force __be32)val);
net/ipv4/ip_sockglue.c
1682
val = (__force int)htonl((__u32) READ_ONCE(inet->uc_index));
net/ipv4/ip_tunnel.c
57
return hash_32((__force u32)key ^ (__force u32)remote,
net/ipv4/ipmr.c
3217
(__force u32) mfc->mfc_mcastgrp,
net/ipv4/ipmr.c
3218
(__force u32) mfc->mfc_origin,
net/ipv4/netfilter/nft_dup_ipv4.c
26
.s_addr = (__force __be32)regs->data[priv->sreg_addr],
net/ipv4/nexthop.c
1402
(__force u32)nh->fib_nh_gw4);
net/ipv4/route.c
2050
hash_keys.ports.src = (__force __be16)get_random_u16();
net/ipv4/route.c
2109
hash_keys.ports.src = (__force __be16)get_random_u16();
net/ipv4/route.c
456
__ipv4_confirm_neigh(dev, *(__force u32 *)pkey);
net/ipv4/route.c
501
hash = siphash_3u32((__force u32)iph->daddr,
net/ipv4/route.c
502
(__force u32)iph->saddr,
net/ipv4/route.c
626
hval = siphash_1u32((__force u32)daddr, &fnhe_hash_key);
net/ipv4/route.c
789
n = __ipv4_neigh_lookup(rt->dst.dev, (__force u32)new_gw);
net/ipv4/syncookies.c
50
return siphash_4u32((__force u32)saddr, (__force u32)daddr,
net/ipv4/syncookies.c
51
(__force u32)sport << 16 | (__force u32)dport,
net/ipv4/tcp.c
2449
(__force void *)p->netmems[i], GFP_KERNEL);
net/ipv4/tcp_ipv4.c
2419
WARN_ON_ONCE(!napi_pp_put_page((__force netmem_ref)netmem));
net/ipv4/tcp_offload.c
195
delta = (__force __wsum)htonl(oldlen + thlen + mss);
net/ipv4/tcp_offload.c
252
delta = (__force __wsum)htonl(oldlen +
net/ipv4/tcp_offload.c
307
flush = (__force int)((flags ^ tcp_flag_word(th2)) &
net/ipv4/tcp_offload.c
309
flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
net/ipv4/tcp_offload.c
331
flush |= (__force int)(flags ^ tcp_flag_word(th2));
net/ipv4/tcp_offload.c
357
flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH |
net/ipv4/tcp_output.c
4505
__tcp_transmit_skb(sk, buff, 0, (__force gfp_t)0, rcv_nxt);
net/ipv4/tcp_output.c
4544
return tcp_transmit_skb(sk, skb, 0, (__force gfp_t)0);
net/ipv4/udp.c
2543
err = (__force int)skb_checksum_init_zero_check(skb, IPPROTO_UDP, uh->check,
net/ipv4/udp_offload.c
199
partial = (__force __wsum)uh->len;
net/ipv4/udp_offload.c
201
partial = (__force __wsum)htonl(skb->len);
net/ipv4/udp_offload.c
293
(__force __wsum)htonl(len)));
net/ipv6/addrconf.c
3411
temp.s6_addr32[2] = (__force __be32)sha_ctx.state.h[0];
net/ipv6/addrconf.c
3412
temp.s6_addr32[3] = (__force __be32)sha_ctx.state.h[1];
net/ipv6/ila/ila_common.c
44
__sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3];
net/ipv6/ila/ila_common.c
49
fval = (__force __wsum)(ila_csum_neutral_set(iaddr->ident) ?
net/ipv6/ila/ila_common.c
67
__sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3];
net/ipv6/ila/ila_lwt.c
243
p->locator.v64 = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]);
net/ipv6/ila/ila_lwt.c
275
if (nla_put_u64_64bit(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator.v64,
net/ipv6/ila/ila_lwt.c
279
if (nla_put_u8(skb, ILA_ATTR_CSUM_MODE, (__force u8)p->csum_mode))
net/ipv6/ila/ila_lwt.c
282
if (nla_put_u8(skb, ILA_ATTR_IDENT_TYPE, (__force u8)p->ident_type))
net/ipv6/ila/ila_xlat.c
101
xp->ip.locator.v64 = (__force __be64)nla_get_u64(
net/ipv6/ila/ila_xlat.c
105
xp->ip.locator_match.v64 = (__force __be64)nla_get_u64(
net/ipv6/ila/ila_xlat.c
427
(__force u64)ila->xp.ip.locator.v64,
net/ipv6/ila/ila_xlat.c
430
(__force u64)ila->xp.ip.locator_match.v64,
net/ipv6/inet6_hashtables.c
53
a += (__force u32)laddr->s6_addr32[0] ^ net_hash_mix(net);
net/ipv6/inet6_hashtables.c
54
b += (__force u32)laddr->s6_addr32[1];
net/ipv6/inet6_hashtables.c
55
c += (__force u32)laddr->s6_addr32[2];
net/ipv6/inet6_hashtables.c
58
a += (__force u32)laddr->s6_addr32[3];
net/ipv6/inet6_hashtables.c
59
b += (__force u32)faddr->s6_addr32[0];
net/ipv6/inet6_hashtables.c
60
c += (__force u32)faddr->s6_addr32[1];
net/ipv6/inet6_hashtables.c
63
a += (__force u32)faddr->s6_addr32[2];
net/ipv6/inet6_hashtables.c
64
b += (__force u32)faddr->s6_addr32[3];
net/ipv6/inet6_hashtables.c
65
c += (__force u32)fport;
net/ipv6/ioam6.c
746
raw16 = (__force u16)READ_ONCE(i_skb_dev->cnf.ioam6_id);
net/ipv6/ioam6.c
754
raw16 = (__force u16)READ_ONCE(idev->cnf.ioam6_id);
net/ipv6/ip6_checksum.c
16
__u32 sum = (__force u32)csum;
net/ipv6/ip6_checksum.c
18
sum += (__force u32)saddr->s6_addr32[0];
net/ipv6/ip6_checksum.c
19
carry = (sum < (__force u32)saddr->s6_addr32[0]);
net/ipv6/ip6_checksum.c
22
sum += (__force u32)saddr->s6_addr32[1];
net/ipv6/ip6_checksum.c
23
carry = (sum < (__force u32)saddr->s6_addr32[1]);
net/ipv6/ip6_checksum.c
26
sum += (__force u32)saddr->s6_addr32[2];
net/ipv6/ip6_checksum.c
27
carry = (sum < (__force u32)saddr->s6_addr32[2]);
net/ipv6/ip6_checksum.c
30
sum += (__force u32)saddr->s6_addr32[3];
net/ipv6/ip6_checksum.c
31
carry = (sum < (__force u32)saddr->s6_addr32[3]);
net/ipv6/ip6_checksum.c
34
sum += (__force u32)daddr->s6_addr32[0];
net/ipv6/ip6_checksum.c
35
carry = (sum < (__force u32)daddr->s6_addr32[0]);
net/ipv6/ip6_checksum.c
38
sum += (__force u32)daddr->s6_addr32[1];
net/ipv6/ip6_checksum.c
39
carry = (sum < (__force u32)daddr->s6_addr32[1]);
net/ipv6/ip6_checksum.c
42
sum += (__force u32)daddr->s6_addr32[2];
net/ipv6/ip6_checksum.c
43
carry = (sum < (__force u32)daddr->s6_addr32[2]);
net/ipv6/ip6_checksum.c
46
sum += (__force u32)daddr->s6_addr32[3];
net/ipv6/ip6_checksum.c
47
carry = (sum < (__force u32)daddr->s6_addr32[3]);
net/ipv6/ip6_checksum.c
50
ulen = (__force u32)htonl((__u32) len);
net/ipv6/ip6_checksum.c
55
uproto = (__force u32)htonl(proto);
net/ipv6/ip6_checksum.c
60
return csum_fold((__force __wsum)sum);
net/ipv6/ip6_fib.c
143
return (__force __be32)(1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)) &
net/ipv6/ip6_gre.c
101
#define HASH_KEY(key) (((__force u32)key^((__force u32)key>>4))&(IP6_GRE_HASH_SIZE - 1))
net/ipv6/ipv6_sockglue.c
1338
val = (__force int)htonl((__u32) READ_ONCE(np->ucast_oif));
net/ipv6/ipv6_sockglue.c
529
ifindex = (__force int)ntohl((__force __be32)val);
net/ipv6/netfilter/ip6t_NPT.c
63
if ((__force __sum16)addr->s6_addr16[idx] !=
net/ipv6/netfilter/ip6t_NPT.c
71
sum = ~csum_fold(csum_add(csum_unfold((__force __sum16)addr->s6_addr16[idx]),
net/ipv6/netfilter/ip6t_NPT.c
75
*(__force __sum16 *)&addr->s6_addr16[idx] = sum;
net/ipv6/netfilter/nf_dup_ipv6.c
31
fl6.flowlabel = (__force __be32)(((iph->flow_lbl[0] & 0xF) << 16) |
net/ipv6/route.c
2522
hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6);
net/ipv6/route.c
2525
hash_keys.ports.src = (__force __be16)get_random_u16();
net/ipv6/route.c
2551
hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6);
net/ipv6/route.c
2583
hash_keys.ports.src = (__force __be16)get_random_u16();
net/ipv6/route.c
2623
hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6);
net/ipv6/seg6_iptunnel.c
132
flowlabel = (__force __be32)hash & IPV6_FLOWLABEL_MASK;
net/ipv6/sit.c
65
#define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF)
net/ipv6/udp.c
1047
err = (__force int)skb_checksum_init_zero_check(skb, IPPROTO_UDP, uh->check,
net/ipv6/udp.c
91
lhash = (__force u32)laddr->s6_addr32[3];
net/mac80211/drop.h
129
RX_CONTINUE = (__force ieee80211_rx_result)___RX_CONTINUE,
net/mac80211/drop.h
130
RX_QUEUED = (__force ieee80211_rx_result)___RX_QUEUED,
net/mac80211/drop.h
131
#define DEF(x) x = (__force ieee80211_rx_result)___ ## x,
net/mac80211/drop.h
137
(((__force u32)(result) & SKB_DROP_REASON_SUBSYS_MASK) == ___RX_DROP_UNUSABLE)
net/mac80211/ieee80211_i.h
175
#define TX_CONTINUE ((__force ieee80211_tx_result) 0u)
net/mac80211/ieee80211_i.h
176
#define TX_DROP ((__force ieee80211_tx_result) 1u)
net/mac80211/ieee80211_i.h
177
#define TX_QUEUED ((__force ieee80211_tx_result) 2u)
net/mac80211/rx.c
4226
kfree_skb_reason(rx->skb, (__force u32)res);
net/mac80211/tests/mfp.c
272
(__force u32)ieee80211_drop_unencrypted_mgmt(&rx),
net/mac80211/tests/mfp.c
273
(__force u32)params->result);
net/mac802154/cfg.c
323
u64 ceaddr = swab64((__force u64)coord->extended_addr);
net/mac802154/cfg.c
406
eaddr = swab64((__force u64)child->extended_addr);
net/mac802154/cfg.c
418
eaddr = swab64((__force u64)wpan_dev->parent->extended_addr);
net/mac802154/cfg.c
472
u64 teaddr = swab64((__force u64)target->extended_addr);
net/mac802154/llsec.c
304
return ((__force u16)short_addr) << 16 | (__force u16)pan_id;
net/mac802154/llsec.c
309
return (__force u64)hwaddr;
net/mac802154/llsec.c
607
__be64 addr_bytes = (__force __be64) swab64((__force u64) addr);
net/mac802154/llsec.c
608
__be32 frame_counter = (__force __be32) swab32((__force u32) sec->frame_counter);
net/mac802154/rx.c
269
u64 hw = swab64((__force u64)addr->extended_addr);
net/mac802154/rx.c
324
key = swab64((__force u64)hdr->sec.extended_src);
net/mac802154/scan.c
531
u64 ceaddr = swab64((__force u64)coord->extended_addr);
net/mac802154/scan.c
626
u64 deaddr = swab64((__force u64)dest->extended_addr);
net/mac802154/scan.c
660
u64 teaddr = swab64((__force u64)target->extended_addr);
net/mac802154/scan.c
720
u64 teaddr = swab64((__force u64)target->extended_addr);
net/mac802154/scan.c
821
ceaddr = swab64((__force u64)child->extended_addr);
net/mac802154/scan.c
905
teaddr = swab64((__force u64)target.extended_addr);
net/mptcp/crypto.c
35
sha256((__force u8 *)&input, sizeof(input), (u8 *)mptcp_hashed_key);
net/mptcp/options.c
115
mp_opt->csum = get_unaligned((__force __sum16 *)ptr);
net/mptcp/options.c
224
mp_opt->csum = get_unaligned((__force __sum16 *)ptr);
net/mptcp/protocol.h
637
return (__force struct mptcp_subflow_context *)icsk->icsk_ulp_data;
net/mptcp/syncookies.c
53
(__force __u32)th->source << 16 | (__force __u32)th->dest,
net/ncsi/ncsi-manage.c
702
*(unsigned int *)data = ntohl((__force __be32)NCSI_OEM_MFR_INTEL_ID);
net/ncsi/ncsi-manage.c
728
*(unsigned int *)data = ntohl((__force __be32)NCSI_OEM_MFR_BCM_ID);
net/ncsi/ncsi-manage.c
752
u.data_u32[0] = ntohl((__force __be32)NCSI_OEM_MFR_MLX_ID);
net/ncsi/ncsi-manage.c
775
u.data_u32[0] = ntohl((__force __be32)NCSI_OEM_MFR_MLX_ID);
net/ncsi/ncsi-manage.c
802
*(unsigned int *)data = ntohl((__force __be32)NCSI_OEM_MFR_INTEL_ID);
net/ncsi/ncsi-rsp.c
419
ncm->data[0] = ntohl((__force __be32)cmd->mode);
net/netfilter/ipset/ip_set_getport.c
74
*port = (__force __be16)htons((ic->type << 8) | ic->code);
net/netfilter/ipset/ip_set_getport.c
85
*port = (__force __be16)
net/netfilter/ipset/ip_set_hash_gen.h
440
n = (__force struct hbucket *)hbucket(t, i);
net/netfilter/ipset/ip_set_hash_gen.h
458
struct htable *t = (__force struct htable *)h->table;
net/netfilter/ipset/pfxlen.c
158
{.ip6 = { (__force __be32)a, (__force __be32)b, \
net/netfilter/ipset/pfxlen.c
159
(__force __be32)c, (__force __be32)d, \
net/netfilter/ipvs/ip_vs_conn.c
188
u64 a = (u32)proto << 16 | (__force u32)port;
net/netfilter/ipvs/ip_vs_conn.c
196
a |= (u64)laddr->all[2] << 32 ^ (__force u32)lport;
net/netfilter/ipvs/ip_vs_conn.c
203
d = (u64)laddr->all[0] << 32 | (__force u32)lport;
net/netfilter/ipvs/ip_vs_core.c
1334
(__force __u32)svc->netmask);
net/netfilter/ipvs/ip_vs_core.c
459
(__force __u32) svc->netmask);
net/netfilter/ipvs/ip_vs_ctl.c
1749
__u32 plen = (__force __u32) u->netmask;
net/netfilter/ipvs/ip_vs_ctl.c
1953
__u32 plen = (__force __u32) u->netmask;
net/netfilter/ipvs/ip_vs_proto_sctp.c
479
return (((__force u16)port >> SCTP_APP_TAB_BITS) ^ (__force u16)port)
net/netfilter/ipvs/ip_vs_proto_tcp.c
570
return (((__force u16)port >> TCP_APP_TAB_BITS) ^ (__force u16)port)
net/netfilter/ipvs/ip_vs_proto_udp.c
321
return (((__force u16)port >> UDP_APP_TAB_BITS) ^ (__force u16)port)
net/netfilter/nf_conntrack_expect.c
107
combined.dport = (__force __u16)tuple->dst.u.all;
net/netfilter/nf_conntrack_helper.c
48
(__force __u16)tuple->src.u.all) % nf_ct_helper_hsize;
net/netfilter/nf_conntrack_netlink.c
1654
if (id != (__force __be32)nf_ct_get_id(ct)) {
net/netfilter/nf_conntrack_netlink.c
2994
return (__force __be32)siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &exp_id_seed);
net/netfilter/nf_conntrack_netlink.c
2996
return (__force __be32)siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &exp_id_seed);
net/netfilter/nf_conntrack_netlink.c
531
__be32 id = (__force __be32)nf_ct_get_id(ct);
net/netfilter/nf_nat_core.c
534
0 : (__force u32)tuple->dst.u3.all[max] ^ zone->id);
net/netfilter/nf_nat_core.c
542
minip = ntohl((__force __be32)range->min_addr.all[i]);
net/netfilter/nf_nat_core.c
543
maxip = ntohl((__force __be32)range->max_addr.all[i]);
net/netfilter/nf_nat_core.c
550
var_ipp->all[i] = (__force __u32)
net/netfilter/nf_nat_core.c
556
j ^= (__force u32)tuple->dst.u3.all[i];
net/netfilter/nf_tables_trace.c
127
if (nla_put_be32(nlskb, NFTA_TRACE_CT_ID, (__force __be32)id))
net/netfilter/nfnetlink.c
642
if (nfgenmsg->res_id == (__force __be16)NFNL_SUBSYS_NFTABLES)
net/netfilter/nft_byteorder.c
42
nft_reg_store64(dst64, be64_to_cpu((__force __be64)src64));
net/netfilter/nft_byteorder.c
45
src64 = (__force __u64)cpu_to_be64(nft_reg_load64(src));
net/netfilter/nft_byteorder.c
55
*dst = ntohl((__force __be32)*src);
net/netfilter/nft_byteorder.c
58
*dst = (__force __u32)htonl(*src);
net/netfilter/nft_cmp.c
205
return (__force u32)mask;
net/netfilter/nft_cmp.c
289
return (__force u32)cpu_to_le32(~0U >> (sizeof(u32) * BITS_PER_BYTE - bitlen));
net/netfilter/nft_compat.c
164
entry->ebt.ethproto = (__force __be16)proto;
net/netfilter/nft_compat.c
489
entry->ebt.ethproto = (__force __be16)proto;
net/netfilter/nft_ct.c
189
nft_reg_store16(dest, (__force u16)tuple->src.u.all);
net/netfilter/nft_ct.c
192
nft_reg_store16(dest, (__force u16)tuple->dst.u.all);
net/netfilter/nft_ct.c
197
*dest = (__force __u32)tuple->src.u3.ip;
net/netfilter/nft_ct.c
202
*dest = (__force __u32)tuple->dst.u3.ip;
net/netfilter/nft_exthdr.c
270
old.v16 = (__force __be16)get_unaligned((u16 *)(opt + offset));
net/netfilter/nft_exthdr.c
271
new.v16 = (__force __be16)nft_reg_load16(
net/netfilter/nft_exthdr.c
291
old.v32 = (__force __be32)get_unaligned((u32 *)(opt + offset));
net/netfilter/nft_masq.c
106
range.min_proto.all = (__force __be16)
net/netfilter/nft_masq.c
108
range.max_proto.all = (__force __be16)
net/netfilter/nft_meta.c
376
nft_reg_store16(dest, (__force u16)pkt->ethertype);
net/netfilter/nft_meta.c
881
nft_reg_store16(dest, (__force u16)tun_ctx->llproto);
net/netfilter/nft_nat.c
39
range->min_addr.ip = (__force __be32)
net/netfilter/nft_nat.c
41
range->max_addr.ip = (__force __be32)
net/netfilter/nft_nat.c
57
range->min_proto.all = (__force __be16)
net/netfilter/nft_nat.c
59
range->max_proto.all = (__force __be16)
net/netfilter/nft_osf.c
103
if (nla_put_u32(skb, NFTA_OSF_FLAGS, ntohl((__force __be32)priv->flags)))
net/netfilter/nft_payload.c
660
csum_replace4(sum, (__force __be32)fsum, (__force __be32)tsum);
net/netfilter/nft_payload.c
673
return (__force bool)uh->check;
net/netfilter/nft_redir.c
111
range.min_proto.all = (__force __be16)
net/netfilter/nft_redir.c
113
range.max_proto.all = (__force __be16)
net/netfilter/nft_rt.c
76
*dest = (__force u32)rt_nexthop(dst_rtable(dst),
net/netfilter/nft_xfrm.c
138
*dest = (__force __u32)state->id.daddr.a4;
net/netfilter/nft_xfrm.c
144
*dest = (__force __u32)state->props.saddr.a4;
net/netfilter/nft_xfrm.c
153
*dest = (__force __u32)state->id.spi;
net/netfilter/x_tables.c
2142
counter->pcnt = (__force unsigned long)(state->mem + state->off);
net/netfilter/xt_TCPMSS.c
242
skb->csum = csum_add(csum_sub(skb->csum, (__force __wsum)oldlen),
net/netfilter/xt_TCPMSS.c
243
(__force __wsum)newlen);
net/netfilter/xt_cluster.c
18
return (__force u32)ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3.ip;
net/netfilter/xt_cluster.c
23
return (__force u32 *)ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple.src.u3.ip6;
net/netfilter/xt_connlimit.c
61
(__force __u32)iph->daddr : (__force __u32)iph->saddr;
net/netfilter/xt_connlimit.c
62
key[0] &= (__force __u32)info->mask.ip;
net/netfilter/xt_recent.c
113
return jhash_1word((__force u32)addr->ip, hash_rnd) &
net/openvswitch/actions.c
413
csum_replace(&skb->csum, (__force __wsum)(old_ipv6_tclass << 12),
net/openvswitch/actions.c
414
(__force __wsum)(ipv6_tclass << 12));
net/openvswitch/actions.c
432
csum_replace(&skb->csum, (__force __wsum)htonl(ofl), (__force __wsum)htonl(fl));
net/openvswitch/actions.c
440
csum_replace(&skb->csum, (__force __wsum)(nh->hop_limit << 8),
net/openvswitch/actions.c
441
(__force __wsum)(new_ttl << 8));
net/openvswitch/datapath.c
1456
reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts,
net/openvswitch/flow_table.c
115
ovs_nla_free_flow_actions((struct sw_flow_actions __force *)
net/openvswitch/flow_table.c
121
(struct sw_flow_stats __force *)flow->stats[cpu]);
net/packet/af_packet.c
3343
__be16 proto = (__force __be16)protocol; /* weird, but documented */
net/rds/connection.c
68
fhash = (__force __be32)__ipv6_addr_jhash(faddr, rds6_hash_secret);
net/rxrpc/local_object.c
75
return ((u16 __force)local->srx.transport.sin.sin_port -
net/rxrpc/local_object.c
76
(u16 __force)srx->transport.sin.sin_port) ?:
net/rxrpc/local_object.c
85
return ((u16 __force)local->srx.transport.sin6.sin6_port -
net/rxrpc/local_object.c
86
(u16 __force)srx->transport.sin6.sin6_port) ?:
net/rxrpc/peer_object.c
102
return ((u16 __force)peer->srx.transport.sin6.sin6_port -
net/rxrpc/peer_object.c
103
(u16 __force)srx->transport.sin6.sin6_port) ?:
net/rxrpc/peer_object.c
46
hash_key += (u16 __force)srx->transport.sin.sin_port;
net/rxrpc/peer_object.c
52
hash_key += (u16 __force)srx->transport.sin.sin_port;
net/rxrpc/peer_object.c
95
return ((u16 __force)peer->srx.transport.sin.sin_port -
net/rxrpc/peer_object.c
96
(u16 __force)srx->transport.sin.sin_port) ?:
net/sched/cls_api.c
175
(__force __u32)tp->protocol, 0);
net/sched/cls_flow.c
113
return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true);
net/sched/cls_flow.c
89
return addr_fold(skb_dst(skb)) ^ (__force u16)skb_protocol(skb, true);
net/sched/em_meta.c
485
dst->value = (__force int) sk->sk_allocation;
net/sctp/input.c
833
addr = (__force __u32)paddr->v4.sin_addr.s_addr;
net/sctp/input.c
835
return jhash_3words(addr, ((__force __u32)paddr->v4.sin_port) << 16 |
net/sctp/input.c
836
(__force __u32)lport, net_hash_mix(net), seed);
net/sctp/ipv6.c
819
return *((__u32 *)(ipv6_hdr(skb))) & (__force __u32)htonl(1 << 20);
net/sctp/offload.c
34
SKB_GSO_CB(skb)->csum = (__force __wsum)~0;
net/sctp/socket.c
4469
encap_port = (__force __be16)encap->sue_port;
net/sctp/socket.c
8061
encap.sue_port = (__force uint16_t)encap_port;
net/sctp/stream.c
46
sctp_chunk_fail(ch, (__force __u32)SCTP_ERROR_INV_STRM);
net/sunrpc/auth.c
113
old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], NULL, ops);
net/sunrpc/auth.c
129
old = cmpxchg((const struct rpc_authops ** __force)&auth_flavors[flavor], ops, NULL);
net/sunrpc/auth.c
33
[RPC_AUTH_NULL] = (const struct rpc_authops __force __rcu *)&authnull_ops,
net/sunrpc/auth.c
34
[RPC_AUTH_UNIX] = (const struct rpc_authops __force __rcu *)&authunix_ops,
net/sunrpc/auth.c
35
[RPC_AUTH_TLS] = (const struct rpc_authops __force __rcu *)&authtls_ops,
net/sunrpc/svcauth.c
147
old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NULL, aops);
net/sunrpc/svcauth.c
38
[RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
net/sunrpc/svcauth.c
39
[RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,
net/sunrpc/svcauth.c
40
[RPC_AUTH_TLS] = (struct auth_ops __force __rcu *)&svcauth_tls,
net/sunrpc/xprt.c
1000
if ((__force u32)xid1 < (__force u32)xid2)
net/sunrpc/xprt.c
1888
xid = (__force __be32)xprt->xid++;
net/tipc/crypto.c
1952
tipc_aead_users_dec((struct tipc_aead __force __rcu *)aead, INT_MIN);
net/tipc/crypto.c
1957
tipc_aead_users_set((struct tipc_aead __force __rcu *)aead, 1);
net/tipc/monitor.c
109
return (__force __u16)htons(val);
net/tipc/monitor.c
114
return (__force __u32)htonl(val);
net/tipc/monitor.c
119
return (__force __u64)cpu_to_be64(val);
net/tipc/monitor.c
124
return ntohs((__force __be16)val);
net/tipc/monitor.c
129
return ntohl((__force __be32)val);
net/tipc/monitor.c
134
return be64_to_cpu((__force __be64)val);
net/unix/af_unix.c
221
hash = (__force unsigned int)csum_fold(csum);
net/wireless/reg.c
94
(void __force __rcu *)&core_request_world;
net/xfrm/xfrm_hash.h
122
unsigned int h = (__force u32)spi ^ proto;
net/xfrm/xfrm_hash.h
16
return jhash2((__force u32 *)addr->a6, 4, 0);
net/xfrm/xfrm_hash.h
22
u32 sum = (__force u32)daddr->a4 + (__force u32)saddr->a4;
net/xfrm/xfrm_hash.h
23
return ntohl((__force __be32)sum);
net/xfrm/xfrm_hash.h
69
initval = (__force u32)(addr->a6[pdw] & mask);
net/xfrm/xfrm_hash.h
72
return jhash2((__force u32 *)addr->a6, pdw, initval);
rust/helpers/err.c
10
__rust_helper bool rust_helper_IS_ERR(__force const void *ptr)
rust/helpers/err.c
15
__rust_helper long rust_helper_PTR_ERR(__force const void *ptr)
rust/helpers/err.c
5
__rust_helper __force void *rust_helper_ERR_PTR(long err)
samples/bpf/xdp_fwd_kern.c
36
u32 check = (__force u32)iph->check;
samples/bpf/xdp_fwd_kern.c
38
check += (__force u32)htons(0x0100);
samples/bpf/xdp_fwd_kern.c
39
iph->check = (__force __sum16)(check + (check >= 0xFFFF));
security/apparmor/lsm.c
2260
struct cred *cred = (__force struct cred *)current->real_cred;
security/integrity/evm/evm_main.c
402
rc = (__force int)cpu_to_le32(rc);
security/integrity/ima/ima_crypto.c
311
datalen : (__force u32)cpu_to_le32(datalen);
security/integrity/ima/ima_fs.c
188
pcr = !ima_canonical_fmt ? e->pcr : (__force u32)cpu_to_le32(e->pcr);
security/integrity/ima/ima_fs.c
197
(__force u32)cpu_to_le32(strlen(template_name));
security/integrity/ima/ima_fs.c
209
(__force u32)cpu_to_le32(e->template_data_len);
security/integrity/ima/ima_template.c
438
khdr->version = le16_to_cpu((__force __le16)khdr->version);
security/integrity/ima/ima_template.c
439
khdr->count = le64_to_cpu((__force __le64)khdr->count);
security/integrity/ima/ima_template.c
440
khdr->buffer_size = le64_to_cpu((__force __le64)khdr->buffer_size);
security/integrity/ima/ima_template_lib.c
152
len : (__force u32)cpu_to_le32(len);
security/integrity/ima/ima_template_lib.c
652
id = (__force u16)cpu_to_le16(id);
security/integrity/ima/ima_template_lib.c
654
id = (__force u32)cpu_to_le32(id);
security/integrity/ima/ima_template_lib.c
697
mode = (__force u16)cpu_to_le16(mode);
security/landlock/net.c
237
id.key.data = (__force uintptr_t)port;
security/landlock/net.c
28
.key.data = (__force uintptr_t)htons(port),
sound/core/control_compat.c
229
if (type == (__force int)SNDRV_CTL_ELEM_TYPE_BOOLEAN ||
sound/core/control_compat.c
230
type == (__force int)SNDRV_CTL_ELEM_TYPE_INTEGER) {
sound/core/control_compat.c
239
size = get_elem_size((__force snd_ctl_elem_type_t)type, count);
sound/core/control_compat.c
262
if (type == (__force int)SNDRV_CTL_ELEM_TYPE_BOOLEAN ||
sound/core/control_compat.c
263
type == (__force int)SNDRV_CTL_ELEM_TYPE_INTEGER) {
sound/core/control_compat.c
272
size = get_elem_size((__force snd_ctl_elem_type_t)type, count);
sound/core/memory.c
107
return copy_from_iter((void __force *)dst, count, src);
sound/core/memory.c
50
return copy_to_iter((const void __force *)src, count, dst);
sound/core/oss/linear.c
128
data->flip = (__force u32)cpu_to_le32(0x80000000);
sound/core/oss/linear.c
130
data->flip = (__force u32)cpu_to_be32(0x80000000);
sound/core/oss/pcm_oss.c
1375
if (copy_from_user(runtime->oss.buffer, (const char __force __user *)buf, bytes))
sound/core/oss/pcm_oss.c
1450
(const char __force *)buf,
sound/core/oss/pcm_oss.c
1481
char __user *final_dst = (char __force __user *)buf;
sound/core/oss/pcm_oss.c
1548
tmp = snd_pcm_oss_read2(substream, (char __force *)buf,
sound/core/oss/pcm_oss.c
1878
int f = snd_pcm_oss_format_to((__force snd_pcm_format_t)fmt);
sound/core/oss/pcm_oss.c
882
snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_MMAP_INTERLEAVED);
sound/core/oss/pcm_oss.c
884
snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_RW_INTERLEAVED);
sound/core/oss/pcm_oss.c
886
snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_RW_NONINTERLEAVED);
sound/core/oss/pcm_oss.c
912
if ((__force int)sformat < 0 ||
sound/core/oss/pcm_oss.c
924
err = _snd_pcm_hw_param_set(sparams, SNDRV_PCM_HW_PARAM_FORMAT, (__force int)sformat, 0);
sound/core/oss/pcm_oss.c
933
(__force int)SNDRV_PCM_ACCESS_RW_INTERLEAVED, 0);
sound/core/oss/pcm_oss.c
935
(__force int)snd_pcm_oss_format_from(runtime->oss.format), 0);
sound/core/oss/pcm_plugin.c
275
snd_mask_set(&formats, (__force int)SNDRV_PCM_FORMAT_MU_LAW);
sound/core/oss/pcm_plugin.c
281
return snd_mask_test(&formats, (__force int)format);
sound/core/oss/pcm_plugin.c
310
if (snd_mask_test(format_mask, (__force int)format))
sound/core/oss/pcm_plugin.c
313
return (__force snd_pcm_format_t)-EINVAL;
sound/core/oss/pcm_plugin.c
319
snd_pcm_format_t best_format = (__force snd_pcm_format_t)-1;
sound/core/oss/pcm_plugin.c
323
if (!snd_mask_test(format_mask, (__force int)f))
sound/core/oss/pcm_plugin.c
337
if ((__force int)best_format >= 0)
sound/core/oss/pcm_plugin.c
340
return (__force snd_pcm_format_t)-EINVAL;
sound/core/oss/pcm_plugin.c
346
if (snd_mask_test(format_mask, (__force int)format1))
sound/core/oss/pcm_plugin.c
351
return (__force snd_pcm_format_t)-EINVAL;
sound/core/pcm.c
214
unsigned int format_num = (__force unsigned int)format;
sound/core/pcm.c
278
return snd_pcm_access_names[(__force int)access];
sound/core/pcm.c
283
return snd_pcm_subformat_names[(__force int)subformat];
sound/core/pcm.c
293
return snd_pcm_state_names[(__force int)state];
sound/core/pcm_lib.c
2118
err = import_ubuf(type, (__force void __user *)data, bytes, &iter);
sound/core/pcm_misc.c
28
#define INT __force int
sound/core/pcm_native.c
1255
#define ACTION_ARG_IGNORE (__force snd_pcm_state_t)0
sound/core/pcm_native.c
1638
#define pause_pushed(state) (__force bool)(state)
sound/core/pcm_native.c
1710
(__force snd_pcm_state_t)push);
sound/core/pcm_native.c
1717
(__force snd_pcm_state_t)push);
sound/core/pcm_native.c
1985
int f_flags = (__force int)state;
sound/core/pcm_native.c
2053
(__force snd_pcm_state_t)f_flags);
sound/core/pcm_native.c
2457
snd_mask_reset(&m, (__force unsigned)k);
sound/core/pcm_native.c
2539
snd_mask_set(&m, (__force unsigned)SNDRV_PCM_SUBFORMAT_STD);
sound/core/pcm_native.c
2542
if (!snd_mask_test(fmask, (__force unsigned)f))
sound/core/pcm_native.c
2548
snd_mask_set(&m, (__force unsigned)SNDRV_PCM_SUBFORMAT_MSBITS_MAX);
sound/core/pcm_native.c
260
#define PARAM_MASK_BIT(b) (1U << (__force int)(b))
sound/core/pcm_native.c
492
snd_pcm_format_t format = (__force snd_pcm_format_t)snd_mask_min(m);
sound/core/pcm_native.c
500
snd_pcm_format_t format = (__force snd_pcm_format_t)snd_mask_min(m);
sound/core/pcm_native.c
506
(__force unsigned)SNDRV_PCM_SUBFORMAT_MSBITS_MAX);
sound/core/seq/seq_clientmgr.c
1071
ev->data.ext.ptr = (char __force *)buf + len;
sound/core/seq/seq_clientmgr.c
1077
(void __force *)compat_ptr(ev->data.raw32.d[1]);
sound/core/seq/seq_clientmgr.c
452
(char __force *)buf, 0,
sound/core/seq/seq_memory.c
164
(char __force __user *)event->data.ext.ptr + offset,
sound/core/seq/seq_memory.c
193
else if (clear_user((__force void __user *)buf + len,
sound/core/seq/seq_memory.c
404
if (copy_from_user(&tmp->event, (char __force __user *)buf, size)) {
sound/core/seq/seq_memory.c
83
char __user *curptr = (char __force __user *)event->data.ext.ptr;
sound/core/sound_kunit.c
20
#define WRONG_FORMAT_1 (__force snd_pcm_format_t)((__force int)SNDRV_PCM_FORMAT_LAST + 1)
sound/core/sound_kunit.c
21
#define WRONG_FORMAT_2 (__force snd_pcm_format_t)-1
sound/drivers/aloop.c
1494
uinfo->value.integer.max = (__force int)SNDRV_PCM_FORMAT_LAST;
sound/drivers/aloop.c
1505
(__force int)loopback->setup[kcontrol->id.subdevice]
sound/firewire/isight.c
525
(__force __be32)!value->value.integer.value[0]);
sound/hda/codecs/side-codecs/tas2781_hda.c
49
cpu_to_be32_array((__force __be32 *)(data + offset + 1),
sound/hda/common/codec.c
3373
if (knew->iface == (__force snd_ctl_elem_iface_t)-1)
sound/hda/core/device.c
768
(__force unsigned int)subformat);
sound/isa/msnd/msnd.c
472
runtime->dma_area = (__force void *)chip->mappedbase;
sound/isa/msnd/msnd.c
579
runtime->dma_area = (__force void *)chip->mappedbase + 0x3000;
sound/isa/sb/sb16_csp.c
715
if (((1U << (__force int)pcm_sfmt) & p->acc_format) && (play_rec_mode & p->mode)) {
sound/pci/asihpi/asihpi.c
283
#define INVALID_FORMAT (__force snd_pcm_format_t)(-1)
sound/pci/emu10k1/emufx.c
1159
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
1183
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
1208
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
1221
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
1545
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
1554
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
2140
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
2150
ctl->id.iface = (__force int)SNDRV_CTL_ELEM_IFACE_MIXER;
sound/pci/emu10k1/emufx.c
686
memcpy(data, (__force void *)_tlv, sizeof(data));
sound/pci/emu10k1/emufx.c
696
memcpy(tlv + 2, (__force void *)(_tlv + 2), data[1]);
sound/pci/emu10k1/emufx.c
993
gctl->id.iface = (__force int)id->iface;
sound/pci/mixart/mixart_hwdep.h
16
#define readl_be(x) be32_to_cpu((__force __be32)__raw_readl(x))
sound/pci/mixart/mixart_hwdep.h
20
#define writel_be(data,addr) __raw_writel((__force u32)cpu_to_be32(data),addr)
sound/pci/mixart/mixart_hwdep.h
24
#define readl_le(x) le32_to_cpu((__force __le32)__raw_readl(x))
sound/pci/mixart/mixart_hwdep.h
28
#define writel_le(data,addr) __raw_writel((__force u32)cpu_to_le32(data),addr)
sound/pci/nm256/nm256.c
811
runtime->dma_area = (void __force *) s->bufptr;
sound/pci/rme32.c
643
runtime->dma_area = (void __force *)(rme32->iobase +
sound/pci/rme32.c
691
runtime->dma_area = (void __force *)rme32->iobase +
sound/pci/rme96.c
1022
runtime->dma_area = (void __force *)(rme96->iobase +
sound/pci/rme96.c
962
runtime->dma_area = (void __force *)(rme96->iobase +
sound/soc/codecs/cros_ec_codec.c
416
return (void __force *)devm_ioremap_wc(priv->dev,
sound/soc/codecs/cros_ec_codec.c
536
(void __force __iomem *)addr, req);
sound/soc/codecs/cros_ec_codec.c
685
memcpy_toio((void __force __iomem *)priv->wov_lang_shm_p,
sound/soc/codecs/cros_ec_codec.c
687
memset_io((void __force __iomem *)priv->wov_lang_shm_p + size,
sound/soc/fsl/fsl-asoc-card.c
1121
priv->asrc_format = (__force snd_pcm_format_t)asrc_fmt;
sound/soc/fsl/fsl_asrc.c
1361
asrc->asrc_format = (__force snd_pcm_format_t)asrc_fmt;
sound/soc/fsl/fsl_asrc_m2m.c
370
if (pcm_format_to_bits((__force snd_pcm_format_t)params->codec.format) & cap.fmt_in)
sound/soc/fsl/fsl_asrc_m2m.c
371
pair->sample_format[IN] = (__force snd_pcm_format_t)params->codec.format;
sound/soc/fsl/fsl_asrc_m2m.c
375
if (pcm_format_to_bits((__force snd_pcm_format_t)params->codec.pcm_format) & cap.fmt_out)
sound/soc/fsl/fsl_asrc_m2m.c
376
pair->sample_format[OUT] = (__force snd_pcm_format_t)params->codec.pcm_format;
sound/soc/fsl/fsl_asrc_m2m.c
603
codec->descriptor[j].formats = (__force __u32)k;
sound/soc/fsl/fsl_easrc.c
2230
easrc->asrc_format = (__force snd_pcm_format_t)asrc_fmt;
sound/soc/fsl/fsl_qmc_audio.c
506
access = 1ULL << (__force int)SNDRV_PCM_ACCESS_MMAP_INTERLEAVED |
sound/soc/fsl/fsl_qmc_audio.c
507
1ULL << (__force int)SNDRV_PCM_ACCESS_RW_INTERLEAVED;
sound/soc/fsl/fsl_qmc_audio.c
535
access = 1ULL << (__force int)SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED |
sound/soc/fsl/fsl_qmc_audio.c
536
1ULL << (__force int)SNDRV_PCM_ACCESS_RW_NONINTERLEAVED;
sound/soc/fsl/imx-card.c
534
snd_mask_set(mask, (__force unsigned int)data->asrc_format);
sound/soc/fsl/imx-card.c
687
data->asrc_format = (__force snd_pcm_format_t)asrc_fmt;
sound/soc/intel/avs/probes.c
147
bps = snd_pcm_format_physical_width((__force snd_pcm_format_t)params->codec.format);
sound/soc/intel/catpt/dsp.c
382
catpt_updatel_pci(cdev, PMCS, PCI_PM_CTRL_STATE_MASK, (__force u32)PCI_D3hot);
sound/soc/intel/catpt/dsp.c
406
catpt_updatel_pci(cdev, PMCS, PCI_PM_CTRL_STATE_MASK, (__force u32)PCI_D0);
sound/soc/mediatek/common/mtk-afe-fe-dai.c
142
memset_io((void __force __iomem *)substream->runtime->dma_area, 0,
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
175
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
187
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
102
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
115
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8186/mt8186-mt6366.c
390
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8188/mt8188-mt6359.c
626
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8189/mt8189-nau8825.c
177
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c
385
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8195/mt8195-mt6359.c
390
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8195/mt8195-mt6359.c
653
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/mediatek/mt8196/mt8196-nau8825.c
183
0, (__force unsigned int)SNDRV_PCM_FORMAT_LAST);
sound/soc/meson/meson-codec-glue.c
77
data->params.formats = 1ULL << (__force int) params_format(params);
sound/soc/qcom/lpass-platform.c
1163
buf->area = (unsigned char * __force)memremap(buf->addr, buf->bytes, MEMREMAP_WC);
sound/soc/qcom/lpass-platform.c
1245
if (copy_from_iter((void __force *)dma_buf, bytes, buf) != bytes)
sound/soc/qcom/lpass-platform.c
1253
if (copy_to_iter((void __force *)dma_buf, bytes, buf) != bytes)
sound/soc/samsung/idma.c
351
buf->area = (unsigned char * __force)ioremap(buf->addr, buf->bytes);
sound/usb/qcom/qc_audio_offload.c
1305
resp->usb_audio_spec_revision = le16_to_cpu((__force __le16)0x0100);
sound/usb/qcom/qc_audio_offload.c
1311
resp->usb_audio_spec_revision = le16_to_cpu((__force __le16)0x0200);
sound/usb/qcom/qc_audio_offload.c
974
snd_mask_leave(m, (__force unsigned int)pcm_format);
tools/arch/x86/include/asm/io.h
12
:"m" (*(volatile type __force *)addr) barrier); return ret; }
tools/arch/x86/include/asm/io.h
17
"m" (*(volatile type __force *)addr) barrier); }
tools/include/asm-generic/io.h
100
return *(const volatile u32 __force *)addr;
tools/include/asm-generic/io.h
108
return *(const volatile u64 __force *)addr;
tools/include/asm-generic/io.h
116
*(volatile u8 __force *)addr = value;
tools/include/asm-generic/io.h
124
*(volatile u16 __force *)addr = value;
tools/include/asm-generic/io.h
132
*(volatile u32 __force *)addr = value;
tools/include/asm-generic/io.h
140
*(volatile u64 __force *)addr = value;
tools/include/asm-generic/io.h
172
val = __le16_to_cpu((__le16 __force)__raw_readw(addr));
tools/include/asm-generic/io.h
187
val = __le32_to_cpu((__le32 __force)__raw_readl(addr));
tools/include/asm-generic/io.h
202
val = __le64_to_cpu((__le64 __force)__raw_readq(addr));
tools/include/asm-generic/io.h
227
__raw_writew((u16 __force)cpu_to_le16(value), addr);
tools/include/asm-generic/io.h
239
__raw_writel((u32 __force)__cpu_to_le32(value), addr);
tools/include/asm-generic/io.h
251
__raw_writeq((u64 __force)__cpu_to_le64(value), addr);
tools/include/asm-generic/io.h
282
val = __le16_to_cpu((__le16 __force)__raw_readw(addr));
tools/include/asm-generic/io.h
295
val = __le32_to_cpu((__le32 __force)__raw_readl(addr));
tools/include/asm-generic/io.h
308
val = __le64_to_cpu((__le64 __force)__raw_readq(addr));
tools/include/asm-generic/io.h
329
__raw_writew((u16 __force)cpu_to_le16(value), addr);
tools/include/asm-generic/io.h
339
__raw_writel((u32 __force)__cpu_to_le32(value), addr);
tools/include/asm-generic/io.h
349
__raw_writeq((u64 __force)__cpu_to_le64(value), addr);
tools/include/asm-generic/io.h
84
return *(const volatile u8 __force *)addr;
tools/include/asm-generic/io.h
92
return *(const volatile u16 __force *)addr;
tools/include/linux/build_bug.h
30
#define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e))))
tools/include/linux/compiler.h
137
#ifndef __force
tools/include/linux/err.h
40
static inline long __must_check PTR_ERR(__force const void *ptr)
tools/include/linux/err.h
45
static inline bool __must_check IS_ERR(__force const void *ptr)
tools/include/linux/err.h
50
static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr)
tools/include/linux/err.h
55
static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr)
tools/include/linux/err.h
70
static inline void * __must_check ERR_CAST(__force const void *ptr)
tools/include/linux/gfp_types.h
108
#define __GFP_DMA ((__force gfp_t)___GFP_DMA)
tools/include/linux/gfp_types.h
109
#define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM)
tools/include/linux/gfp_types.h
110
#define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32)
tools/include/linux/gfp_types.h
111
#define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /* ZONE_MOVABLE allowed */
tools/include/linux/gfp_types.h
145
#define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE)
tools/include/linux/gfp_types.h
146
#define __GFP_WRITE ((__force gfp_t)___GFP_WRITE)
tools/include/linux/gfp_types.h
147
#define __GFP_HARDWALL ((__force gfp_t)___GFP_HARDWALL)
tools/include/linux/gfp_types.h
148
#define __GFP_THISNODE ((__force gfp_t)___GFP_THISNODE)
tools/include/linux/gfp_types.h
149
#define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT)
tools/include/linux/gfp_types.h
150
#define __GFP_NO_OBJ_EXT ((__force gfp_t)___GFP_NO_OBJ_EXT)
tools/include/linux/gfp_types.h
176
#define __GFP_HIGH ((__force gfp_t)___GFP_HIGH)
tools/include/linux/gfp_types.h
177
#define __GFP_MEMALLOC ((__force gfp_t)___GFP_MEMALLOC)
tools/include/linux/gfp_types.h
178
#define __GFP_NOMEMALLOC ((__force gfp_t)___GFP_NOMEMALLOC)
tools/include/linux/gfp_types.h
255
#define __GFP_IO ((__force gfp_t)___GFP_IO)
tools/include/linux/gfp_types.h
256
#define __GFP_FS ((__force gfp_t)___GFP_FS)
tools/include/linux/gfp_types.h
257
#define __GFP_DIRECT_RECLAIM ((__force gfp_t)___GFP_DIRECT_RECLAIM) /* Caller can reclaim */
tools/include/linux/gfp_types.h
258
#define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */
tools/include/linux/gfp_types.h
259
#define __GFP_RECLAIM ((__force gfp_t)(___GFP_DIRECT_RECLAIM|___GFP_KSWAPD_RECLAIM))
tools/include/linux/gfp_types.h
260
#define __GFP_RETRY_MAYFAIL ((__force gfp_t)___GFP_RETRY_MAYFAIL)
tools/include/linux/gfp_types.h
261
#define __GFP_NOFAIL ((__force gfp_t)___GFP_NOFAIL)
tools/include/linux/gfp_types.h
262
#define __GFP_NORETRY ((__force gfp_t)___GFP_NORETRY)
tools/include/linux/gfp_types.h
288
#define __GFP_NOWARN ((__force gfp_t)___GFP_NOWARN)
tools/include/linux/gfp_types.h
289
#define __GFP_COMP ((__force gfp_t)___GFP_COMP)
tools/include/linux/gfp_types.h
290
#define __GFP_ZERO ((__force gfp_t)___GFP_ZERO)
tools/include/linux/gfp_types.h
291
#define __GFP_ZEROTAGS ((__force gfp_t)___GFP_ZEROTAGS)
tools/include/linux/gfp_types.h
292
#define __GFP_SKIP_ZERO ((__force gfp_t)___GFP_SKIP_ZERO)
tools/include/linux/gfp_types.h
293
#define __GFP_SKIP_KASAN ((__force gfp_t)___GFP_SKIP_KASAN)
tools/include/linux/gfp_types.h
296
#define __GFP_NOLOCKDEP ((__force gfp_t)___GFP_NOLOCKDEP)
tools/include/linux/gfp_types.h
300
#define __GFP_BITS_MASK ((__force gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
tools/include/linux/slab.h
21
#define __SLAB_FLAG_BIT(nr) ((unsigned int __force)(1U << (nr)))
tools/include/linux/slab.h
22
#define __SLAB_FLAG_UNUSED ((unsigned int __force)(0U))
tools/include/uapi/linux/fs.h
324
#define RWF_HIPRI ((__force __kernel_rwf_t)0x00000001)
tools/include/uapi/linux/fs.h
327
#define RWF_DSYNC ((__force __kernel_rwf_t)0x00000002)
tools/include/uapi/linux/fs.h
330
#define RWF_SYNC ((__force __kernel_rwf_t)0x00000004)
tools/include/uapi/linux/fs.h
333
#define RWF_NOWAIT ((__force __kernel_rwf_t)0x00000008)
tools/include/uapi/linux/fs.h
336
#define RWF_APPEND ((__force __kernel_rwf_t)0x00000010)
tools/include/uapi/linux/fs.h
339
#define RWF_NOAPPEND ((__force __kernel_rwf_t)0x00000020)
tools/include/uapi/linux/fs.h
342
#define RWF_ATOMIC ((__force __kernel_rwf_t)0x00000040)
tools/include/uapi/linux/fs.h
345
#define RWF_DONTCACHE ((__force __kernel_rwf_t)0x00000080)
tools/perf/trace/beauty/include/uapi/linux/fs.h
428
#define RWF_HIPRI ((__force __kernel_rwf_t)0x00000001)
tools/perf/trace/beauty/include/uapi/linux/fs.h
431
#define RWF_DSYNC ((__force __kernel_rwf_t)0x00000002)
tools/perf/trace/beauty/include/uapi/linux/fs.h
434
#define RWF_SYNC ((__force __kernel_rwf_t)0x00000004)
tools/perf/trace/beauty/include/uapi/linux/fs.h
437
#define RWF_NOWAIT ((__force __kernel_rwf_t)0x00000008)
tools/perf/trace/beauty/include/uapi/linux/fs.h
440
#define RWF_APPEND ((__force __kernel_rwf_t)0x00000010)
tools/perf/trace/beauty/include/uapi/linux/fs.h
443
#define RWF_NOAPPEND ((__force __kernel_rwf_t)0x00000020)
tools/perf/trace/beauty/include/uapi/linux/fs.h
446
#define RWF_ATOMIC ((__force __kernel_rwf_t)0x00000040)
tools/perf/trace/beauty/include/uapi/linux/fs.h
449
#define RWF_DONTCACHE ((__force __kernel_rwf_t)0x00000080)
tools/perf/trace/beauty/include/uapi/linux/fs.h
452
#define RWF_NOSIGNAL ((__force __kernel_rwf_t)0x00000100)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1076
#define SNDRV_CTL_ELEM_TYPE_NONE ((__force snd_ctl_elem_type_t) 0) /* invalid */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1077
#define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((__force snd_ctl_elem_type_t) 1) /* boolean type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1078
#define SNDRV_CTL_ELEM_TYPE_INTEGER ((__force snd_ctl_elem_type_t) 2) /* integer type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1079
#define SNDRV_CTL_ELEM_TYPE_ENUMERATED ((__force snd_ctl_elem_type_t) 3) /* enumerated type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1080
#define SNDRV_CTL_ELEM_TYPE_BYTES ((__force snd_ctl_elem_type_t) 4) /* byte array */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1081
#define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1082
#define SNDRV_CTL_ELEM_TYPE_INTEGER64 ((__force snd_ctl_elem_type_t) 6) /* 64-bit integer type */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1086
#define SNDRV_CTL_ELEM_IFACE_CARD ((__force snd_ctl_elem_iface_t) 0) /* global control */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1087
#define SNDRV_CTL_ELEM_IFACE_HWDEP ((__force snd_ctl_elem_iface_t) 1) /* hardware dependent device */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1088
#define SNDRV_CTL_ELEM_IFACE_MIXER ((__force snd_ctl_elem_iface_t) 2) /* virtual mixer device */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1089
#define SNDRV_CTL_ELEM_IFACE_PCM ((__force snd_ctl_elem_iface_t) 3) /* PCM device */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1090
#define SNDRV_CTL_ELEM_IFACE_RAWMIDI ((__force snd_ctl_elem_iface_t) 4) /* RawMidi device */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1091
#define SNDRV_CTL_ELEM_IFACE_TIMER ((__force snd_ctl_elem_iface_t) 5) /* timer device */
tools/perf/trace/beauty/include/uapi/sound/asound.h
1092
#define SNDRV_CTL_ELEM_IFACE_SEQUENCER ((__force snd_ctl_elem_iface_t) 6) /* sequencer client */
tools/perf/trace/beauty/include/uapi/sound/asound.h
173
#define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
tools/perf/trace/beauty/include/uapi/sound/asound.h
174
#define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap */
tools/perf/trace/beauty/include/uapi/sound/asound.h
175
#define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
tools/perf/trace/beauty/include/uapi/sound/asound.h
176
#define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
tools/perf/trace/beauty/include/uapi/sound/asound.h
177
#define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
tools/perf/trace/beauty/include/uapi/sound/asound.h
181
#define SNDRV_PCM_FORMAT_S8 ((__force snd_pcm_format_t) 0)
tools/perf/trace/beauty/include/uapi/sound/asound.h
182
#define SNDRV_PCM_FORMAT_U8 ((__force snd_pcm_format_t) 1)
tools/perf/trace/beauty/include/uapi/sound/asound.h
183
#define SNDRV_PCM_FORMAT_S16_LE ((__force snd_pcm_format_t) 2)
tools/perf/trace/beauty/include/uapi/sound/asound.h
184
#define SNDRV_PCM_FORMAT_S16_BE ((__force snd_pcm_format_t) 3)
tools/perf/trace/beauty/include/uapi/sound/asound.h
185
#define SNDRV_PCM_FORMAT_U16_LE ((__force snd_pcm_format_t) 4)
tools/perf/trace/beauty/include/uapi/sound/asound.h
186
#define SNDRV_PCM_FORMAT_U16_BE ((__force snd_pcm_format_t) 5)
tools/perf/trace/beauty/include/uapi/sound/asound.h
187
#define SNDRV_PCM_FORMAT_S24_LE ((__force snd_pcm_format_t) 6) /* low three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
188
#define SNDRV_PCM_FORMAT_S24_BE ((__force snd_pcm_format_t) 7) /* low three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
189
#define SNDRV_PCM_FORMAT_U24_LE ((__force snd_pcm_format_t) 8) /* low three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
190
#define SNDRV_PCM_FORMAT_U24_BE ((__force snd_pcm_format_t) 9) /* low three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
196
#define SNDRV_PCM_FORMAT_S32_LE ((__force snd_pcm_format_t) 10)
tools/perf/trace/beauty/include/uapi/sound/asound.h
197
#define SNDRV_PCM_FORMAT_S32_BE ((__force snd_pcm_format_t) 11)
tools/perf/trace/beauty/include/uapi/sound/asound.h
198
#define SNDRV_PCM_FORMAT_U32_LE ((__force snd_pcm_format_t) 12)
tools/perf/trace/beauty/include/uapi/sound/asound.h
199
#define SNDRV_PCM_FORMAT_U32_BE ((__force snd_pcm_format_t) 13)
tools/perf/trace/beauty/include/uapi/sound/asound.h
200
#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 */
tools/perf/trace/beauty/include/uapi/sound/asound.h
201
#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 */
tools/perf/trace/beauty/include/uapi/sound/asound.h
202
#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 */
tools/perf/trace/beauty/include/uapi/sound/asound.h
203
#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 */
tools/perf/trace/beauty/include/uapi/sound/asound.h
204
#define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_LE ((__force snd_pcm_format_t) 18) /* IEC-958 subframe, Little Endian */
tools/perf/trace/beauty/include/uapi/sound/asound.h
205
#define SNDRV_PCM_FORMAT_IEC958_SUBFRAME_BE ((__force snd_pcm_format_t) 19) /* IEC-958 subframe, Big Endian */
tools/perf/trace/beauty/include/uapi/sound/asound.h
206
#define SNDRV_PCM_FORMAT_MU_LAW ((__force snd_pcm_format_t) 20)
tools/perf/trace/beauty/include/uapi/sound/asound.h
207
#define SNDRV_PCM_FORMAT_A_LAW ((__force snd_pcm_format_t) 21)
tools/perf/trace/beauty/include/uapi/sound/asound.h
208
#define SNDRV_PCM_FORMAT_IMA_ADPCM ((__force snd_pcm_format_t) 22)
tools/perf/trace/beauty/include/uapi/sound/asound.h
209
#define SNDRV_PCM_FORMAT_MPEG ((__force snd_pcm_format_t) 23)
tools/perf/trace/beauty/include/uapi/sound/asound.h
210
#define SNDRV_PCM_FORMAT_GSM ((__force snd_pcm_format_t) 24)
tools/perf/trace/beauty/include/uapi/sound/asound.h
211
#define SNDRV_PCM_FORMAT_S20_LE ((__force snd_pcm_format_t) 25) /* in four bytes, LSB justified */
tools/perf/trace/beauty/include/uapi/sound/asound.h
212
#define SNDRV_PCM_FORMAT_S20_BE ((__force snd_pcm_format_t) 26) /* in four bytes, LSB justified */
tools/perf/trace/beauty/include/uapi/sound/asound.h
213
#define SNDRV_PCM_FORMAT_U20_LE ((__force snd_pcm_format_t) 27) /* in four bytes, LSB justified */
tools/perf/trace/beauty/include/uapi/sound/asound.h
214
#define SNDRV_PCM_FORMAT_U20_BE ((__force snd_pcm_format_t) 28) /* in four bytes, LSB justified */
tools/perf/trace/beauty/include/uapi/sound/asound.h
216
#define SNDRV_PCM_FORMAT_SPECIAL ((__force snd_pcm_format_t) 31)
tools/perf/trace/beauty/include/uapi/sound/asound.h
217
#define SNDRV_PCM_FORMAT_S24_3LE ((__force snd_pcm_format_t) 32) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
218
#define SNDRV_PCM_FORMAT_S24_3BE ((__force snd_pcm_format_t) 33) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
219
#define SNDRV_PCM_FORMAT_U24_3LE ((__force snd_pcm_format_t) 34) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
220
#define SNDRV_PCM_FORMAT_U24_3BE ((__force snd_pcm_format_t) 35) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
221
#define SNDRV_PCM_FORMAT_S20_3LE ((__force snd_pcm_format_t) 36) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
222
#define SNDRV_PCM_FORMAT_S20_3BE ((__force snd_pcm_format_t) 37) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
223
#define SNDRV_PCM_FORMAT_U20_3LE ((__force snd_pcm_format_t) 38) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
224
#define SNDRV_PCM_FORMAT_U20_3BE ((__force snd_pcm_format_t) 39) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
225
#define SNDRV_PCM_FORMAT_S18_3LE ((__force snd_pcm_format_t) 40) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
226
#define SNDRV_PCM_FORMAT_S18_3BE ((__force snd_pcm_format_t) 41) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
227
#define SNDRV_PCM_FORMAT_U18_3LE ((__force snd_pcm_format_t) 42) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
228
#define SNDRV_PCM_FORMAT_U18_3BE ((__force snd_pcm_format_t) 43) /* in three bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
229
#define SNDRV_PCM_FORMAT_G723_24 ((__force snd_pcm_format_t) 44) /* 8 samples in 3 bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
230
#define SNDRV_PCM_FORMAT_G723_24_1B ((__force snd_pcm_format_t) 45) /* 1 sample in 1 byte */
tools/perf/trace/beauty/include/uapi/sound/asound.h
231
#define SNDRV_PCM_FORMAT_G723_40 ((__force snd_pcm_format_t) 46) /* 8 Samples in 5 bytes */
tools/perf/trace/beauty/include/uapi/sound/asound.h
232
#define SNDRV_PCM_FORMAT_G723_40_1B ((__force snd_pcm_format_t) 47) /* 1 sample in 1 byte */
tools/perf/trace/beauty/include/uapi/sound/asound.h
233
#define SNDRV_PCM_FORMAT_DSD_U8 ((__force snd_pcm_format_t) 48) /* DSD, 1-byte samples DSD (x8) */
tools/perf/trace/beauty/include/uapi/sound/asound.h
234
#define SNDRV_PCM_FORMAT_DSD_U16_LE ((__force snd_pcm_format_t) 49) /* DSD, 2-byte samples DSD (x16), little endian */
tools/perf/trace/beauty/include/uapi/sound/asound.h
235
#define SNDRV_PCM_FORMAT_DSD_U32_LE ((__force snd_pcm_format_t) 50) /* DSD, 4-byte samples DSD (x32), little endian */
tools/perf/trace/beauty/include/uapi/sound/asound.h
236
#define SNDRV_PCM_FORMAT_DSD_U16_BE ((__force snd_pcm_format_t) 51) /* DSD, 2-byte samples DSD (x16), big endian */
tools/perf/trace/beauty/include/uapi/sound/asound.h
237
#define SNDRV_PCM_FORMAT_DSD_U32_BE ((__force snd_pcm_format_t) 52) /* DSD, 4-byte samples DSD (x32), big endian */
tools/perf/trace/beauty/include/uapi/sound/asound.h
269
#define SNDRV_PCM_SUBFORMAT_STD ((__force snd_pcm_subformat_t) 0)
tools/perf/trace/beauty/include/uapi/sound/asound.h
270
#define SNDRV_PCM_SUBFORMAT_MSBITS_MAX ((__force snd_pcm_subformat_t) 1)
tools/perf/trace/beauty/include/uapi/sound/asound.h
271
#define SNDRV_PCM_SUBFORMAT_MSBITS_20 ((__force snd_pcm_subformat_t) 2)
tools/perf/trace/beauty/include/uapi/sound/asound.h
272
#define SNDRV_PCM_SUBFORMAT_MSBITS_24 ((__force snd_pcm_subformat_t) 3)
tools/perf/trace/beauty/include/uapi/sound/asound.h
307
#define SNDRV_PCM_STATE_OPEN ((__force snd_pcm_state_t) 0) /* stream is open */
tools/perf/trace/beauty/include/uapi/sound/asound.h
308
#define SNDRV_PCM_STATE_SETUP ((__force snd_pcm_state_t) 1) /* stream has a setup */
tools/perf/trace/beauty/include/uapi/sound/asound.h
309
#define SNDRV_PCM_STATE_PREPARED ((__force snd_pcm_state_t) 2) /* stream is ready to start */
tools/perf/trace/beauty/include/uapi/sound/asound.h
310
#define SNDRV_PCM_STATE_RUNNING ((__force snd_pcm_state_t) 3) /* stream is running */
tools/perf/trace/beauty/include/uapi/sound/asound.h
311
#define SNDRV_PCM_STATE_XRUN ((__force snd_pcm_state_t) 4) /* stream reached an xrun */
tools/perf/trace/beauty/include/uapi/sound/asound.h
312
#define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */
tools/perf/trace/beauty/include/uapi/sound/asound.h
313
#define SNDRV_PCM_STATE_PAUSED ((__force snd_pcm_state_t) 6) /* stream is paused */
tools/perf/trace/beauty/include/uapi/sound/asound.h
314
#define SNDRV_PCM_STATE_SUSPENDED ((__force snd_pcm_state_t) 7) /* hardware is suspended */
tools/perf/trace/beauty/include/uapi/sound/asound.h
315
#define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */
tools/perf/util/blake2s.c
21
a[i] = le32_to_cpu((__force __le32)a[i]);
tools/perf/util/blake2s.c
27
a[i] = (__force u32)cpu_to_le32(a[i]);
tools/testing/scatterlist/linux/mm.h
140
static inline long __must_check PTR_ERR(__force const void *ptr)
tools/testing/scatterlist/linux/mm.h
145
static inline bool __must_check IS_ERR(__force const void *ptr)
tools/testing/scatterlist/linux/mm.h
150
static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr)
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
102
sum += (__force u32)saddr->in6_u.u6_addr32[2];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
103
carry = (sum < (__force u32)saddr->in6_u.u6_addr32[2]);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
106
sum += (__force u32)saddr->in6_u.u6_addr32[3];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
107
carry = (sum < (__force u32)saddr->in6_u.u6_addr32[3]);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
110
sum += (__force u32)daddr->in6_u.u6_addr32[0];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
111
carry = (sum < (__force u32)daddr->in6_u.u6_addr32[0]);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
114
sum += (__force u32)daddr->in6_u.u6_addr32[1];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
115
carry = (sum < (__force u32)daddr->in6_u.u6_addr32[1]);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
118
sum += (__force u32)daddr->in6_u.u6_addr32[2];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
119
carry = (sum < (__force u32)daddr->in6_u.u6_addr32[2]);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
122
sum += (__force u32)daddr->in6_u.u6_addr32[3];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
123
carry = (sum < (__force u32)daddr->in6_u.u6_addr32[3]);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
126
ulen = (__force u32)bpf_htonl((__u32)len);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
131
uproto = (__force u32)bpf_htonl(proto);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
136
return csum_fold((__force __wsum)sum);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
56
unsigned long long s = (__force u32)sum;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
58
s += (__force u32)saddr;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
59
s += (__force u32)daddr;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
65
return (__force __wsum)from64to32(s);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
71
u32 sum = (__force u32)csum;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
75
return (__force __sum16)~sum;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
92
__u32 sum = (__force u32)csum;
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
94
sum += (__force u32)saddr->in6_u.u6_addr32[0];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
95
carry = (sum < (__force u32)saddr->in6_u.u6_addr32[0]);
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
98
sum += (__force u32)saddr->in6_u.u6_addr32[1];
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.h
99
carry = (sum < (__force u32)saddr->in6_u.u6_addr32[1]);
tools/testing/selftests/kvm/include/arm64/processor.h
241
#define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c)))
tools/testing/selftests/kvm/include/arm64/processor.h
242
#define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
tools/testing/selftests/kvm/include/arm64/processor.h
243
#define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c)))
tools/testing/selftests/kvm/include/arm64/processor.h
244
#define readq_relaxed(c) ({ u64 __r = le64_to_cpu((__force __le64)__raw_readq(c)); __r; })
tools/testing/vma/include/dup.h
203
#define INIT_VM_FLAG(name) BIT((__force int) VMA_ ## name ## _BIT)
tools/testing/vma/include/dup.h
252
#define VM_PKEY_SHIFT ((__force int)VMA_HIGH_ARCH_0_BIT)
tools/testing/vma/include/dup.h
871
__set_bit((__force int)bit, bitmap);
tools/testing/vma/include/dup.h
952
return test_bit((__force int)bit, bitmap);
tools/testing/vma/include/dup.h
97
VMA_ ## name ## _BIT = ((__force vma_flag_t)bitnum)