Searched refs:__u64 (Results 1 – 25 of 538) sorted by relevance
12345678910>>...22
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 70 __u64 flags; 71 __u64 max_rfer; 72 __u64 max_excl; 73 __u64 rsv_rfer; 74 __u64 rsv_excl; 86 __u64 flags; 87 __u64 num_qgroups; 88 __u64 num_ref_copies; 89 __u64 num_excl_copies; 91 __u64 qgroups[0]; [all …]
|
D | taskstats.h | 72 __u64 cpu_count __attribute__((aligned(8))); 73 __u64 cpu_delay_total; 80 __u64 blkio_count; 81 __u64 blkio_delay_total; 84 __u64 swapin_count; 85 __u64 swapin_delay_total; 93 __u64 cpu_run_real_total; 101 __u64 cpu_run_virtual_total; 116 __u64 ac_etime __attribute__((aligned(8))); 118 __u64 ac_utime; /* User CPU time [usec] */ [all …]
|
D | userfaultfd.h | 21 #define UFFD_API ((__u64)0xAA) 31 ((__u64)1 << _UFFDIO_REGISTER | \ 32 (__u64)1 << _UFFDIO_UNREGISTER | \ 33 (__u64)1 << _UFFDIO_API) 35 ((__u64)1 << _UFFDIO_WAKE | \ 36 (__u64)1 << _UFFDIO_COPY | \ 37 (__u64)1 << _UFFDIO_ZEROPAGE) 39 ((__u64)1 << _UFFDIO_WAKE | \ 40 (__u64)1 << _UFFDIO_COPY) 82 __u64 flags; [all …]
|
D | nilfs2_api.h | 33 __u64 ci_cno; 34 __u64 ci_create; 35 __u64 ci_nblk_inc; 36 __u64 ci_inodes_count; 37 __u64 ci_blocks_count; 38 __u64 ci_next; 67 __u64 sui_lastmod; 103 __u64 sup_segnum; 149 __u64 cm_cno; 163 __u64 v_base; [all …]
|
D | cryptouser.h | 81 __u64 stat_encrypt_cnt; 82 __u64 stat_encrypt_tlen; 83 __u64 stat_decrypt_cnt; 84 __u64 stat_decrypt_tlen; 85 __u64 stat_err_cnt; 90 __u64 stat_encrypt_cnt; 91 __u64 stat_encrypt_tlen; 92 __u64 stat_decrypt_cnt; 93 __u64 stat_decrypt_tlen; 94 __u64 stat_verify_cnt; [all …]
|
D | rds.h | 136 __u64 value; 146 __u64 next_tx_seq; 147 __u64 next_rx_seq; 155 __u64 next_tx_seq; 156 __u64 next_rx_seq; 167 __u64 seq; 177 __u64 seq; 194 __u64 inum; 204 __u64 inum; 212 __u64 hdr_rem; [all …]
|
D | kfd_ioctl.h | 46 __u64 ring_base_address; /* to KFD */ 47 __u64 write_pointer_address; /* from KFD */ 48 __u64 read_pointer_address; /* from KFD */ 49 __u64 doorbell_offset; /* from KFD */ 58 __u64 eop_buffer_address; /* to KFD */ 59 __u64 eop_buffer_size; /* to KFD */ 60 __u64 ctx_save_restore_address; /* to KFD */ 71 __u64 ring_base_address; /* to KFD */ 82 __u64 cu_mask_ptr; /* to KFD */ 86 __u64 ctl_stack_address; /* to KFD */ [all …]
|
D | bcache.h | 12 static inline __u64 name(const type *k) \ 15 static inline void SET_##name(type *k, __u64 v) \ 24 __u64 high; 25 __u64 low; 26 __u64 ptr[]; 33 static inline __u64 name(const struct bkey *k, unsigned int i) \ 36 static inline void SET_##name(struct bkey *k, unsigned int i, __u64 v) \ 56 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET() 61 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET() 73 .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), \ [all …]
|
D | perf_event.h | 325 __u64 config; 328 __u64 sample_period; 329 __u64 sample_freq; 332 __u64 sample_type; 333 __u64 read_format; 335 __u64 disabled : 1, /* off by default */ 384 __u64 bp_addr; 385 __u64 kprobe_func; /* for perf_kprobe */ 386 __u64 uprobe_path; /* for perf_uprobe */ 387 __u64 config1; /* extension of config */ [all …]
|
D | kvm.h | 73 __u64 address; 92 __u64 guest_phys_addr; 93 __u64 memory_size; /* bytes */ 100 __u64 guest_phys_addr; 101 __u64 memory_size; /* bytes */ 102 __u64 userspace_addr; /* start of the userspace allocated memory */ 152 __u64 start_gfn; 153 __u64 count; 154 __u64 skeydata_addr; 178 __u64 start_gfn; [all …]
|
D | firewire-cdev.h | 62 __u64 closure; 86 __u64 closure; 117 __u64 closure; 139 __u64 closure; 142 __u64 offset; 198 __u64 closure; 201 __u64 offset; 264 __u64 closure; 303 __u64 closure; 330 __u64 closure; [all …]
|
D | swab.h | 23 #define ___constant_swab64(x) ((__u64)( \ 24 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 25 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ 26 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 27 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \ 28 (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \ 29 (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \ 30 (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \ 31 (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56))) 65 static inline __attribute_const__ __u64 __fswab64(__u64 val) in __fswab64() [all …]
|
/external/kernel-headers/original/uapi/scsi/ |
D | cxlflash_ioctl.h | 35 __u64 flags; /* Input flags */ 36 __u64 return_flags; /* Returned flags */ 76 __u64 num_interrupts; /* Requested number of interrupts */ 77 __u64 context_id; /* Returned context */ 78 __u64 mmio_size; /* Returned size of MMIO area */ 79 __u64 block_size; /* Returned block size, in bytes */ 80 __u64 adap_fd; /* Returned adapter file descriptor */ 81 __u64 last_lba; /* Returned last LBA on the device */ 82 __u64 max_xfer; /* Returned max transfer size, blocks */ 83 __u64 reserved[8]; /* Reserved for future use */ [all …]
|
/external/u-boot/fs/btrfs/ |
D | btrfs_tree.h | 346 __u64 objectid; 348 __u64 offset; 353 __u64 devid; 356 __u64 total_bytes; 359 __u64 bytes_used; 371 __u64 type; 374 __u64 generation; 380 __u64 start_offset; 399 __u64 devid; 400 __u64 offset; [all …]
|
D | ctree.h | 79 __u64 bytenr; /* which block this node is supposed to live in */ 80 __u64 flags; 84 __u64 generation; 85 __u64 owner; 103 __u64 tree_root; 104 __u64 tree_root_gen; 106 __u64 chunk_root; 107 __u64 chunk_root_gen; 109 __u64 extent_root; 110 __u64 extent_root_gen; [all …]
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | sigcontext.h | 60 __u64 xfeatures; 155 __u64 rip; 156 __u64 rdp; 175 __u64 xfeatures; 176 __u64 reserved1[2]; 177 __u64 reserved2[5]; 239 __u64 r8; 240 __u64 r9; 241 __u64 r10; 242 __u64 r11; [all …]
|
D | kvm.h | 58 __u64 guest_phys_addr; 59 __u64 memory_size; 60 __u64 target_phys_addr; 85 __u64 base_address; 91 __u64 bits; 118 __u64 rax, rbx, rcx, rdx; 119 __u64 rsi, rdi, rsp, rbp; 120 __u64 r8, r9, r10, r11; 121 __u64 r12, r13, r14, r15; 122 __u64 rip, rflags; [all …]
|
/external/u-boot/include/linux/byteorder/ |
D | swab.h | 32 ((__u64)( \ 33 (__u64)(((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 34 (__u64)(((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ 35 (__u64)(((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \ 36 (__u64)(((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \ 37 (__u64)(((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \ 38 (__u64)(((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \ 39 (__u64)(((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \ 40 (__u64)(((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56) )) 89 (__builtin_constant_p((__u64)(x)) ? \ [all …]
|
/external/kernel-headers/original/uapi/misc/ |
D | cxl.h | 19 __u64 flags; 20 __u64 work_element_descriptor; 21 __u64 amr; 25 __u64 reserved2; 26 __u64 reserved3; 27 __u64 reserved4; 28 __u64 reserved5; 49 __u64 flags; /* One of CXL_AFUID_FLAG_X */ 54 __u64 reserved2; 55 __u64 reserved3; [all …]
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 257 __u64 config; 260 __u64 sample_period; 261 __u64 sample_freq; 264 __u64 sample_type; 265 __u64 read_format; 267 __u64 disabled : 1, /* off by default */ 312 __u64 bp_addr; 313 __u64 config1; /* extension of config */ 316 __u64 bp_len; 317 __u64 config2; /* extension of config1 */ [all …]
|
/external/libdrm/include/drm/ |
D | amdgpu_drm.h | 101 __u64 bo_size; 103 __u64 alignment; 105 __u64 domains; 107 __u64 domain_flags; 138 __u64 bo_info_ptr; 207 __u64 flags; 232 __u64 flags; 266 __u64 addr; 267 __u64 size; 299 (((__u64)(value) & AMDGPU_TILING_##field##_MASK) << AMDGPU_TILING_##field##_SHIFT) [all …]
|
D | drm_mode.h | 215 __u64 fb_id_ptr; 216 __u64 crtc_id_ptr; 217 __u64 connector_id_ptr; 218 __u64 encoder_id_ptr; 230 __u64 set_connectors_ptr; 277 __u64 format_type_ptr; 281 __u64 plane_id_ptr; 339 __u64 encoders_ptr; 340 __u64 modes_ptr; 341 __u64 props_ptr; [all …]
|
/external/kernel-headers/original/uapi/drm/ |
D | amdgpu_drm.h | 134 __u64 bo_size; 136 __u64 alignment; 138 __u64 domains; 140 __u64 domain_flags; 171 __u64 bo_info_ptr; 240 __u64 flags; 265 __u64 flags; 299 __u64 addr; 300 __u64 size; 338 (((__u64)(value) & AMDGPU_TILING_##field##_MASK) << AMDGPU_TILING_##field##_SHIFT) [all …]
|
D | drm_mode.h | 234 __u64 fb_id_ptr; 235 __u64 crtc_id_ptr; 236 __u64 connector_id_ptr; 237 __u64 encoder_id_ptr; 249 __u64 set_connectors_ptr; 296 __u64 format_type_ptr; 300 __u64 plane_id_ptr; 359 __u64 encoders_ptr; 360 __u64 modes_ptr; 361 __u64 props_ptr; [all …]
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 198 __u64 fb_id_ptr; 199 __u64 crtc_id_ptr; 200 __u64 connector_id_ptr; 201 __u64 encoder_id_ptr; 213 __u64 set_connectors_ptr; 260 __u64 format_type_ptr; 264 __u64 plane_id_ptr; 322 __u64 encoders_ptr; 323 __u64 modes_ptr; 324 __u64 props_ptr; [all …]
|
12345678910>>...22