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

1234567891011>>

/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h180 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c)))
181 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
/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/include/crypto/internal/
H A Decc.h52 const __be64 *src = (__force __be64 *)in;
/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/fs/xfs/scrub/
H A Dxfarray.h11 #define XFARRAY_CURSOR_INIT ((__force xfarray_idx_t)0)
/linux-master/arch/arc/kernel/
H A Dtraps.c44 tsk->thread.fault_address = (__force unsigned int)addr;
/linux-master/arch/alpha/include/asm/
H A Dcore_lca.h219 #define vip volatile int __force *
220 #define vuip volatile unsigned int __force *
221 #define vulp volatile unsigned long __force *
/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/arch/arm/include/asm/
H A Duaccess.h405 unsigned long __temp = (__force unsigned long)(x); \
412 unsigned long __temp = (__force unsigned long)(x); \
551 memcpy(to, (const void __force *)from, n);
557 memcpy((void __force *)to, from, n);
560 #define __clear_user(addr, n) (memset((void __force *)addr, 0, n), 0)

Completed in 195 milliseconds

1234567891011>>