Searched refs:u64 (Results 301 - 325 of 10442) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/xfs/scrub/
H A Dstats.h10 u64 scrub_ns;
11 u64 repair_ns;
32 static inline u64 xchk_stats_now(void) { return ktime_get_ns(); }
33 static inline u64 xchk_stats_elapsed_ns(u64 since)
35 u64 now = xchk_stats_now();
/linux-master/drivers/s390/net/
H A Dism.h50 u64 sba;
60 u64 ieq;
61 u64 len;
74 u64 gid;
86 u64 ism_state;
87 u64 my_gid;
88 u64 sba;
89 u64 ieq;
103 u64 rgid;
115 u64 dm
174 u64 : 64; member in struct:ism_eq_header
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dpaca.h88 u64 kernel_toc; /* Kernel TOC address */
90 u64 kernelbase; /* Base address of kernel */
91 u64 kernel_msr; /* MSR while running in kernel */
93 u64 data_offset; /* per cpu data offset */
105 u64 dscr_default; /* per-CPU default DSCR */
112 u64 exgen[EX_SIZE] __attribute__((aligned(0x80)));
129 u64 exgen[8] __aligned(0x40);
141 u64 extlb[12][EX_TLB_SIZE / sizeof(u64)];
142 u64 exm
[all...]
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.h12 u64 desc_addr;
13 u64 avail_addr;
14 u64 used_addr;
23 u64 doorbell;
38 u64 supported_features; /* supported device features */
39 u64 negotiated_features; /* negotiated features */
/linux-master/fs/bcachefs/
H A Djournal_types.h28 u64 last_seq; /* copy of data->last_seq */
30 u64 flush_time;
69 struct journal_entry_pin *, u64);
74 u64 seq;
82 u64 seq;
91 u64 v;
95 u64 cur_entry_offset:20,
157 typedef DARRAY(u64) darray_u64;
227 u64 seq_ondisk;
228 u64 flushed_seq_ondis
[all...]
H A Drebalance_types.h24 u64 wait_iotime_start;
25 u64 wait_iotime_end;
26 u64 wait_wallclock_start;
/linux-master/include/linux/
H A Dnuma.h32 int memory_add_physaddr_to_nid(u64 start);
36 int phys_to_target_node(u64 start);
39 int numa_fill_memblks(u64 start, u64 end);
47 static inline int memory_add_physaddr_to_nid(u64 start)
51 static inline int phys_to_target_node(u64 start)
H A Dpowercap.h98 int (*get_max_energy_range_uj) (struct powercap_zone *, u64 *);
99 int (*get_energy_uj) (struct powercap_zone *, u64 *);
101 int (*get_max_power_range_uw) (struct powercap_zone *, u64 *);
102 int (*get_power_uw) (struct powercap_zone *, u64 *);
176 int (*set_power_limit_uw) (struct powercap_zone *, int, u64);
177 int (*get_power_limit_uw) (struct powercap_zone *, int, u64 *);
178 int (*set_time_window_us) (struct powercap_zone *, int, u64);
179 int (*get_time_window_us) (struct powercap_zone *, int, u64 *);
180 int (*get_max_power_uw) (struct powercap_zone *, int, u64 *);
181 int (*get_min_power_uw) (struct powercap_zone *, int, u64 *);
[all...]
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_heap.h18 u64 *heap_ctx_gpu_va,
19 u64 *first_chunk_gpu_va);
31 u64 heap_gpu_va,
34 u64 *new_chunk_gpu_va);
36 u64 heap_gpu_va,
37 u64 chunk_gpu_va);
/linux-master/arch/mips/include/asm/sgi/
H A Dheart.h80 u64 mode; /* + 0x00000 */
82 u64 sdram_mode; /* + 0x00008 */
83 u64 mem_refresh; /* + 0x00010 */
84 u64 mem_req_arb; /* + 0x00018 */
86 u64 q[HEART_MEMORY_BANKS]; /* readq() */
90 u64 fc_mode; /* + 0x00040 */
91 u64 fc_timer_limit; /* + 0x00048 */
92 u64 fc_addr[2]; /* + 0x00050 */
93 u64 fc_credit_cnt[2]; /* + 0x00060 */
94 u64 fc_time
[all...]
/linux-master/fs/btrfs/
H A Ddelayed-ref.h37 u64 objectid;
45 u64 offset;
69 u64 bytenr;
72 u64 num_bytes;
75 u64 seq;
78 u64 ref_root;
84 u64 parent;
114 u64 flags_to_set;
124 u64 bytenr;
125 u64 num_byte
[all...]
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_device.h69 u64 scatter_buf_size;
72 u64 gather_enable;
75 u64 scatter_enable;
/linux-master/arch/mips/lib/
H A Diomap_copy.c19 u64 *dst = to;
20 const u64 __iomem *src = from;
21 const u64 __iomem *end = src + count;
/linux-master/tools/include/linux/
H A Dring_buffer.h51 static inline u64 ring_buffer_read_head(struct perf_event_mmap_page *base)
61 u64 head = READ_ONCE(base->data_head);
69 u64 tail)
/linux-master/include/crypto/
H A Dgf128mul.h129 * to keep elements of GF(2^128) in type u64[2]. On 32-bit wordsize
176 static inline u64 gf128mul_mask_from_bit(u64 x, int which)
178 /* a constant-time version of 'x & ((u64)1 << which) ? (u64)-1 : 0' */
184 u64 a = be64_to_cpu(x->a);
185 u64 b = be64_to_cpu(x->b);
189 u64 _tt = gf128mul_mask_from_bit(b, 0) & ((u64)0xe1 << 56);
197 u64
[all...]
/linux-master/kernel/kcsan/
H A Dpermissive.h38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff)
/linux-master/tools/perf/arch/s390/util/
H A Dmachine.c12 int arch__fix_module_text_start(u64 *start, u64 *size, const char *name)
14 u64 m_start = *start;
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h66 int __pkvm_host_share_hyp(u64 pfn);
67 int __pkvm_host_unshare_hyp(u64 pfn);
68 int __pkvm_host_donate_hyp(u64 pfn, u64 nr_pages);
69 int __pkvm_hyp_donate_host(u64 pfn, u64 nr_pages);
70 int __pkvm_host_share_ffa(u64 pfn, u64 nr_pages);
71 int __pkvm_host_unshare_ffa(u64 pfn, u64 nr_page
[all...]
/linux-master/arch/x86/include/asm/
H A Ddiv64.h43 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder)
46 u64 v64;
63 static inline u64 mul_u32_u32(u32 a, u32 b)
70 return low | ((u64)high) << 32;
84 * Will generate an #DE when the result doesn't fit u64, could fix with an
87 static inline u64 mul_u64_u64_div_u64(u64 a, u64 mul, u64 di
[all...]
/linux-master/include/asm-generic/
H A Diomap.h35 extern u64 ioread64(const void __iomem *);
36 extern u64 ioread64be(const void __iomem *);
44 extern u64 ioread64_lo_hi(const void __iomem *addr);
45 extern u64 ioread64_hi_lo(const void __iomem *addr);
46 extern u64 ioread64be_lo_hi(const void __iomem *addr);
47 extern u64 ioread64be_hi_lo(const void __iomem *addr);
56 extern void iowrite64(u64, void __iomem *);
57 extern void iowrite64be(u64, void __iomem *);
65 extern void iowrite64_lo_hi(u64 val, void __iomem *addr);
66 extern void iowrite64_hi_lo(u64 va
[all...]
/linux-master/net/vmw_vsock/
H A Dvmci_transport.h50 u64 generation;
51 u64 offset;
69 u64 size;
70 u64 mode;
77 u64 write_notify_window;
78 u64 write_notify_min_window;
86 u64 produce_q_generation;
87 u64 consume_q_generation;
91 u64 write_notify_window;
92 u64 write_notify_min_windo
[all...]
/linux-master/tools/perf/util/
H A Dlock-contention.h16 u64 *cgrps;
23 u64 addr; /* address of lockdep_map, used as ID */
25 u64 *callstack;
39 u64 avg_wait_time;
40 u64 wait_time_total;
41 u64 wait_time_min;
42 u64 wait_time_max;
70 struct lock_stat *lock_stat_find(u64 addr);
71 struct lock_stat *lock_stat_findnew(u64 addr, const char *name, int flags);
73 bool match_callstack_filter(struct machine *machine, u64 *callstac
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.h35 bool uds_sparse_cache_contains(struct sparse_cache *cache, u64 virtual_chapter,
38 int __must_check uds_update_sparse_cache(struct index_zone *zone, u64 virtual_chapter);
44 u64 *virtual_chapter_ptr, u16 *record_page_ptr);
/linux-master/drivers/md/dm-vdo/
H A Dint-map.h15 * An int_map associates pointers (void *) with integer keys (u64). NULL pointer values are
32 void *vdo_int_map_get(struct int_map *map, u64 key);
34 int __must_check vdo_int_map_put(struct int_map *map, u64 key, void *new_value,
37 void *vdo_int_map_remove(struct int_map *map, u64 key);
/linux-master/arch/arm64/include/asm/
H A Dkvm_pgtable.h31 static inline u64 kvm_get_parange_max(void)
40 static inline u64 kvm_get_parange(u64 mmfr0)
42 u64 parange_max = kvm_get_parange_max();
43 u64 parange = cpuid_feature_extract_unsigned_field(mmfr0,
51 typedef u64 kvm_pte_t;
67 static inline u64 kvm_pte_to_phys(kvm_pte_t pte)
69 u64 pa;
83 static inline kvm_pte_t kvm_phys_to_pte(u64 pa)
107 static inline u64 kvm_granule_shif
[all...]

Completed in 327 milliseconds

<<11121314151617181920>>