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

/freebsd-10.2-release/contrib/dtc/libfdt/
H A Dlibfdt_env.h60 #define __force __attribute__((force)) macro
63 #define __force macro
82 return (__force uint16_t)CPU_TO_FDT16(x);
86 return (__force fdt16_t)CPU_TO_FDT16(x);
91 return (__force uint32_t)CPU_TO_FDT32(x);
95 return (__force fdt32_t)CPU_TO_FDT32(x);
100 return (__force uint64_t)CPU_TO_FDT64(x);
104 return (__force fdt64_t)CPU_TO_FDT64(x);
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_doorbell.h56 __raw_writeq((__force u64) val, dest);
62 __raw_writeq((__force u64) cpu_to_be64((u64) hi << 32 | lo), dest);
84 __raw_writel(((__force u32 *) &val)[0], dest);
85 __raw_writel(((__force u32 *) &val)[1], dest + 4);
93 hi = (__force u32) cpu_to_be32(hi);
94 lo = (__force u32) cpu_to_be32(lo);
H A Dmthca_cmd.c203 __raw_writel((__force u32) cpu_to_be32(in_param >> 32), ptr + offs[0]);
205 __raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), ptr + offs[1]);
207 __raw_writel((__force u32) cpu_to_be32(in_modifier), ptr + offs[2]);
209 __raw_writel((__force u32) cpu_to_be32(out_param >> 32), ptr + offs[3]);
211 __raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), ptr + offs[4]);
213 __raw_writel((__force u32) cpu_to_be32(token << 16), ptr + offs[5]);
215 __raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) |
220 __raw_writel((__force u32) 0, ptr + offs[7]);
249 __raw_writel((__force u32) cpu_to_be32(in_param >> 32), dev->hcr + 0 * 4);
250 __raw_writel((__force u3
[all...]
H A Dmthca_eq.c192 __raw_writel((__force u32) cpu_to_be32(ci),
H A Dmthca_mr.c771 __raw_writel((__force u32) mpt_entry.lkey, &fmr->mem.tavor.mpt->key);
/freebsd-10.2-release/sys/ofed/include/net/
H A Dipv6.h67 *(__force u64 *)addr = ((__force u64)(wh) << 32 | (__force u64)(wl));
72 *(__force u64 *)addr = ((__force u64)(wl) << 32 | (__force u64)(wh));
/freebsd-10.2-release/sys/ofed/include/linux/mlx4/
H A Ddoorbell.h79 __raw_writel((__force u32) val[0], dest);
80 __raw_writel((__force u32) val[1], dest + 4);
/freebsd-10.2-release/contrib/wpa/src/utils/
H A Dcommon.h190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
193 #define host_to_be16(n) ((__force be16) bswap_16((n)))
194 #define le_to_host32(n) ((__force u32) (le32) (n))
195 #define host_to_le32(n) ((__force le32) (u32) (n))
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
197 #define host_to_be32(n) ((__force be32) bswap_32((n)))
198 #define le_to_host64(n) ((__force u64) (le64) (n))
199 #define host_to_le64(n) ((__force le6
403 #define __force macro
406 #define __force macro
[all...]
/freebsd-10.2-release/sys/ofed/include/linux/
H A Dcompiler.h38 #define __force macro
H A Dpci.h705 pci_channel_io_normal = (__force pci_channel_state_t) 1,
708 pci_channel_io_frozen = (__force pci_channel_state_t) 2,
711 pci_channel_io_perm_failure = (__force pci_channel_state_t) 3,
716 PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1,
719 PCI_ERS_RESULT_CAN_RECOVER = (__force pci_ers_result_t) 2,
722 PCI_ERS_RESULT_NEED_RESET = (__force pci_ers_result_t) 3,
725 PCI_ERS_RESULT_DISCONNECT = (__force pci_ers_result_t) 4,
728 PCI_ERS_RESULT_RECOVERED = (__force pci_ers_result_t) 5,
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Dcmd.c326 __raw_writel((__force u32) cpu_to_be32(val),
517 __raw_writel((__force u32) cpu_to_be32(in_param >> 32), hcr + 0);
518 __raw_writel((__force u32) cpu_to_be32(in_param & 0xfffffffful), hcr + 1);
519 __raw_writel((__force u32) cpu_to_be32(in_modifier), hcr + 2);
520 __raw_writel((__force u32) cpu_to_be32(out_param >> 32), hcr + 3);
521 __raw_writel((__force u32) cpu_to_be32(out_param & 0xfffffffful), hcr + 4);
522 __raw_writel((__force u32) cpu_to_be32(token << 16), hcr + 5);
530 __raw_writel((__force u32) cpu_to_be32((1 << HCR_GO_BIT) |
668 (u64) be32_to_cpu((__force __be32)
670 (u64) be32_to_cpu((__force __be3
[all...]
H A Den_netdev.c137 .dst_port_msk = (__force __be16)-1,
139 .src_port_msk = (__force __be16)-1,
148 .dst_ip_msk = (__force __be32)-1,
150 .src_ip_msk = (__force __be32)-1,
207 l = (__force unsigned long)src_port |
208 ((__force unsigned long)dst_port << 2);
209 l ^= (__force unsigned long)(src_ip ^ dst_ip);
H A Den_ethtool.c1014 ((field) == 0 || (field) == (__force typeof(field))-1)
H A Deq.c98 __raw_writel((__force u32) cpu_to_be32((eq->cons_index & 0xffffff) |
/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h122 size_t __maxthreads, size_t __headroom, bool __force)
125 _M_freelist_headroom(__headroom), _M_force_new(__force)
121 _Tune(size_t __align, size_t __maxb, size_t __minbin, size_t __chunk, size_t __maxthreads, size_t __headroom, bool __force) argument
/freebsd-10.2-release/sys/ofed/include/rdma/
H A Dib_mad.h154 #define IB_SA_COMP_MASK(n) ((__force ib_sa_comp_mask) cpu_to_be64(1ull << (n)))
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c409 cm_id_priv->id.local_id = (__force __be32)id ^ cm.random_id_operand;
417 (__force int) (local_id ^ cm.random_id_operand));
426 (__force int) (local_id ^ cm.random_id_operand));
490 return (__force u32) a < (__force u32) b;
495 return (__force u32) a > (__force u32) b;
500 return (__force u64) a < (__force u64) b;
505 return (__force u6
[all...]
H A Ducma.c654 resp.node_guid = (__force __u64) ctx->cm_id->device->node_guid;
H A Duverbs_cmd.c938 resp->wc[i].ex.imm_data = (__u32 __force) wc[i].ex.imm_data;
1511 (__be32 __force) user_wr->ex.imm_data;
1521 (__be32 __force) user_wr->ex.imm_data;
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c80 guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid.
109 return (__force __be64) -1;
144 guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid.
/freebsd-10.2-release/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c88 ulpmc->wr.wr_lo = (__force __be64)(unsigned long) &wr_wait;
H A Dqp.c347 *flitp = (__force __be64)0;
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Di915_gem.c993 #define __force macro
1779 #undef __force macro

Completed in 179 milliseconds