/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 78 static long (*bpf_map_update_elem)(void *map, const void *key, const void *value, __u64 flags) = (void *) 2; 114 static __u64 (*bpf_ktime_get_ns)(void) = (void *) 5; 227 static long (*bpf_skb_store_bytes)(struct __sk_buff *skb, __u32 offset, const void *from, __u32 len, __u64 flags) = (void *) 9; 256 static long (*bpf_l3_csum_replace)(struct __sk_buff *skb, __u32 offset, __u64 from, __u64 to, __u64 size) = (void *) 10; 292 static long (*bpf_l4_csum_replace)(struct __sk_buff *skb, __u32 offset, __u64 from, __u64 to, __u64 flags) = (void *) 11; 357 static long (*bpf_clone_redirect)(struct __sk_buff *skb, __u32 ifindex, __u64 flag [all...] |
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 40 #define __u64 uint64_t macro 79 __u64 ino; 80 __u64 size; 81 __u64 blocks; 82 __u64 atime; 83 __u64 mtime; 84 __u64 ctime; 93 __u64 filling; /* JPA needed for minor >= 12, but meaning unknown */ 97 __u64 blocks; 98 __u64 bfre [all...] |
/third_party/ltp/include/lapi/ |
H A D | userfaultfd.h | 22 #define UFFD_API ((__u64)0xAA) 64 __u64 flags; 65 __u64 address; 70 __u64 reserved1; 71 __u64 reserved2; 72 __u64 reserved3; 88 __u64 api; 99 __u64 features; 101 __u64 ioctls; 105 __u64 star [all...] |
/third_party/mesa3d/include/drm-uapi/ |
H A D | i915_drm.h | 108 __u64 next_extension; 533 #define DRM_IOCTL_I915_PERF_REMOVE_CONFIG DRM_IOW(DRM_COMMAND_BASE + DRM_I915_PERF_REMOVE_CONFIG, __u64) 836 __u64 addr; 844 __u64 gtt_start; 849 __u64 gtt_end; 858 __u64 size; 873 __u64 offset; 875 __u64 size; 881 __u64 data_ptr; 889 __u64 offse [all...] |
H A D | amdgpu_drm.h | 150 __u64 bo_size; 152 __u64 alignment; 154 __u64 domains; 156 __u64 domain_flags; 187 __u64 bo_info_ptr; 273 __u64 flags; 303 __u64 flags; 339 __u64 addr; 340 __u64 size; 382 (((__u64)(valu [all...] |
H A D | drm_mode.h | 263 __u64 fb_id_ptr; 264 __u64 crtc_id_ptr; 265 __u64 connector_id_ptr; 266 __u64 encoder_id_ptr; 278 __u64 set_connectors_ptr; 357 __u64 format_type_ptr; 361 __u64 plane_id_ptr; 460 __u64 encoders_ptr; 462 __u64 modes_ptr; 464 __u64 props_pt [all...] |
H A D | vc4_drm.h | 99 __u64 bin_cl; 110 __u64 shader_rec; 126 __u64 uniforms; 127 __u64 bo_handles; 181 __u64 seqno; 208 __u64 seqno; 209 __u64 timeout_ns; 223 __u64 timeout_ns; 256 __u64 offset; 274 __u64 dat [all...] |
H A D | virtgpu_drm.h | 36 * Do not use pointers, use __u64 instead for 32 bit / 64 bit user/kernel 62 __u64 offset; /* use for mmap system call */ 70 __u64 command; /* void* */ 71 __u64 bo_handles; 87 __u64 param; 88 __u64 value; 153 __u64 addr; 171 __u64 size; 179 __u64 cmd; 180 __u64 blob_i [all...] |
H A D | v3d_drm.h | 70 __u64 next; 85 __u64 point; /* for timeline sem support */ 86 __u64 mbz[2]; /* must be zero, rsv */ 110 __u64 in_syncs; 111 __u64 out_syncs; 194 __u64 bo_handles; 208 __u64 extensions; 222 __u64 timeout_ns; 263 __u64 offset; 284 __u64 valu [all...] |
H A D | tegra_drm.h | 44 __u64 size; 92 __u64 offset; 195 __u64 context; 208 __u64 context; 221 __u64 context; 249 __u64 context; 418 __u64 context; 474 __u64 syncpts; 484 __u64 cmdbufs; 494 __u64 reloc [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | perf_event.h | 400 __u64 config; 403 __u64 sample_period; 404 __u64 sample_freq; 407 __u64 sample_type; 408 __u64 read_format; 410 __u64 disabled : 1, /* off by default */ 468 __u64 bp_addr; 469 __u64 kprobe_func; /* for perf_kprobe */ 470 __u64 uprobe_path; /* for perf_uprobe */ 471 __u64 config [all...] |
H A D | if_xdp.h | 50 __u64 producer; 51 __u64 consumer; 52 __u64 desc; 53 __u64 flags; 74 __u64 addr; /* Start of packet data area */ 75 __u64 len; /* Length of packet data area */ 82 __u64 rx_dropped; /* Dropped for other reasons */ 83 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */ 84 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */ 85 __u64 rx_ring_ful [all...] |
H A D | if_link.h | 219 __u64 rx_packets; 220 __u64 tx_packets; 221 __u64 rx_bytes; 222 __u64 tx_bytes; 223 __u64 rx_errors; 224 __u64 tx_errors; 225 __u64 rx_dropped; 226 __u64 tx_dropped; 227 __u64 multicast; 228 __u64 collision [all...] |
H A D | bpf.h | 87 __u64 cgroup_inode_id; /* cgroup inode id */ 112 __u64 cgroup_id; 1368 __u64 offset; 1369 __u64 ip; 1403 __u64 map_extra; 1413 __u64 flags; 1429 __u64 elem_flags; 1430 __u64 flags; 1501 __u64 expected_revision; 1566 __u64 revisio [all...] |
/third_party/libdrm/include/drm/ |
H A D | nouveau_drm.h | 113 __u64 size; 114 __u64 offset; 115 __u64 map_handle; 130 __u64 offset; 134 __u64 user_priv; 160 __u64 offset; 161 __u64 length; 167 __u64 buffers; 170 __u64 relocs; 171 __u64 pus [all...] |
H A D | amdgpu_drm.h | 146 __u64 bo_size; 148 __u64 alignment; 150 __u64 domains; 152 __u64 domain_flags; 183 __u64 bo_info_ptr; 269 __u64 flags; 299 __u64 flags; 335 __u64 addr; 336 __u64 size; 378 (((__u64)(valu [all...] |
H A D | drm_mode.h | 263 __u64 fb_id_ptr; 264 __u64 crtc_id_ptr; 265 __u64 connector_id_ptr; 266 __u64 encoder_id_ptr; 278 __u64 set_connectors_ptr; 325 __u64 format_type_ptr; 329 __u64 plane_id_ptr; 428 __u64 encoders_ptr; 430 __u64 modes_ptr; 432 __u64 props_pt [all...] |
H A D | i915_drm.h | 81 __u64 next_extension; 404 #define DRM_IOCTL_I915_PERF_REMOVE_CONFIG DRM_IOW(DRM_COMMAND_BASE + DRM_I915_PERF_REMOVE_CONFIG, __u64) 660 __u64 addr; 668 __u64 gtt_start; 673 __u64 gtt_end; 682 __u64 size; 697 __u64 offset; 699 __u64 size; 705 __u64 data_ptr; 713 __u64 offse [all...] |
H A D | vmwgfx_drm.h | 117 __u64 value; 171 * cast to an __u64 for 32-64 bit compatibility. 186 __u64 size_addr; 290 * @commands: User-space address of a command buffer cast to an __u64. 296 * __u64. 312 __u64 commands; 315 __u64 fence_rep; 402 __u64 map_handle; 576 * @buffer: Pointer to a buffer for capability data, cast to an __u64 584 __u64 buffe [all...] |
H A D | vc4_drm.h | 99 __u64 bin_cl; 110 __u64 shader_rec; 126 __u64 uniforms; 127 __u64 bo_handles; 181 __u64 seqno; 208 __u64 seqno; 209 __u64 timeout_ns; 223 __u64 timeout_ns; 256 __u64 offset; 274 __u64 dat [all...] |
H A D | tegra_drm.h | 27 __u64 size; 75 __u64 offset; 178 __u64 context; 191 __u64 context; 204 __u64 context; 232 __u64 context; 401 __u64 context; 457 __u64 syncpts; 467 __u64 cmdbufs; 477 __u64 reloc [all...] |
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
H A D | cper.h | 116 __u64 timestamp; 121 __u64 record_id; 123 __u64 persistence_information; 145 __u64 validation_bits; 153 __u64 cpu_version; 155 __u64 proc_id; 156 __u64 target_addr; 157 __u64 requestor_id; 158 __u64 responder_id; 159 __u64 i [all...] |
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
H A D | cper.h | 116 __u64 timestamp; 121 __u64 record_id; 123 __u64 persistence_information; 145 __u64 validation_bits; 153 __u64 cpu_version; 155 __u64 proc_id; 156 __u64 target_addr; 157 __u64 requestor_id; 158 __u64 responder_id; 159 __u64 i [all...] |
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmwgfx_drm.h | 141 __u64 value; 195 * cast to an __u64 for 32-64 bit compatibility. 210 __u64 size_addr; 314 * @commands: User-space address of a command buffer cast to an __u64. 320 * __u64. 336 __u64 commands; 339 __u64 fence_rep; 427 __u64 map_handle; 583 * @buffer: Pointer to a buffer for capability data, cast to an __u64 591 __u64 buffe [all...] |
/third_party/fsverity-utils/common/ |
H A D | fsverity_uapi.h | 26 __u64 salt_ptr; 29 __u64 sig_ptr; 30 __u64 __reserved2[11]; 93 __u64 metadata_type; 94 __u64 offset; 95 __u64 length; 96 __u64 buf_ptr; 97 __u64 __reserved;
|