/external/kernel-headers/original/linux/byteorder/ |
D | swab.h | 43 __u64 __x = (x); \ 44 ((__u64)( \ 45 (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | \ 46 (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | \ 47 (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 48 (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000ULL) << 8) | \ 49 (__u64)(((__u64)(__x) & (__u64)0x000000ff00000000ULL) >> 8) | \ 50 (__u64)(((__u64)(__x) & (__u64)0x0000ff0000000000ULL) >> 24) | \ 51 (__u64)(((__u64)(__x) & (__u64)0x00ff000000000000ULL) >> 40) | \ 52 (__u64)(((__u64)(__x) & (__u64)0xff00000000000000ULL) >> 56) )); \ [all …]
|
D | big_endian.h | 19 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) 24 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x)) 25 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x)) 31 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) 36 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x)) 37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) 43 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 49 return __swab64p((__u64 *)p); in __le64_to_cpup() 67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() [all …]
|
D | little_endian.h | 18 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) 19 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) 25 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x)) 30 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x)) 31 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) 37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) 43 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 49 return (__force __u64)*p; in __le64_to_cpup() 67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() [all …]
|
/external/kernel-headers/original/linux/ |
D | if_link.h | 42 __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 …]
|
D | swab.h | 22 #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))) 64 static inline __attribute_const__ __u64 __fswab64(__u64 val) in __fswab64() [all …]
|
D | nvhdcp.h | 57 __u64 c_n; // (IN) upstream exchange number 58 __u64 c_ksv; // (IN) 61 __u64 hdcp_status; // (OUT) READ_S 62 __u64 cs; // (OUT) Connection State 64 __u64 k_prime; // (OUT) 65 __u64 a_n; // (OUT) 66 __u64 a_ksv; // (OUT) 67 __u64 b_ksv; // (OUT) 68 __u64 d_ksv; // (OUT) 70 __u64 m_prime; // (OUT) [all …]
|
D | taskstats.h | 59 __u64 cpu_count; 60 __u64 cpu_delay_total; 67 __u64 blkio_count; 68 __u64 blkio_delay_total; 71 __u64 swapin_count; 72 __u64 swapin_delay_total; 80 __u64 cpu_run_real_total; 88 __u64 cpu_run_virtual_total;
|
D | neighbour.h | 94 __u64 ndts_allocs; 95 __u64 ndts_destroys; 96 __u64 ndts_hash_grows; 97 __u64 ndts_res_failed; 98 __u64 ndts_lookups; 99 __u64 ndts_hits; 100 __u64 ndts_rcv_probes_mcast; 101 __u64 ndts_rcv_probes_ucast; 102 __u64 ndts_periodic_gc_runs; 103 __u64 ndts_forced_gc_runs;
|
D | aio_abi.h | 48 __u64 data; /* the data field from the iocb */ 49 __u64 obj; /* what iocb this event came from */ 70 __u64 aio_data; /* data to be returned in event's data */ 79 __u64 aio_buf; 80 __u64 aio_nbytes; 84 __u64 aio_reserved2; /* TODO: use this for a (struct sigevent *) */ 85 __u64 aio_reserved3;
|
D | perf_event.h | 181 __u64 config; 184 __u64 sample_period; 185 __u64 sample_freq; 188 __u64 sample_type; 189 __u64 read_format; 191 __u64 disabled : 1, /* off by default */ 226 __u64 bp_addr; 227 __u64 bp_len; 237 #define PERF_EVENT_IOC_PERIOD _IOW('$', 4, __u64) 277 __u64 time_enabled; /* time event active */ [all …]
|
/external/kernel-headers/original/asm-mips/ |
D | sigcontext.h | 57 __u64 sc_regs[32]; 58 __u64 sc_fpregs[32]; 59 __u64 sc_mdhi; 60 __u64 sc_hi1; 61 __u64 sc_hi2; 62 __u64 sc_hi3; 63 __u64 sc_mdlo; 64 __u64 sc_lo1; 65 __u64 sc_lo2; 66 __u64 sc_lo3; [all …]
|
D | statfs.h | 49 __u64 f_blocks; 50 __u64 f_bfree; 51 __u64 f_files; 52 __u64 f_ffree; 53 __u64 f_bavail; 84 __u64 f_blocks; 85 __u64 f_bfree; 86 __u64 f_files; 87 __u64 f_ffree; 88 __u64 f_bavail;
|
/external/iproute2/include/linux/ |
D | if_link.h | 42 __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 …]
|
D | neighbour.h | 90 __u64 ndts_allocs; 91 __u64 ndts_destroys; 92 __u64 ndts_hash_grows; 93 __u64 ndts_res_failed; 94 __u64 ndts_lookups; 95 __u64 ndts_hits; 96 __u64 ndts_rcv_probes_mcast; 97 __u64 ndts_rcv_probes_ucast; 98 __u64 ndts_periodic_gc_runs; 99 __u64 ndts_forced_gc_runs;
|
/external/qemu/android/config/linux-x86_64/asm/ |
D | kvm.h | 29 __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/asm/ |
D | kvm.h | 29 __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/e2fsprogs/lib/blkid/ |
D | probe.h | 93 __u64 s_mmp_block; 144 __u64 xs_dblocks; 145 __u64 xs_rblocks; 151 __u64 xs_icount; 152 __u64 xs_ifree; 153 __u64 xs_fdblocks; 177 __u64 rs4_dummy2; 183 __u64 js_size; 419 __u64 __pad0; /* Was generation number in gfs1 */ 425 __u64 no_formal_ino; [all …]
|
/external/blktrace/btreplay/ |
D | btrecord.h | 35 __u64 npkts; 36 __u64 time_stamp; 47 __u64 sector; 48 __u64 nbytes; 72 __u64 version; 73 __u64 genesis; 74 __u64 nbunches; 75 __u64 total_pkts; 78 static inline __u64 mk_btversion(int mjr, int mnr, int sub) in mk_btversion() 83 static inline void get_btversion(__u64 version, int *mjr, int *mnr, int *sub) in get_btversion()
|
/external/qemu/android/config/linux-x86_64/linux/ |
D | kvm.h | 27 __u64 guest_phys_addr; 28 __u64 memory_size; /* bytes */ 35 __u64 guest_phys_addr; 36 __u64 memory_size; /* bytes */ 37 __u64 userspace_addr; /* start of the userspace allocated memory */ 116 __u64 cr8; 117 __u64 apic_base; 121 __u64 psw_mask; /* psw upper half */ 122 __u64 psw_addr; /* psw lower half */ 127 __u64 hardware_exit_reason; [all …]
|
/external/qemu/android/config/linux-x86/linux/ |
D | kvm.h | 27 __u64 guest_phys_addr; 28 __u64 memory_size; /* bytes */ 35 __u64 guest_phys_addr; 36 __u64 memory_size; /* bytes */ 37 __u64 userspace_addr; /* start of the userspace allocated memory */ 116 __u64 cr8; 117 __u64 apic_base; 121 __u64 psw_mask; /* psw upper half */ 122 __u64 psw_addr; /* psw lower half */ 127 __u64 hardware_exit_reason; [all …]
|
/external/blktrace/btt/ |
D | globals.h | 76 __u64 min, max, total; 102 __u64 start, end; 113 __u64 last_q; 119 __u64 rqm[2], ios[2], sec[2], wait, svctm; 141 __u64 last_q, n_qs, n_ds; 142 __u64 n_act_q, t_act_q; /* # currently active when Q comes in */ 147 __u64 nios_up, nios_upt; 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; 158 __u64 s_time; 182 extern __u64 last_q; [all …]
|
D | inlines.h | 51 static inline void update_range(struct list_head *head_p, __u64 time) in update_range() 72 static inline void update_qregion(struct region_info *reg, __u64 time) in update_qregion() 77 static inline void update_cregion(struct region_info *reg, __u64 time) in update_cregion() 82 static inline void avg_update(struct avg_info *ap, __u64 t) in avg_update() 95 static inline void avg_update_n(struct avg_info *ap, __u64 t, int n) in avg_update_n() 111 static inline void avg_unupdate(struct avg_info *ap, __u64 t) in avg_unupdate() 117 static inline void update_lq(__u64 *last_q, struct avg_info *avg, __u64 time) in update_lq() 119 if (*last_q != ((__u64)-1)) in update_lq() 200 static inline void update_q2c(struct io *iop, __u64 c_time) in update_q2c() 208 static inline void update_q2a(struct io *iop, __u64 a_time) in update_q2a() [all …]
|
D | latency.c | 23 static inline void latency_out(FILE *ofp, __u64 tstamp, __u64 latency) in latency_out() 57 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2d() 63 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_d2c() 69 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2c()
|
/external/kernel-headers/original/linux/raid/ |
D | md_p.h | 162 __u64 reshape_position; /* 12,13 next address in array-space for reshape */ 195 static inline __u64 md_event(mdp_super_t *sb) { in md_event() 196 __u64 ev = sb->events_hi; in md_event() 217 __u64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ 220 __u64 size; /* used size of component devices, in 512byte sectors */ 231 __u64 reshape_position; /* next address in array-space for reshape */ 238 __u64 data_offset; /* sector start of data, often 0 */ 239 __u64 data_size; /* sectors in this device that can be used for data */ 240 __u64 super_offset; /* sector start of this superblock */ 241 __u64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */ [all …]
|
/external/linux-tools-perf/util/include/linux/added/ |
D | perf_event.h | 191 __u64 config; 194 __u64 sample_period; 195 __u64 sample_freq; 198 __u64 sample_type; 199 __u64 read_format; 201 __u64 disabled : 1, /* off by default */ 239 __u64 bp_addr; 240 __u64 config1; /* extension of config */ 243 __u64 bp_len; 244 __u64 config2; /* extension of config1 */ [all …]
|