Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/kernel-headers/original/uapi/linux/
Dbtrfs.h45 __u64 flags;
46 __u64 max_rfer;
47 __u64 max_excl;
48 __u64 rsv_rfer;
49 __u64 rsv_excl;
53 __u64 flags;
54 __u64 num_qgroups;
55 __u64 num_ref_copies;
56 __u64 num_excl_copies;
58 __u64 qgroups[0];
[all …]
Dtaskstats.h71 __u64 cpu_count __attribute__((aligned(8)));
72 __u64 cpu_delay_total;
79 __u64 blkio_count;
80 __u64 blkio_delay_total;
83 __u64 swapin_count;
84 __u64 swapin_delay_total;
92 __u64 cpu_run_real_total;
100 __u64 cpu_run_virtual_total;
115 __u64 ac_etime __attribute__((aligned(8)));
117 __u64 ac_utime; /* User CPU time [usec] */
[all …]
Dbcache.h11 static inline __u64 name(const type *k) \
14 static inline void SET_##name(type *k, __u64 v) \
23 __u64 high;
24 __u64 low;
25 __u64 ptr[];
32 static inline __u64 name(const struct bkey *k, unsigned i) \
35 static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) \
55 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET()
60 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET()
72 .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), \
[all …]
Dperf_event.h259 __u64 config;
262 __u64 sample_period;
263 __u64 sample_freq;
266 __u64 sample_type;
267 __u64 read_format;
269 __u64 disabled : 1, /* off by default */
314 __u64 bp_addr;
315 __u64 config1; /* extension of config */
318 __u64 bp_len;
319 __u64 config2; /* extension of config1 */
[all …]
Dfirewire-cdev.h62 __u64 closure;
86 __u64 closure;
117 __u64 closure;
133 __u64 closure;
136 __u64 offset;
192 __u64 closure;
195 __u64 offset;
258 __u64 closure;
297 __u64 closure;
324 __u64 closure;
[all …]
Dswab.h22 #define ___constant_swab64(x) ((__u64)( \
23 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \
24 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \
25 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \
26 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \
27 (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \
28 (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \
29 (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \
30 (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
68 static inline __attribute_const__ __u64 __fswab64(__u64 val) in __fswab64()
[all …]
Dedd.h77 __u64 number_of_sectors;
101 __u64 reserved;
104 __u64 reserved;
107 __u64 reserved;
110 __u64 reserved;
119 __u64 reserved4;
127 __u64 reserved4;
131 __u64 lun;
136 __u64 serial_number;
137 __u64 reserved;
[all …]
Dkvm.h72 __u64 address;
91 __u64 guest_phys_addr;
92 __u64 memory_size; /* bytes */
99 __u64 guest_phys_addr;
100 __u64 memory_size; /* bytes */
101 __u64 userspace_addr; /* start of the userspace allocated memory */
196 __u64 cr8;
197 __u64 apic_base;
201 __u64 psw_mask; /* psw upper half */
202 __u64 psw_addr; /* psw lower half */
[all …]
Dif_link.h42 __u64 rx_packets; /* total packets received */
43 __u64 tx_packets; /* total packets transmitted */
44 __u64 rx_bytes; /* total bytes received */
45 __u64 tx_bytes; /* total bytes transmitted */
46 __u64 rx_errors; /* bad packets received */
47 __u64 tx_errors; /* packet transmit problems */
48 __u64 rx_dropped; /* no space in linux buffers */
49 __u64 tx_dropped; /* no space available in linux */
50 __u64 multicast; /* multicast packets received */
51 __u64 collisions;
[all …]
/external/kernel-headers/original/uapi/asm-x86/asm/
Dsigcontext.h28 __u64 xstate_bv;
142 __u64 rip;
143 __u64 rdp;
161 __u64 r8;
162 __u64 r9;
163 __u64 r10;
164 __u64 r11;
165 __u64 r12;
166 __u64 r13;
167 __u64 r14;
[all …]
Dkvm.h51 __u64 guest_phys_addr;
52 __u64 memory_size;
53 __u64 target_phys_addr;
78 __u64 base_address;
84 __u64 bits;
109 __u64 rax, rbx, rcx, rdx;
110 __u64 rsi, rdi, rsp, rbp;
111 __u64 r8, r9, r10, r11;
112 __u64 r12, r13, r14, r15;
113 __u64 rip, rflags;
[all …]
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
Dperf_event.h236 __u64 config;
239 __u64 sample_period;
240 __u64 sample_freq;
243 __u64 sample_type;
244 __u64 read_format;
246 __u64 disabled : 1, /* off by default */
291 __u64 bp_addr;
292 __u64 config1; /* extension of config */
295 __u64 bp_len;
296 __u64 config2; /* extension of config1 */
[all …]
Dswab.h22 #define ___constant_swab64(x) ((__u64)( \
23 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \
24 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \
25 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \
26 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \
27 (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \
28 (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \
29 (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \
30 (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
68 static inline __attribute_const__ __u64 __fswab64(__u64 val) in __fswab64()
[all …]
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h109 __u64 element;
115 __u64 cq_handle;
139 __u64 response;
146 __u64 response;
147 __u64 driver_data[0];
156 __u64 response;
157 __u64 driver_data[0];
161 __u64 fw_ver;
164 __u64 max_mr_size;
165 __u64 page_size_cap;
[all …]
Dib_user_cm.h75 __u64 uid;
76 __u64 response;
84 __u64 response;
94 __u64 response;
107 __u64 response;
125 __u64 data;
137 __u64 data;
138 __u64 primary_path;
139 __u64 alternate_path;
155 __u64 uid;
[all …]
/external/iproute2/include/linux/
Dif_link.h42 __u64 rx_packets; /* total packets received */
43 __u64 tx_packets; /* total packets transmitted */
44 __u64 rx_bytes; /* total bytes received */
45 __u64 tx_bytes; /* total bytes transmitted */
46 __u64 rx_errors; /* bad packets received */
47 __u64 tx_errors; /* packet transmit problems */
48 __u64 rx_dropped; /* no space in linux buffers */
49 __u64 tx_dropped; /* no space available in linux */
50 __u64 multicast; /* multicast packets received */
51 __u64 collisions;
[all …]
/external/e2fsprogs/lib/ext2fs/
Dqcow2.h43 __u64 backing_file_offset;
47 __u64 size;
51 __u64 l1_table_offset;
53 __u64 refcount_table_offset;
57 __u64 snapshots_offset;
64 __u64 offset;
65 __u64 *data;
75 __u64 next_offset;
79 __u64 *refcount_table;
80 __u64 refcount_table_offset;
[all …]
Dbmap64.h45 __u64 start, end;
46 __u64 real_end;
74 __u64 new_end,
75 __u64 new_real_end);
77 int (*mark_bmap)(ext2fs_generic_bitmap bitmap, __u64 arg);
78 int (*unmark_bmap)(ext2fs_generic_bitmap bitmap, __u64 arg);
79 int (*test_bmap)(ext2fs_generic_bitmap bitmap, __u64 arg);
80 void (*mark_bmap_extent)(ext2fs_generic_bitmap bitmap, __u64 arg,
82 void (*unmark_bmap_extent)(ext2fs_generic_bitmap bitmap, __u64 arg,
85 __u64 arg, unsigned int num);
[all …]
Dext2fsP.h93 __u64 max;
100 const char *label, __u64 max);
103 __u64 val);
113 int type, __u64 start, __u64 end,
114 __u64 real_end,
124 __u64 new_end,
125 __u64 new_real_end);
128 __u64 end, __u64 *oend);
130 __u64 arg);
132 __u64 arg);
[all …]
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
Dkvm.h51 __u64 guest_phys_addr;
52 __u64 memory_size;
53 __u64 target_phys_addr;
78 __u64 base_address;
84 __u64 bits;
109 __u64 rax, rbx, rcx, rdx;
110 __u64 rsi, rdi, rsp, rbp;
111 __u64 r8, r9, r10, r11;
112 __u64 r12, r13, r14, r15;
113 __u64 rip, rflags;
[all …]
/external/qemu/android/config/linux-x86/asm/
Dkvm.h29 __u64 guest_phys_addr;
30 __u64 memory_size;
31 __u64 target_phys_addr;
56 __u64 base_address;
62 __u64 bits;
86 __u64 rax, rbx, rcx, rdx;
87 __u64 rsi, rdi, rsp, rbp;
88 __u64 r8, r9, r10, r11;
89 __u64 r12, r13, r14, r15;
90 __u64 rip, rflags;
[all …]
/external/qemu/android/config/linux-x86_64/asm/
Dkvm.h29 __u64 guest_phys_addr;
30 __u64 memory_size;
31 __u64 target_phys_addr;
56 __u64 base_address;
62 __u64 bits;
86 __u64 rax, rbx, rcx, rdx;
87 __u64 rsi, rdi, rsp, rbp;
88 __u64 r8, r9, r10, r11;
89 __u64 r12, r13, r14, r15;
90 __u64 rip, rflags;
[all …]
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsigcontext.h58 __u64 sc_regs[32];
59 __u64 sc_fpregs[32];
60 __u64 sc_mdhi;
61 __u64 sc_hi1;
62 __u64 sc_hi2;
63 __u64 sc_hi3;
64 __u64 sc_mdlo;
65 __u64 sc_lo1;
66 __u64 sc_lo2;
67 __u64 sc_lo3;
[all …]
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h114 __u64 fb_id_ptr;
115 __u64 crtc_id_ptr;
116 __u64 connector_id_ptr;
117 __u64 encoder_id_ptr;
127 __u64 set_connectors_ptr;
169 __u64 format_type_ptr;
173 __u64 plane_id_ptr;
226 __u64 encoders_ptr;
227 __u64 modes_ptr;
228 __u64 props_ptr;
[all …]
/external/e2fsprogs/lib/blkid/
Dprobe.h93 __u64 s_mmp_block;
145 __u64 xs_dblocks;
146 __u64 xs_rblocks;
152 __u64 xs_icount;
153 __u64 xs_ifree;
154 __u64 xs_fdblocks;
178 __u64 rs4_dummy2;
184 __u64 js_size;
420 __u64 __pad0; /* Was generation number in gfs1 */
426 __u64 no_formal_ino;
[all …]

12345678910