Searched refs:__force (Results 226 - 250 of 958) sorted by relevance

1234567891011>>

/linux-master/net/ipv6/netfilter/
H A Dnf_dup_ipv6.c31 fl6.flowlabel = (__force __be32)(((iph->flow_lbl[0] & 0xF) << 16) |
H A Dip6t_NPT.c63 if ((__force __sum16)addr->s6_addr16[idx] !=
71 sum = ~csum_fold(csum_add(csum_unfold((__force __sum16)addr->s6_addr16[idx]),
75 *(__force __sum16 *)&addr->s6_addr16[idx] = sum;
/linux-master/arch/arm/mach-zynq/
H A Dplatsmp.c53 zero = (__force u8 __iomem *)PAGE_OFFSET;
/linux-master/arch/parisc/lib/
H A Dchecksum.c105 return (__force __wsum)from32to16(result);
/linux-master/arch/m68k/include/asm/
H A Duaccess.h51 const void *__pu_ptr = (const void __force *)(ptr); \
123 (x) = (__force typeof(*(ptr)))(__force unsigned long)__gu_val; \
128 const void *__gu_ptr = (const void __force *)(ptr); \
/linux-master/include/trace/misc/
H A Dfs.h42 #define __fmode_flag(x) { (__force unsigned long)FMODE_##x, #x }
/linux-master/arch/arm64/include/asm/
H A Duaccess.h214 (x) = (__force __typeof__(*(ptr)))__gu_val; \
243 (x) = (__force __typeof__(x))0; (err) = -EFAULT; \
269 (__force type *)(__gkn_src), __gkn_err, K); \
355 (__force type *)(__pkn_dst), __pkn_err, K); \
/linux-master/arch/arm/mach-omap1/
H A Dsram-init.c56 return (void __force *)omap_sram_ceil;
/linux-master/fs/squashfs/
H A Ddecompressor_multi_percpu.c49 return (__force void *) percpu;
/linux-master/arch/loongarch/include/asm/
H A Dbarrier.h109 { .__val = (__force typeof(p)) (v) }; \
/linux-master/arch/powerpc/include/asm/
H A Dbug.h83 BUG_ENTRY(PPC_TLNEI " %4, 0", 0, "r" ((__force long)(x))); \
/linux-master/arch/sh/mm/
H A Dioremap.c127 unsigned long vaddr = (unsigned long __force)addr;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-fadump.h138 (u64 __force)(reg_entry->reg_val));
/linux-master/drivers/misc/lkdtm/
H A Dcfi.c69 ((__force __typeof__(addr))((uintptr_t)(addr) | PAGE_OFFSET))
/linux-master/include/linux/
H A Dkasan.h27 #define KASAN_VMALLOC_NONE ((__force kasan_vmalloc_flags_t)0x00u)
28 #define KASAN_VMALLOC_INIT ((__force kasan_vmalloc_flags_t)0x01u)
29 #define KASAN_VMALLOC_VM_ALLOC ((__force kasan_vmalloc_flags_t)0x02u)
30 #define KASAN_VMALLOC_PROT_NORMAL ((__force kasan_vmalloc_flags_t)0x04u)
H A Dcompiler_types.h46 # define __force __attribute__((force)) macro
50 # define ACCESS_PRIVATE(p, member) (*((typeof((p)->member) __force *) &(p)->member))
74 # define __force macro
/linux-master/arch/arc/kernel/
H A Dtraps.c44 tsk->thread.fault_address = (__force unsigned int)addr;
/linux-master/include/crypto/internal/
H A Decc.h53 const __be64 *src = (__force __be64 *)in;
/linux-master/fs/nfsd/
H A Dnfsfh.h138 * callers don't know which it will be. So we must use __force to keep
148 fsidv[0] = (__force __u32)htonl((MAJOR(dev)<<16) |
156 fsidv[0] = (__force __u32)htonl(MAJOR(dev));
157 fsidv[1] = (__force __u32)htonl(MINOR(dev));
/linux-master/fs/gfs2/
H A Dexport.c31 __be32 *fh = (__force __be32 *)p;
148 __be32 *fh = (__force __be32 *)fid->raw;
170 __be32 *fh = (__force __be32 *)fid->raw;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c29 (__force u32)cpu_to_be32(key[3 - i]));
30 IXGBE_WRITE_REG(hw, IXGBE_IPSTXSALT, (__force u32)cpu_to_be32(salt));
80 (__force u32)cpu_to_le32((__force u32)spi));
89 (__force u32)cpu_to_be32(key[3 - i]));
90 IXGBE_WRITE_REG(hw, IXGBE_IPSRXSALT, (__force u32)cpu_to_be32(salt));
110 (__force u32)cpu_to_le32((__force u32)addr[i]));
401 (__force u32)spi) {
514 if (reg == (__force u3
[all...]
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_format_helper_test.c579 dst[n] = le32_to_cpu((__force __le32)buf[n]);
705 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
711 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
722 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
758 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
769 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
805 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
816 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
852 buf = le16buf_to_cpu(test, (__force const __le16 *)buf, dst_size / sizeof(__le16));
863 buf = le16buf_to_cpu(test, (__force cons
[all...]
/linux-master/arch/arm/include/asm/
H A Duaccess.h438 unsigned long __temp = (__force unsigned long)(x); \
445 unsigned long __temp = (__force unsigned long)(x); \
584 memcpy(to, (const void __force *)from, n);
590 memcpy((void __force *)to, from, n);
593 #define __clear_user(addr, n) (memset((void __force *)addr, 0, n), 0)
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c155 family_id = (__force u32)(hdr->ucode_version) & 0xff;
156 version_major = (le32_to_cpu((__force __le32)(hdr->ucode_version))
158 version_minor = (le32_to_cpu((__force __le32)(hdr->ucode_version))
783 writel((__force u32)cpu_to_le32(0x00000de4), &msg[0]);
785 writel((__force u32)cpu_to_le32(handle), &msg[2]);
790 writel((__force u32)cpu_to_le32(0x00000780), &msg[7]);
791 writel((__force u32)cpu_to_le32(0x00000440), &msg[8]);
793 writel((__force u32)cpu_to_le32(0x01b37000), &msg[10]);
819 writel((__force u32)cpu_to_le32(0x00000de4), &msg[0]);
820 writel((__force u3
[all...]
/linux-master/net/ipv4/
H A Dtcp_offload.c181 delta = (__force __wsum)htonl(oldlen + thlen + mss);
235 delta = (__force __wsum)htonl(oldlen +
317 flush = (__force int)(flags & TCP_FLAG_CWR);
318 flush |= (__force int)((flags ^ tcp_flag_word(th2)) &
320 flush |= (__force int)(th->ack_seq ^ th2->ack_seq);
342 flush |= (__force int)(flags ^ tcp_flag_word(th2));
367 flush |= (__force int)(flags & (TCP_FLAG_URG | TCP_FLAG_PSH |

Completed in 483 milliseconds

1234567891011>>