Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 236) sorted by relevance

12345678910

/include/linux/
Dfirmware-map.h26 int firmware_map_add_early(u64 start, u64 end, const char *type);
27 int firmware_map_add_hotplug(u64 start, u64 end, const char *type);
31 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
36 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
Dtask_io_accounting.h14 u64 rchar;
16 u64 wchar;
18 u64 syscr;
20 u64 syscw;
28 u64 read_bytes;
34 u64 write_bytes;
43 u64 cancelled_write_bytes;
Dintel-iommu.h70 static inline u64 dmar_readq(void __iomem *addr) in dmar_readq()
75 return (((u64) hi) << 32) + lo; in dmar_readq()
78 static inline void dmar_writeq(void __iomem *addr, u64 val) in dmar_writeq()
133 #define DMA_TLB_GLOBAL_FLUSH (((u64)1) << 60)
134 #define DMA_TLB_DSI_FLUSH (((u64)2) << 60)
135 #define DMA_TLB_PSI_FLUSH (((u64)3) << 60)
138 #define DMA_TLB_READ_DRAIN (((u64)1) << 49)
139 #define DMA_TLB_WRITE_DRAIN (((u64)1) << 48)
140 #define DMA_TLB_DID(id) (((u64)((id) & 0xffff)) << 32)
141 #define DMA_TLB_IVT (((u64)1) << 63)
[all …]
Drange.h5 u64 start;
6 u64 end;
10 u64 start, u64 end);
14 u64 start, u64 end);
16 void subtract_range(struct range *range, int az, u64 start, u64 end);
23 static inline resource_size_t cap_resource(u64 val) in cap_resource()
Dmath64.h17 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
35 static inline u64 div64_u64(u64 dividend, u64 divisor) in div64_u64()
53 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
65 extern u64 div64_u64(u64 dividend, u64 divisor);
82 static inline u64 div_u64(u64 dividend, u32 divisor) in div_u64()
100 u32 iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder);
103 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem()
Dbtree-128.h21 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128()
23 u64 key[2] = {k1, k2}; in btree_lookup128()
28 u64 *k1, u64 *k2) in btree_get_prev128()
30 u64 key[2] = {*k1, *k2}; in btree_get_prev128()
40 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128()
43 u64 key[2] = {k1, k2}; in btree_insert128()
48 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128()
51 u64 key[2] = {k1, k2}; in btree_update128()
56 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128()
58 u64 key[2] = {k1, k2}; in btree_remove128()
[all …]
Dhpet.h13 u64 hpet_cap; /* capabilities */
14 u64 res0; /* reserved */
15 u64 hpet_config; /* configuration */
16 u64 res1; /* reserved */
17 u64 hpet_isr; /* interrupt status reg */
18 u64 res2[25]; /* reserved */
20 u64 _hpet_mc64;
24 u64 res3; /* reserved */
26 u64 hpet_config; /* configuration/cap */
28 u64 _hpet_hc64;
[all …]
Djiffies.h81 extern u64 __jiffy_data jiffies_64;
85 u64 get_jiffies_64(void);
87 static inline u64 get_jiffies_64(void) in get_jiffies_64()
89 return (u64)jiffies; in get_jiffies_64()
263 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\
264 TICK_NSEC -1) / (u64)TICK_NSEC))
266 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\
267 TICK_NSEC -1) / (u64)TICK_NSEC))
269 ((unsigned long)((((u64)NSEC_PER_USEC << USEC_JIFFIE_SC) +\
270 TICK_NSEC -1) / (u64)TICK_NSEC))
[all …]
Dstatfs.h10 u64 f_blocks;
11 u64 f_bfree;
12 u64 f_bavail;
13 u64 f_files;
14 u64 f_ffree;
Defi.h54 u64 signature;
83 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */
84 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */
85 #define EFI_MEMORY_WT ((u64)0x0000000000000004ULL) /* write-through */
86 #define EFI_MEMORY_WB ((u64)0x0000000000000008ULL) /* write-back */
87 #define EFI_MEMORY_WP ((u64)0x0000000000001000ULL) /* write-protect */
88 #define EFI_MEMORY_RP ((u64)0x0000000000002000ULL) /* read-protect */
89 #define EFI_MEMORY_XP ((u64)0x0000000000004000ULL) /* execute-protect */
90 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */
98 u64 phys_addr;
[all …]
Dtrace_clock.h15 extern u64 notrace trace_clock_local(void);
16 extern u64 notrace trace_clock(void);
17 extern u64 notrace trace_clock_global(void);
18 extern u64 notrace trace_clock_counter(void);
Dkvm_types.h34 typedef u64 gpa_t;
35 typedef u64 gfn_t;
38 typedef u64 hpa_t;
39 typedef u64 hfn_t;
44 u64 bits;
71 u64 generation;
Dtimecompare.h80 u64 last_update;
90 u64 source_tstamp);
104 u64 *source_tstamp);
107 u64 source_tstamp);
118 u64 source_tstamp) in timecompare_update()
Dclocksource.h22 typedef u64 cycle_t;
69 u64 nsec;
80 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns()
83 u64 ret = (u64)cycles; in cyclecounter_cyc2ns()
100 u64 start_tstamp);
110 extern u64 timecounter_read(struct timecounter *tc);
126 extern u64 timecounter_cyc2time(struct timecounter *tc,
176 u64 max_idle_ns;
230 u64 tmp = ((u64)1000000) << shift_constant; in clocksource_khz2mult()
256 u64 tmp = ((u64)1000000000) << shift_constant; in clocksource_hz2mult()
[all …]
/include/net/9p/
D9p.h371 u64 path;
404 u64 length;
416 u64 st_result_mask;
421 u64 st_nlink;
422 u64 st_rdev;
423 u64 st_size;
424 u64 st_blksize;
425 u64 st_blocks;
426 u64 st_atime_sec;
427 u64 st_atime_nsec;
[all …]
/include/crypto/
Dvmac.h45 u64 nhkey[(VMAC_NHBYTES/8)+2*(VMAC_TAG_LEN/64-1)];
46 u64 polykey[2*VMAC_TAG_LEN/64];
47 u64 l3key[2*VMAC_TAG_LEN/64];
48 u64 polytmp[2*VMAC_TAG_LEN/64];
49 u64 cached_nonce[2];
50 u64 cached_aes[2];
54 typedef u64 vmac_t;
/include/acpi/
Dactbl3.h107 u64 image_address;
120 u64 entry_base_address;
121 u64 entry_length;
123 u64 entry_address64;
124 u64 exit_address;
125 u64 log_area_address;
127 u64 arch_dependent_address;
184 u64 reset_end;
185 u64 load_start;
186 u64 startup_start;
[all …]
Dprocessor.h52 u64 address;
65 u64 time;
83 u64 num_entries;
84 u64 revision;
85 u64 domain;
86 u64 coord_type;
87 u64 num_processors;
97 u64 address;
101 u64 core_frequency; /* megahertz */
102 u64 power; /* milliWatts */
[all …]
/include/linux/ceph/
Dosd_client.h52 u64 r_tid; /* unique for this client */
102 u64 cookie;
105 void (*cb)(u64, u64, u8, void *);
116 u64 ver;
117 u64 notify_id;
127 u64 last_requested_map;
132 u64 timeout_tid; /* tid of timeout triggering rq */
133 u64 last_tid; /* tid of last request */
153 u64 event_count;
163 u64 offset, length;
[all …]
/include/asm-generic/
Dcmpxchg-local.h38 case 8: prev = *(u64 *)ptr; in __cmpxchg_local_generic()
40 *(u64 *)ptr = (u64)new; in __cmpxchg_local_generic()
52 static inline u64 __cmpxchg64_local_generic(volatile void *ptr, in __cmpxchg64_local_generic()
53 u64 old, u64 new) in __cmpxchg64_local_generic()
55 u64 prev; in __cmpxchg64_local_generic()
59 prev = *(u64 *)ptr; in __cmpxchg64_local_generic()
61 *(u64 *)ptr = new; in __cmpxchg64_local_generic()
/include/scsi/
Dscsi_tgt.h14 extern int scsi_tgt_queue_command(struct scsi_cmnd *, u64, struct scsi_lun *, u64);
15 extern int scsi_tgt_tsk_mgmt_request(struct Scsi_Host *, u64, int, u64,
20 extern int scsi_tgt_it_nexus_create(struct Scsi_Host *, u64, char *);
21 extern int scsi_tgt_it_nexus_destroy(struct Scsi_Host *, u64);
Dscsi_transport_fc.h182 u64 node_name;
183 u64 port_name;
227 u64 node_name;
228 u64 port_name;
283 u64 node_name;
284 u64 port_name;
332 u64 node_name;
333 u64 port_name;
384 u64 node_name;
385 u64 port_name;
[all …]
Dosd_ore.h45 u64 group_depth;
94 u64 offset;
95 u64 obj_offset;
96 u64 length;
97 u64 first_stripe_start; /* only used in raid writes */
98 u64 M; /* for truncate */
111 struct page * (*get_page)(void *priv, u64 page_index, bool *uptodate);
175 void ore_calc_stripe_info(struct ore_layout *layout, u64 file_offset,
176 u64 length, struct ore_striping_info *si);
178 bool is_reading, u64 offset, u64 length,
[all …]
/include/trace/events/
Dbtrfs.h68 __field( u64, generation )
69 __field( u64, root_objectid )
91 __field( u64, disk_i_size )
92 __field( u64, generation )
93 __field( u64, last_trans )
94 __field( u64, logged_trans )
95 __field( u64, root_objectid )
165 __field( u64, root_objectid )
166 __field( u64, start )
167 __field( u64, len )
[all …]
Dpower.h76 __field( u64, state )
115 __field( u64, type )
116 __field( u64, state )
117 __field( u64, cpu_id )
151 __field( u64, cpu_id )
185 static inline void trace_power_start(u64 type, u64 state, u64 cpuid) {}; in trace_power_start()
186 static inline void trace_power_end(u64 cpuid) {}; in trace_power_end()
187 static inline void trace_power_start_rcuidle(u64 type, u64 state, u64 cpuid) {}; in trace_power_start_rcuidle()
188 static inline void trace_power_end_rcuidle(u64 cpuid) {}; in trace_power_end_rcuidle()
189 static inline void trace_power_frequency(u64 type, u64 state, u64 cpuid) {}; in trace_power_frequency()
[all …]

12345678910