Searched refs:u64 (Results 76 - 100 of 10365) sorted by relevance

1234567891011>>

/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-session.h29 u64 posts_found;
31 u64 posts_found_open_chapter;
33 u64 posts_found_dense;
35 u64 posts_found_sparse;
37 u64 posts_not_found;
39 u64 updates_found;
41 u64 updates_not_found;
43 u64 deletions_found;
45 u64 deletions_not_found;
47 u64 queries_foun
[all...]
/linux-master/tools/perf/util/
H A Dsample.h9 #define PERF_SAMPLE_REGS_CACHE_SIZE (8 * sizeof(u64))
12 u64 abi;
13 u64 mask;
14 u64 *regs;
17 u64 cache_regs[PERF_SAMPLE_REGS_CACHE_SIZE];
18 u64 cache_mask;
23 u64 size;
28 u64 value;
29 u64 id; /* only if PERF_FORMAT_ID */
30 u64 los
[all...]
H A Dtsc.h12 u64 time_zero;
13 u64 time_cycles;
14 u64 time_mask;
25 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
26 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
27 u64 rdtsc(void);
H A Dthread-stack.h57 u64 call_time;
58 u64 return_time;
59 u64 branch_count;
60 u64 insn_count;
61 u64 cyc_count;
62 u64 call_ref;
63 u64 return_ref;
64 u64 db_id;
65 u64 parent_db_id;
78 int (*process)(struct call_return *cr, u64 *parent_db_i
[all...]
/linux-master/drivers/hwtracing/intel_th/
H A Dsth.h22 u64 Dn;
23 u64 DnM;
24 u64 DnTS;
25 u64 DnMTS;
26 u64 USER;
27 u64 USER_TS;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_mem_ops.h36 u64 octeon_read_device_mem64(struct octeon_device *oct, u64 core_addr);
44 u32 octeon_read_device_mem32(struct octeon_device *oct, u64 core_addr);
53 u64 core_addr,
60 u64 coreaddr,
68 u64 coreaddr,
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.h21 u64 num_produce_pages;
22 u64 num_consume_pages;
23 u64 *produce_ppns;
24 u64 *consume_ppns;
33 u64 produce_size;
34 u64 consume_size;
35 u64 ppn_va; /* Start VA of queue pair PPNs. */
36 u64 num_ppns;
44 u64 va; /* Start VA of queue pair PPNs. */
45 u64 num_ppn
[all...]
/linux-master/include/linux/
H A Dsched_clock.h28 u64 epoch_ns;
29 u64 epoch_cyc;
30 u64 sched_clock_mask;
31 u64 (*read_sched_clock)(void);
41 extern void sched_clock_register(u64 (*read)(void), int bits,
46 static inline void sched_clock_register(u64 (*read)(void), int bits,
H A Dvhost_iotlb.h10 u64 start;
11 u64 last;
12 u64 size;
13 u64 addr;
19 u64 __subtree_last;
33 int vhost_iotlb_add_range_ctx(struct vhost_iotlb *iotlb, u64 start, u64 last,
34 u64 addr, unsigned int perm, void *opaque);
35 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, u64 start, u64 las
[all...]
H A Dtimecounter.h14 #define CYCLECOUNTER_MASK(bits) (u64)((bits) < 64 ? ((1ULL<<(bits))-1) : -1)
31 u64 (*read)(const struct cyclecounter *cc);
32 u64 mask;
57 u64 cycle_last;
58 u64 nsec;
59 u64 mask;
60 u64 frac;
72 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc,
73 u64 cycles, u64 mas
[all...]
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c17 static __always_inline u64 u64_eq_mask(u64 a, u64 b)
19 u64 x = a ^ b;
20 u64 minus_x = ~x + (u64)1U;
21 u64 x_or_minus_x = x | minus_x;
22 u64 xnx = x_or_minus_x >> (u32)63U;
23 u64 c = xnx - (u64)
[all...]
/linux-master/fs/bcachefs/
H A Dkeylist_types.h8 u64 *keys_p;
12 u64 *top_p;
H A Dbuckets_types.h37 u64 buckets;
38 u64 sectors; /* _compressed_ sectors: */
44 u64 fragmented;
49 u64 hidden;
50 u64 btree;
51 u64 data;
52 u64 cached;
53 u64 reserved;
54 u64 nr_inodes;
60 u64 persistent_reserve
[all...]
/linux-master/include/linux/sched/
H A Dtypes.h18 u64 stime;
19 u64 utime;
/linux-master/arch/s390/include/asm/
H A Duv.h116 u64 reserved08; /* 0x0008 */
117 u64 inst_calls_list[4]; /* 0x0010 */
118 u64 reserved30[2]; /* 0x0030 */
119 u64 uv_base_stor_len; /* 0x0040 */
120 u64 reserved48; /* 0x0048 */
121 u64 conf_base_phys_stor_len; /* 0x0050 */
122 u64 conf_base_virt_stor_len; /* 0x0058 */
123 u64 conf_virt_var_stor_len; /* 0x0060 */
124 u64 cpu_stor_len; /* 0x0068 */
127 u64 max_guest_stor_add
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_hw.h206 u64 crcerrs;
207 u64 algnerrc;
208 u64 symerrs;
209 u64 rxerrc;
210 u64 mpc;
211 u64 scc;
212 u64 ecol;
213 u64 mcc;
214 u64 latecol;
215 u64 col
[all...]
/linux-master/drivers/crypto/cavium/cpt/
H A Dcpt_common.h39 #define CPTX_PF_CONSTANTS(a) (0x0ll + ((u64)(a) << 36))
40 #define CPTX_PF_RESET(a) (0x100ll + ((u64)(a) << 36))
41 #define CPTX_PF_DIAG(a) (0x120ll + ((u64)(a) << 36))
42 #define CPTX_PF_BIST_STATUS(a) (0x160ll + ((u64)(a) << 36))
43 #define CPTX_PF_ECC0_CTL(a) (0x200ll + ((u64)(a) << 36))
44 #define CPTX_PF_ECC0_FLIP(a) (0x210ll + ((u64)(a) << 36))
45 #define CPTX_PF_ECC0_INT(a) (0x220ll + ((u64)(a) << 36))
46 #define CPTX_PF_ECC0_INT_W1S(a) (0x230ll + ((u64)(a) << 36))
47 #define CPTX_PF_ECC0_ENA_W1S(a) (0x240ll + ((u64)(a) << 36))
48 #define CPTX_PF_ECC0_ENA_W1C(a) (0x250ll + ((u64)(
[all...]
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c23 static s64 __uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3,
24 u64 a4, u64 a5)
35 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5);
40 static s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dtime.h21 extern u64 decrementer_max;
27 extern u64 decrementer_max;
41 u64 result_high;
42 u64 result_low;
45 static inline u64 get_vtb(void)
59 static inline u64 get_dec(void)
72 static inline void set_dec(u64 val)
94 extern u64 mulhdu(u64, u64);
[all...]
H A Dcell-regs.h42 u64 val;
47 u64 val;
57 u64 pad_0x0000; /* 0x0000 */
59 u64 group_control; /* 0x0008 */
63 u64 debug_bus_control; /* 0x00a8 */
67 u64 trace_aux_data; /* 0x0100 */
68 u64 trace_buffer_0_63; /* 0x0108 */
69 u64 trace_buffer_64_127; /* 0x0110 */
70 u64 trace_address; /* 0x0118 */
71 u64 ext_tr_time
[all...]
/linux-master/drivers/fpga/
H A Ddfl-afu.h37 u64 size;
38 u64 offset;
39 u64 phys;
54 u64 user_addr;
55 u64 length;
56 u64 iova;
73 u64 region_cur_offset;
88 u32 region_index, u64 region_size, u64 phys, u32 flags);
94 u64 offse
[all...]
/linux-master/fs/btrfs/
H A Dextent_map.h18 #define EXTENT_MAP_LAST_BYTE ((u64)-4)
19 #define EXTENT_MAP_HOLE ((u64)-3)
20 #define EXTENT_MAP_INLINE ((u64)-2)
47 u64 start;
48 u64 len;
49 u64 mod_start;
50 u64 mod_len;
51 u64 orig_start;
52 u64 orig_block_len;
53 u64 ram_byte
[all...]
H A Dfree-space-cache.h39 u64 offset;
40 u64 bytes;
41 u64 max_extent_size;
74 u64 free_space;
79 u64 start;
131 u64 bytenr, u64 size);
133 u64 bytenr, u64 size);
135 u64 byten
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dmurmurhash3.c13 static inline u64 rotl64(u64 x, s8 r)
22 static __always_inline u64 fmix64(u64 k)
38 u64 h1 = seed;
39 u64 h2 = seed;
41 const u64 c1 = 0x87c37b91114253d5LLU;
42 const u64 c2 = 0x4cf5ad432745937fLLU;
44 u64 *hash_out = out;
48 const u64 *block
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dvmm.h20 u64 addr;
21 u64 size;
26 u64 start;
27 u64 limit;
40 enum nvif_vmm_type, u64 addr, u64 size, void *argv, u32 argc,
44 u8 page, u8 align, u64 size, struct nvif_vma *);
46 int nvif_vmm_map(struct nvif_vmm *, u64 addr, u64 size, void *argv, u32 argc,
47 struct nvif_mem *, u64 offse
[all...]

Completed in 300 milliseconds

1234567891011>>