Searched refs:uint64_t (Results 1 – 25 of 60) sorted by relevance
123
/include/uapi/linux/ |
D | fuse.h | 140 uint64_t ino; 141 uint64_t size; 142 uint64_t blocks; 143 uint64_t atime; 144 uint64_t mtime; 145 uint64_t ctime; 159 uint64_t blocks; 160 uint64_t bfree; 161 uint64_t bavail; 162 uint64_t files; [all …]
|
D | rds.h | 97 uint64_t value; 107 uint64_t next_tx_seq; 108 uint64_t next_rx_seq; 119 uint64_t seq; 135 uint64_t inum; 143 uint64_t hdr_rem; 144 uint64_t data_rem; 202 typedef uint64_t rds_rdma_cookie_t; 205 uint64_t addr; 206 uint64_t bytes; [all …]
|
/include/uapi/drm/ |
D | nouveau_drm.h | 43 uint64_t size; 44 uint64_t offset; 45 uint64_t map_handle; 60 uint64_t offset; 64 uint64_t user_priv; 90 uint64_t offset; 91 uint64_t length; 97 uint64_t buffers; 100 uint64_t relocs; 101 uint64_t push; [all …]
|
D | vmwgfx_drm.h | 89 uint64_t value; 158 uint64_t size_addr; 279 uint64_t commands; 282 uint64_t fence_rep; 366 uint64_t map_handle; 548 uint64_t buffer; 601 uint64_t kernel_cookie; 602 uint64_t timeout_us; 678 uint64_t user_data; 699 uint64_t fence_rep; [all …]
|
D | qxl_drm.h | 56 uint64_t offset; /* use for mmap system call */ 71 uint64_t src_offset; /* offset into src_handle or src buffer */ 72 uint64_t dst_offset; /* offset in dest handle */ 80 uint64_t __user command; /* void* */ 81 uint64_t __user relocs; /* struct drm_qxl_reloc* */ 92 uint64_t __user commands; /* struct drm_qxl_command* */ 107 uint64_t param; 108 uint64_t value;
|
D | omap_drm.h | 32 uint64_t param; /* in */ 33 uint64_t value; /* in (set_param), out (get_param) */ 91 uint64_t offset; /* mmap offset (out) */
|
D | radeon_drm.h | 792 uint64_t gart_size; 793 uint64_t vram_size; 794 uint64_t vram_visible; 800 uint64_t size; 801 uint64_t alignment; 840 uint64_t offset; 841 uint64_t size; 842 uint64_t addr_ptr; 866 uint64_t offset; 868 uint64_t size; [all …]
|
D | exynos_drm.h | 30 uint64_t size; 46 uint64_t offset; 63 uint64_t size; 64 uint64_t mapped; 79 uint64_t size; 93 uint64_t edid;
|
/include/xen/interface/ |
D | vcpu.h | 81 uint64_t state_entry_time; 86 uint64_t time[4]; 125 uint64_t p; 137 uint64_t period_ns; 148 uint64_t timeout_abs_ns; 167 uint64_t mfn; /* mfn of page to place vcpu_info */
|
D | platform.h | 43 uint64_t system_time; 58 uint64_t nr_mfns; 88 uint64_t nr_mfns; 167 uint64_t freq; /* New frequency (Hz). */ 188 GUEST_HANDLE(uint64_t) idletime; 191 uint64_t now; 218 uint64_t address; 259 uint64_t address; 263 uint64_t core_frequency; /* megahertz */ 264 uint64_t power; /* milliWatts */ [all …]
|
D | grant_table.h | 202 uint64_t frame; 214 uint64_t frame; 264 uint64_t host_addr; 271 uint64_t dev_bus_addr; 289 uint64_t host_addr; 290 uint64_t dev_bus_addr; 422 uint64_t host_addr; 423 uint64_t new_addr; 463 GUEST_HANDLE(uint64_t) frame_list;
|
D | xen-mca.h | 91 uint64_t mc_gstatus; /* global status */ 100 uint64_t mc_status; /* bank status */ 101 uint64_t mc_addr; /* bank address */ 102 uint64_t mc_misc; 103 uint64_t mc_ctrl2; 104 uint64_t mc_tsc; 108 uint64_t reg; /* MSR */ 109 uint64_t value; /* MSR value */ 151 uint64_t mfn; 152 uint64_t status; [all …]
|
D | xen.h | 268 uint64_t ptr; /* Machine address of PTE. */ 269 uint64_t val; /* New contents of PTE. */ 303 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ 304 uint64_t system_time; /* Time, in nanosecs, since boot. */ 498 typedef uint64_t cpumap_t; 513 uint64_t uuid[2]; 517 uint64_t oid[3];
|
D | xencomm.h | 38 uint64_t address[0];
|
/include/xen/ |
D | gntdev.h | 57 uint64_t index; 73 uint64_t index; 96 uint64_t vaddr; 99 uint64_t offset; 138 uint64_t index;
|
D | gntalloc.h | 29 uint64_t index; 46 uint64_t index; 70 uint64_t index;
|
/include/uapi/scsi/ |
D | scsi_netlink_fc.h | 60 uint64_t seconds; 61 uint64_t vendor_id; 67 } __attribute__((aligned(sizeof(uint64_t))));
|
D | scsi_netlink.h | 48 } __attribute__((aligned(sizeof(uint64_t)))); 92 uint64_t vendor_id; 95 } __attribute__((aligned(sizeof(uint64_t))));
|
/include/xen/interface/io/ |
D | blkif.h | 28 typedef uint64_t blkif_sector_t; 118 uint64_t id; /* private guest value, echoed in resp */ 135 uint64_t id; /* private guest value, echoed in resp */ 137 uint64_t nr_sectors; 147 uint64_t id; /* private guest value, echoed in resp */ 160 uint64_t id; /* copied from request */
|
/include/asm-generic/ |
D | div64.h | 28 __rem = ((uint64_t)(n)) % __base; \ 29 (n) = ((uint64_t)(n)) / __base; \ 35 extern uint32_t __div64_32(uint64_t *dividend, uint32_t divisor); 43 (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \
|
/include/linux/mtd/ |
D | partitions.h | 41 uint64_t size; /* partition size */ 42 uint64_t offset; /* offset within the master MTD space */ 86 uint64_t mtd_get_device_size(const struct mtd_info *mtd);
|
D | mtd.h | 50 uint64_t addr; 51 uint64_t len; 52 uint64_t fail_addr; 64 uint64_t offset; /* At which this region starts, from the beginning of the MTD */ 120 uint64_t size; // Total size of the MTD 222 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); 223 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); 224 int (*_is_locked) (struct mtd_info *mtd, loff_t ofs, uint64_t len); 302 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len); 303 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); [all …]
|
/include/xen/interface/hvm/ |
D | hvm_op.h | 31 uint64_t value; /* IN/OUT */ 61 uint64_t pfn;
|
/include/scsi/ |
D | iscsi_if.h | 104 uint64_t transport_handle; 114 uint64_t ep_handle; 129 uint64_t transport_eph; 155 uint64_t conn_handle; 170 uint64_t ep_handle; 174 uint64_t ep_handle; 263 uint64_t recv_handle; 280 uint64_t handle; 305 } __attribute__ ((aligned (sizeof(uint64_t)))); 330 uint64_t handle; [all …]
|
/include/uapi/sound/ |
D | hdspm.h | 47 uint64_t input_rms[64]; 48 uint64_t playback_rms[64]; 49 uint64_t output_rms[64]; 155 uint64_t card_clock;
|
123