Searched refs:u64 (Results 176 - 200 of 849) sorted by relevance

1234567891011>>

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Datomic.h81 JEMALLOC_GENERATE_INT_ATOMICS(uint64_t, u64, 3)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h50 typedef u64 Type;
51 // On 32-bit platforms u64 is not necessary aligned on 8 bytes.
H A Dsanitizer_allocator_internal.h27 static const u64 kSpaceSize = SANITIZER_MMAP_RANGE_SIZE;
H A Dsanitizer_internal_defs.h164 typedef unsigned long long u64; typedef in namespace:__sanitizer
188 typedef u64 OFF_T;
192 typedef u64 OFF64_T;
205 typedef u64 tid_t;
283 typedef ALIGNED(1) u64 uu64;
304 u64 v1, u64 v2);
321 __sanitizer::u64 v1 = (__sanitizer::u64)(c1); \
322 __sanitizer::u64 v
[all...]
/freebsd-current/sys/dev/mlx4/
H A Ddoorbell.h58 __raw_writeq(*(u64 *) val, dest);
/freebsd-current/sys/ofed/include/rdma/
H A Dsignature.h120 u64 sig_err_offset;
/freebsd-current/contrib/wpa/src/pae/
H A Dieee802_1x_cp.h28 void ieee802_1x_cp_set_ciphersuite(void *cp_ctx, u64 cs);
/freebsd-current/crypto/openssl/crypto/aes/
H A Daes_local.h27 typedef uint64_t u64; typedef
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_82598.h49 u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw);
/freebsd-current/sys/dev/mlx5/
H A Ddoorbell.h45 __raw_writeq(*(u64 *)val, dest);
H A Ddiagnostics.h57 u64 array[MLX5_CORE_PCI_DIAGNOSTICS_NUM];
59 u64 MLX5_CORE_PCI_DIAGNOSTICS(
120 u64 array[MLX5_CORE_GENERAL_DIAGNOSTICS_NUM];
122 u64 MLX5_CORE_GENERAL_DIAGNOSTICS(
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.h119 u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD);
/freebsd-current/sys/dev/qat/include/
H A Dadf_gen4vf_hw_csr_data.h70 static inline u64
74 u64 addr;
83 addr = (u64)l_base & 0x00000000FFFFFFFFULL;
84 addr |= (u64)u_base << 32 & 0xFFFFFFFF00000000ULL;
/freebsd-current/sys/dev/irdma/
H A Dirdma_protos.h49 __le64 *irdma_sc_cqp_get_next_send_wqe(struct irdma_sc_cqp *cqp, u64 scratch);
104 u64 size, u32 alignment);
110 int irdma_sc_static_hmc_pages_allocated(struct irdma_sc_cqp *cqp, u64 scratch,
132 u64 irdma_mac_to_u64(const u8 *eth_add);
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.h27 u64 cookie);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.h34 u64 cookie);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interface_internal.h25 using __sanitizer::u64;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h35 typedef __sanitizer::u64 dispatch_time_t;
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c228 static int mlx4_MAP_ICM(struct mlx4_dev *dev, struct mlx4_icm *icm, u64 virt)
233 static int mlx4_UNMAP_ICM(struct mlx4_dev *dev, u64 virt, u32 page_count)
273 (u64) i * MLX4_TABLE_CHUNK_SIZE)) {
290 u64 offset;
297 offset = (u64) i * MLX4_TABLE_CHUNK_SIZE;
311 u64 idx;
321 idx = (u64) (obj & (table->num_obj - 1)) * table->obj_size;
388 u64 virt, int obj_size, u32 nobj, int reserved,
395 u64 size;
411 size = (u64) nob
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h29 u64 if_add_wdevid;
57 u64 wdev_id;
184 u64 vendor_scan_cookie;
185 u64 remain_on_chan_cookie;
186 u64 send_frame_cookie;
188 u64 send_frame_cookies[MAX_SEND_FRAME_COOKIES];
190 u64 eapol_tx_cookie;
331 int wpa_driver_nl80211_abort_scan(void *priv, u64 scan_cookie);
/freebsd-current/sys/dev/enic/
H A Dvnic_rq.c15 u64 paddr;
18 paddr = (u64)rq->ring.base_addr | VNIC_PADDR_TARGET;
H A Dvnic_wq.c15 u64 paddr;
18 paddr = (u64)wq->ring.base_addr | VNIC_PADDR_TARGET;
/freebsd-current/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h451 u64 chunk_size;
452 u64 chunk_bus_addr;
506 u64 offset;
507 u64 size;
532 u64 offset;
533 u64 size;
549 u64 offset;
550 u64 size;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.h25 u64 tv_sec;
27 u64 tv_nsec;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c60 u64 *total)
62 u64 max_count = out_len / sizeof(u32);
64 u64 count = 0;
98 u64 total = 0;
200 u64 core_support = IB_UVERBS_CORE_SUPPORT_OPTIONAL_MR_ACCESS;
230 UVERBS_ATTR_TYPE(u64), UA_OPTIONAL),

Completed in 319 milliseconds

1234567891011>>