Searched refs:u64 (Results 1 - 25 of 836) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/enic/
H A Dvnic_stats.h11 u64 tx_frames_ok;
12 u64 tx_unicast_frames_ok;
13 u64 tx_multicast_frames_ok;
14 u64 tx_broadcast_frames_ok;
15 u64 tx_bytes_ok;
16 u64 tx_unicast_bytes_ok;
17 u64 tx_multicast_bytes_ok;
18 u64 tx_broadcast_bytes_ok;
19 u64 tx_drops;
20 u64 tx_error
[all...]
/freebsd-current/sys/dev/mlx4/
H A Dstats.h40 u64 rx_packets;
41 u64 rx_bytes;
42 u64 rx_multicast_packets;
43 u64 rx_broadcast_packets;
44 u64 rx_errors;
45 u64 rx_dropped;
46 u64 rx_length_errors;
47 u64 rx_over_errors;
48 u64 rx_crc_errors;
49 u64 rx_jabber
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc15 static uptr internal_syscall(u64 nr) {
16 u64 retval;
23 static uptr internal_syscall(u64 nr, T1 arg1) {
24 u64 retval;
25 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1) :
31 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2) {
32 u64 retval;
33 asm volatile("syscall" : "=a"(retval) : "a"(nr), "D"((u64)arg1),
34 "S"((u64)arg2) : "rcx", "r11", "memory", "cc");
39 static uptr internal_syscall(u64 n
[all...]
H A Dsanitizer_syscall_linux_riscv64.inc33 static uptr __internal_syscall(u64 nr) {
34 register u64 a7 asm("a7") = nr;
35 register u64 a0 asm("a0");
44 static uptr __internal_syscall(u64 nr, u64 arg1) {
45 register u64 a7 asm("a7") = nr;
46 register u64 a0 asm("a0") = arg1;
53 #define __internal_syscall1(n, a1) (__internal_syscall)(n, (u64)(a1))
55 static uptr __internal_syscall(u64 nr, u64 arg
[all...]
H A Dsanitizer_syscall_linux_loongarch64.inc30 static uptr __internal_syscall(u64 nr) {
31 register u64 a7 asm("$a7") = nr;
32 register u64 a0 asm("$a0");
41 static uptr __internal_syscall(u64 nr, u64 arg1) {
42 register u64 a7 asm("$a7") = nr;
43 register u64 a0 asm("$a0") = arg1;
50 #define __internal_syscall1(n, a1) (__internal_syscall)(n, (u64)(a1))
52 static uptr __internal_syscall(u64 nr, u64 arg
[all...]
H A Dsanitizer_syscall_linux_aarch64.inc15 static uptr __internal_syscall(u64 nr) {
16 register u64 x8 asm("x8") = nr;
17 register u64 x0 asm("x0");
27 static uptr __internal_syscall(u64 nr, u64 arg1) {
28 register u64 x8 asm("x8") = nr;
29 register u64 x0 asm("x0") = arg1;
37 (__internal_syscall)(n, (u64)(a1))
39 static uptr __internal_syscall(u64 nr, u64 arg
[all...]
H A Dsanitizer_lfstack.h36 u64 cmp = atomic_load(&head_, memory_order_relaxed);
38 u64 cnt = (cmp & kCounterMask) + kCounterInc;
39 u64 xch = (u64)(uptr)p | cnt;
48 u64 cmp = atomic_load(&head_, memory_order_acquire);
54 u64 cnt = (cmp & kCounterMask);
55 u64 xch = (u64)(uptr)nxt | cnt;
64 static const u64 kPtrMask = ((u64)
[all...]
H A Dsanitizer_hash.h43 static const u64 m = 0xc6a4a7935bd1e995ull;
44 static const u64 seed = 0x9747b28c9747b28cull;
45 static const u64 r = 47;
46 u64 h;
49 explicit MurMur2Hash64Builder(u64 init = 0) { h = seed ^ (init * m); }
50 void add(u64 k) {
57 u64 get() {
58 u64 x = h;
/freebsd-current/contrib/wireguard-tools/
H A Dcurve25519-hacl64.h15 static __always_inline u64 u64_eq_mask(u64 a, u64 b)
17 u64 x = a ^ b;
18 u64 minus_x = ~x + (u64)1U;
19 u64 x_or_minus_x = x | minus_x;
20 u64 xnx = x_or_minus_x >> (u32)63U;
21 u64 c = xnx - (u64)
[all...]
H A Dcurve25519-fiat32.h330 { u64 x40 = ((u64)x23 * x5);
331 { u64 x41 = (((u64)x23 * x7) + ((u64)x25 * x5));
332 { u64 x42 = ((((u64)(0x2 * x25) * x7) + ((u64)x23 * x9)) + ((u64)x27 * x5));
333 { u64 x4
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h22 enum class EventType : u64 {
37 u64 is_access : 1;
38 u64 is_func : 1;
40 u64 _ : 59;
54 u64 is_access : 1; // = 1
55 u64 is_read : 1;
56 u64 is_atomic : 1;
57 u64 size_log : 2;
58 u64 pc_delta : kPCBits; // signed delta from the previous memory access PC
59 u64 add
[all...]
H A Dtsan_platform_windows.cpp23 void WriteMemoryProfile(char *buf, uptr buf_size, u64 uptime_ns) {}
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h364 u64 no_buff_discards;
365 u64 packet_too_big_discard;
366 u64 ttl0_discard;
367 u64 rx_ucast_bytes;
368 u64 rx_mcast_bytes;
369 u64 rx_bcast_bytes;
370 u64 rx_ucast_pkts;
371 u64 rx_mcast_pkts;
372 u64 rx_bcast_pkts;
373 u64 mftag_filter_discard
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Den.h173 m(+1, u64, rx_packets, "rx_packets", "Received packets") \
174 m(+1, u64, rx_bytes, "rx_bytes", "Received bytes") \
175 m(+1, u64, tx_packets, "tx_packets", "Transmitted packets") \
176 m(+1, u64, tx_bytes, "tx_bytes", "Transmitted bytes") \
177 m(+1, u64, rx_error_packets, "rx_error_packets", "Received error packets") \
178 m(+1, u64, rx_error_bytes, "rx_error_bytes", "Received error bytes") \
179 m(+1, u64, tx_error_packets, "tx_error_packets", "Transmitted error packets") \
180 m(+1, u64, tx_error_bytes, "tx_error_bytes", "Transmitted error bytes") \
181 m(+1, u64, rx_unicast_packets, "rx_unicast_packets", "Received unicast packets") \
182 m(+1, u64, rx_unicast_byte
[all...]
H A Den_rl.h60 m(+1, u64, tx_queue_size, "tx_queue_size", "Default send queue size") \
61 m(+1, u64, tx_coalesce_usecs, "tx_coalesce_usecs", "Limit in usec for joining TX packets") \
62 m(+1, u64, tx_coalesce_pkts, "tx_coalesce_pkts", "Maximum number of TX packets to join") \
63 m(+1, u64, tx_coalesce_mode, "tx_coalesce_mode", "0: EQE mode 1: CQE mode") \
64 m(+1, u64, tx_completion_fact, "tx_completion_fact", "1..MAX: Completion event ratio") \
65 m(+1, u64, tx_completion_fact_max, "tx_completion_fact_max", "Maximum completion event ratio") \
66 m(+1, u64, tx_worker_threads_max, "tx_worker_threads_max", "Max number of TX worker threads") \
67 m(+1, u64, tx_worker_threads_def, "tx_worker_threads_def", "Default number of TX worker threads") \
68 m(+1, u64, tx_channels_per_worker_max, "tx_channels_per_worker_max", "Max number of TX channels per worker") \
69 m(+1, u64, tx_channels_per_worker_de
[all...]
/freebsd-current/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.h33 typedef uint64_t u64; typedef
43 u64 low;
44 u64 high;
49 uint64_t hypercall_md(volatile void *hc_addr, u64 in_val,
50 u64 in_paddr, u64 out_paddr);
52 void arm_hv_set_vreg(u32 msr, u64 val);
54 u64 arm_hv_get_vreg(u32 msr);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dclocksource.h34 #define CLOCKSOURCE_MASK(x) ((u64)(-1ULL >> ((-(x)) & 63)))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp32 auto *StackIds = reinterpret_cast<Vector<u64> *>(Arg);
37 u64 SegmentSizeBytes(ArrayRef<LoadedModule> Modules) {
38 u64 NumSegmentsToRecord = 0;
46 return sizeof(u64) // A header which stores the number of records.
62 const u64 ExpectedNumBytes, char *&Buffer) {
65 Ptr += sizeof(u64);
67 u64 NumSegmentsRecorded = 0;
83 *((u64 *)Buffer) = NumSegmentsRecorded;
84 CHECK(ExpectedNumBytes >= static_cast<u64>(Ptr - Buffer) &&
88 u64 StackSizeByte
[all...]
H A Dmemprof_rawprofile.h11 u64 SerializeToRawProfile(MIBMapTy &BlockCache, ArrayRef<LoadedModule> Modules,
/freebsd-current/sys/ofed/include/rdma/
H A Dib_umem_odp.h44 u64 __subtree_last;
106 int ib_umem_odp_map_dma_pages(struct ib_umem *umem, u64 start_offset, u64 bcnt,
107 u64 access_mask, unsigned long current_seq);
109 void ib_umem_odp_unmap_dma_pages(struct ib_umem *umem, u64 start_offset,
110 u64 bound);
114 typedef int (*umem_call_back)(struct ib_umem *item, u64 start, u64 end,
120 int rbt_ib_umem_for_each_in_range(struct rb_root *root, u64 start, u64 en
[all...]
/freebsd-current/sys/dev/irdma/
H A Dirdma_pble.h60 u64 bit_idx;
61 u64 bits_used;
65 u64 *addr;
107 u64 size;
109 u64 fpm_addr;
119 u64 total_pble_alloc;
120 u64 free_pble_cnt;
128 u64 fpm_base_addr;
129 u64 next_fpm_addr;
131 u64 allocdpble
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dcmd.h45 u64 rx_ack_packets;
46 u64 rx_send_packets;
47 u64 tx_ack_packets;
48 u64 tx_send_packets;
49 u64 rx_total_drop;
53 u64 ddr_read_requests;
54 u64 ddr_write_requests;
55 u64 ddr_read_bytes;
56 u64 ddr_write_bytes;
64 int mlx5_fpga_access_reg(struct mlx5_core_dev *dev, u8 size, u64 add
[all...]
/freebsd-current/sys/dev/igc/
H A Digc_hw.h123 #define __le64 u64
268 u64 crcerrs;
269 u64 algnerrc;
270 u64 symerrs;
271 u64 rxerrc;
272 u64 mpc;
273 u64 scc;
274 u64 ecol;
275 u64 mcc;
276 u64 lateco
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/
H A Dpoly1305_base2_44.c20 typedef unsigned long u64; typedef
24 u64 h[3];
25 u64 s[2];
26 u64 r[3];
32 static u64 U8TOU64(const unsigned char *p)
34 return (((u64)(p[0] & 0xff)) |
35 ((u64)(p[1] & 0xff) << 8) |
36 ((u64)(p[2] & 0xff) << 16) |
37 ((u64)(p[3] & 0xff) << 24) |
38 ((u64)(
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/sync/
H A Dall_sync_ops_linkable.c50 volatile uint64_t u64 = 0; variable
62 __sync_add_and_fetch_8(&u64, 1);
69 __sync_bool_compare_and_swap_8(&u64, 1, 2);
76 __sync_fetch_and_add_8(&u64, 1);
83 __sync_fetch_and_and_8(&u64, 0x80);
91 __sync_fetch_and_nand_8(&u64, 0x80);
99 __sync_fetch_and_or_8(&u64, 0x80);
106 __sync_fetch_and_sub_8(&u64, 0x80);
113 __sync_fetch_and_xor_8(&u64, 0x80);
120 __sync_lock_release_8(&u64);
[all...]

Completed in 166 milliseconds

1234567891011>>