Searched refs:__force (Results 1 - 25 of 960) sorted by relevance

1234567891011>>

/linux-master/include/scsi/
H A Dscsi_devinfo.h9 #define BLIST_NOLUN ((__force blist_flags_t)(1ULL << 0))
12 #define BLIST_FORCELUN ((__force blist_flags_t)(1ULL << 1))
14 #define BLIST_BORKEN ((__force blist_flags_t)(1ULL << 2))
16 #define BLIST_KEY ((__force blist_flags_t)(1ULL << 3))
18 #define BLIST_SINGLELUN ((__force blist_flags_t)(1ULL << 4))
20 #define BLIST_NOTQ ((__force blist_flags_t)(1ULL << 5))
22 #define BLIST_SPARSELUN ((__force blist_flags_t)(1ULL << 6))
24 #define BLIST_MAX5LUN ((__force blist_flags_t)(1ULL << 7))
26 #define BLIST_ISROM ((__force blist_flags_t)(1ULL << 8))
28 #define BLIST_LARGELUN ((__force blist_flags_
[all...]
/linux-master/include/uapi/linux/
H A Deventpoll.h31 #define EPOLLIN (__force __poll_t)0x00000001
32 #define EPOLLPRI (__force __poll_t)0x00000002
33 #define EPOLLOUT (__force __poll_t)0x00000004
34 #define EPOLLERR (__force __poll_t)0x00000008
35 #define EPOLLHUP (__force __poll_t)0x00000010
36 #define EPOLLNVAL (__force __poll_t)0x00000020
37 #define EPOLLRDNORM (__force __poll_t)0x00000040
38 #define EPOLLRDBAND (__force __poll_t)0x00000080
39 #define EPOLLWRNORM (__force __poll_t)0x00000100
40 #define EPOLLWRBAND (__force __poll_
[all...]
/linux-master/arch/s390/include/asm/
H A Ddma-types.h40 return (__force dma32_t)__pa32(ptr);
45 return __va((__force unsigned long)addr);
50 return (__force dma32_t)addr;
55 return (__force u32)addr;
60 return (__force dma32_t)((__force u32)a + b);
65 return (__force dma32_t)((__force u32)a & b);
75 return (__force dma64_t)__pa(ptr);
80 return __va((__force unsigne
[all...]
H A Dchecksum.h43 u32 csum = (__force u32) sum;
47 return (__force __sum16) ~csum;
67 return csum_fold((__force __wsum)(csum >> 32));
77 __u64 csum = (__force __u64)sum;
79 csum += (__force __u32)saddr;
80 csum += (__force __u32)daddr;
84 return (__force __wsum)(csum >> 32);
110 __u64 sum = (__force __u64)csum;
112 sum += (__force __u32)saddr->s6_addr32[0];
113 sum += (__force __u3
[all...]
/linux-master/include/linux/
H A Dblk_types.h101 #define BLK_STS_NOTSUPP ((__force blk_status_t)1)
102 #define BLK_STS_TIMEOUT ((__force blk_status_t)2)
103 #define BLK_STS_NOSPC ((__force blk_status_t)3)
104 #define BLK_STS_TRANSPORT ((__force blk_status_t)4)
105 #define BLK_STS_TARGET ((__force blk_status_t)5)
106 #define BLK_STS_RESV_CONFLICT ((__force blk_status_t)6)
107 #define BLK_STS_MEDIUM ((__force blk_status_t)7)
108 #define BLK_STS_PROTECTION ((__force blk_status_t)8)
109 #define BLK_STS_RESOURCE ((__force blk_status_t)9)
110 #define BLK_STS_IOERR ((__force blk_status_
[all...]
H A Dvirtio_byteorder.h19 return le16_to_cpu((__force __le16)val);
21 return be16_to_cpu((__force __be16)val);
27 return (__force __virtio16)cpu_to_le16(val);
29 return (__force __virtio16)cpu_to_be16(val);
35 return le32_to_cpu((__force __le32)val);
37 return be32_to_cpu((__force __be32)val);
43 return (__force __virtio32)cpu_to_le32(val);
45 return (__force __virtio32)cpu_to_be32(val);
51 return le64_to_cpu((__force __le64)val);
53 return be64_to_cpu((__force __be6
[all...]
H A Derr.h49 static inline long __must_check PTR_ERR(__force const void *ptr)
59 static inline bool __must_check IS_ERR(__force const void *ptr)
70 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr)
82 static inline void * __must_check ERR_CAST(__force const void *ptr)
105 static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr)
H A Dgfp_types.h106 #define __GFP_DMA ((__force gfp_t)___GFP_DMA)
107 #define __GFP_HIGHMEM ((__force gfp_t)___GFP_HIGHMEM)
108 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32)
109 #define __GFP_MOVABLE ((__force gfp_t)___GFP_MOVABLE) /* ZONE_MOVABLE allowed */
139 #define __GFP_RECLAIMABLE ((__force gfp_t)___GFP_RECLAIMABLE)
140 #define __GFP_WRITE ((__force gfp_t)___GFP_WRITE)
141 #define __GFP_HARDWALL ((__force gfp_t)___GFP_HARDWALL)
142 #define __GFP_THISNODE ((__force gfp_t)___GFP_THISNODE)
143 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT)
169 #define __GFP_HIGH ((__force gfp_
[all...]
/linux-master/drivers/md/
H A Ddm-cache-block-types.h27 return (__force dm_oblock_t) b;
32 return (__force dm_block_t) b;
37 return (__force dm_cblock_t) b;
42 return (__force uint32_t) b;
47 return (__force dm_dblock_t) b;
52 return (__force dm_block_t) b;
/linux-master/drivers/staging/gdm724x/
H A Dgdm_endian.c10 return (__force __dev16)cpu_to_le16(x);
12 return (__force __dev16)cpu_to_be16(x);
18 return le16_to_cpu((__force __le16)x);
20 return be16_to_cpu((__force __be16)x);
26 return (__force __dev32)cpu_to_le32(x);
28 return (__force __dev32)cpu_to_be32(x);
34 return le32_to_cpu((__force __le32)x);
36 return be32_to_cpu((__force __be32)x);
/linux-master/include/net/
H A Dnetmem.h30 return (__force struct page *)netmem;
38 return (__force netmem_ref)page;
H A Dinet_dscp.h44 return (__force dscp_t)(dsfield & INET_DSCP_MASK);
49 return (__force __u8)dscp;
/linux-master/include/linux/rpmsg/
H A Dbyteorder.h22 return le16_to_cpu((__force __le16)val);
24 return be16_to_cpu((__force __be16)val);
30 return (__force __rpmsg16)cpu_to_le16(val);
32 return (__force __rpmsg16)cpu_to_be16(val);
38 return le32_to_cpu((__force __le32)val);
40 return be32_to_cpu((__force __be32)val);
46 return (__force __rpmsg32)cpu_to_le32(val);
48 return (__force __rpmsg32)cpu_to_be32(val);
54 return le64_to_cpu((__force __le64)val);
56 return be64_to_cpu((__force __be6
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h263 IWL_UCODE_TLV_API_FRAGMENTED_SCAN = (__force iwl_ucode_tlv_api_t)8,
264 IWL_UCODE_TLV_API_WIFI_MCC_UPDATE = (__force iwl_ucode_tlv_api_t)9,
265 IWL_UCODE_TLV_API_LQ_SS_PARAMS = (__force iwl_ucode_tlv_api_t)18,
266 IWL_UCODE_TLV_API_NEW_VERSION = (__force iwl_ucode_tlv_api_t)20,
267 IWL_UCODE_TLV_API_SCAN_TSF_REPORT = (__force iwl_ucode_tlv_api_t)28,
268 IWL_UCODE_TLV_API_TKIP_MIC_KEYS = (__force iwl_ucode_tlv_api_t)29,
269 IWL_UCODE_TLV_API_STA_TYPE = (__force iwl_ucode_tlv_api_t)30,
270 IWL_UCODE_TLV_API_NAN2_VER2 = (__force iwl_ucode_tlv_api_t)31,
272 IWL_UCODE_TLV_API_ADAPTIVE_DWELL = (__force iwl_ucode_tlv_api_t)32,
273 IWL_UCODE_TLV_API_OCE = (__force iwl_ucode_tlv_api_
[all...]
/linux-master/tools/include/linux/
H A Derr.h40 static inline long __must_check PTR_ERR(__force const void *ptr)
45 static inline bool __must_check IS_ERR(__force const void *ptr)
50 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr)
55 static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr)
70 static inline void * __must_check ERR_CAST(__force const void *ptr)
/linux-master/include/uapi/linux/byteorder/
H A Dlittle_endian.h16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
18 #define __constant_htons(x) ((__force __be16)___constant_swab16((x)))
19 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x))
20 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x))
21 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x))
22 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x))
23 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x))
24 #define __constant_cpu_to_le16(x) ((__force __le16)(__u16)(x))
25 #define __constant_le16_to_cpu(x) ((__force __u1
[all...]
H A Dbig_endian.h16 #define __constant_htonl(x) ((__force __be32)(__u32)(x))
17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))
18 #define __constant_htons(x) ((__force __be16)(__u16)(x))
19 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
20 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x)))
21 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x))
22 #define __constant_cpu_to_le32(x) ((__force __le32)___constant_swab32((x)))
23 #define __constant_le32_to_cpu(x) ___constant_swab32((__force __u32)(__le32)(x))
24 #define __constant_cpu_to_le16(x) ((__force __le16)___constant_swab16((x)))
25 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u1
[all...]
/linux-master/arch/csky/include/asm/
H A Dchecksum.h21 return (__force __sum16) ~csum;
35 : "r"((__force u32)saddr), "r"((__force u32)daddr),
41 "0" ((__force unsigned long)sum)
/linux-master/net/ipv6/
H A Dip6_checksum.c16 __u32 sum = (__force u32)csum;
18 sum += (__force u32)saddr->s6_addr32[0];
19 carry = (sum < (__force u32)saddr->s6_addr32[0]);
22 sum += (__force u32)saddr->s6_addr32[1];
23 carry = (sum < (__force u32)saddr->s6_addr32[1]);
26 sum += (__force u32)saddr->s6_addr32[2];
27 carry = (sum < (__force u32)saddr->s6_addr32[2]);
30 sum += (__force u32)saddr->s6_addr32[3];
31 carry = (sum < (__force u32)saddr->s6_addr32[3]);
34 sum += (__force u3
[all...]
/linux-master/include/linux/mlx5/
H A Ddoorbell.h55 __raw_writel((__force u32) val[0], dest);
56 __raw_writel((__force u32) val[1], dest + 4);
/linux-master/arch/xtensa/include/asm/
H A Dflat.h10 *addr = get_unaligned((__force u32 *)rp);
15 put_unaligned(addr, (__force u32 *)rp);
/linux-master/drivers/crypto/caam/
H A Ddebugfs.h13 struct caam_perfmon __force *perfmon, struct dentry *root);
16 struct caam_perfmon __force *perfmon,
/linux-master/fs/befs/
H A Dendian.h19 return le64_to_cpu((__force __le64)n);
21 return be64_to_cpu((__force __be64)n);
28 return (__force fs64)cpu_to_le64(n);
30 return (__force fs64)cpu_to_be64(n);
37 return le32_to_cpu((__force __le32)n);
39 return be32_to_cpu((__force __be32)n);
46 return (__force fs32)cpu_to_le32(n);
48 return (__force fs32)cpu_to_be32(n);
55 return le16_to_cpu((__force __le16)n);
57 return be16_to_cpu((__force __be1
[all...]
/linux-master/drivers/media/common/siano/
H A Dsmsendian.c27 msg->msg_data[0] = le32_to_cpu((__force __le32)(msg->msg_data[0]));
36 msg->msg_data[i] = le32_to_cpu((__force __le32)msg->msg_data[i]);
56 ver->chip_model = le16_to_cpu((__force __le16)ver->chip_model);
73 msg->msg_data[i] = le32_to_cpu((__force __le32)msg->msg_data[i]);
87 phdr->msg_type = le16_to_cpu((__force __le16)phdr->msg_type);
88 phdr->msg_length = le16_to_cpu((__force __le16)phdr->msg_length);
89 phdr->msg_flags = le16_to_cpu((__force __le16)phdr->msg_flags);
/linux-master/arch/alpha/lib/
H A Dchecksum.c48 return (__force __sum16)~from64to16(
49 (__force u64)saddr + (__force u64)daddr +
50 (__force u64)sum + ((len + proto) << 8));
59 result = (__force u64)saddr + (__force u64)daddr +
60 (__force u64)sum + ((len + proto) << 8);
68 return (__force __wsum)result;
147 return (__force __sum16)~do_csum(iph,ihl*4);
168 result += (__force u3
[all...]

Completed in 230 milliseconds

1234567891011>>