Searched refs:__u64 (Results 176 - 200 of 1242) sorted by relevance

1234567891011>>

/linux-master/include/uapi/linux/
H A Dgen_stats.h27 __u64 bytes;
47 __u64 bps;
48 __u64 pps;
H A Dkcov.h56 static inline __u64 kcov_remote_handle(__u64 subsys, __u64 inst)
H A Dswab.h12 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
24 #define ___constant_swab64(x) ((__u64)( \
25 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \
26 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \
27 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \
28 (((__u64)(x) & (__u64)
[all...]
H A Dacrn.h41 __u64 address;
42 __u64 size;
43 __u64 value;
57 __u64 address;
58 __u64 size;
78 __u64 size;
156 __u64 data[8];
201 __u64 vm_flag;
202 __u64 ioreq_buf;
203 __u64 cpu_affinit
[all...]
H A Dfs.h56 __u64 src_offset;
57 __u64 src_length;
58 __u64 dest_offset;
62 __u64 start;
63 __u64 len;
64 __u64 minlen;
92 __u64 dest_offset; /* in - start of extent in destination */
93 __u64 bytes_deduped; /* out - total # of bytes we were able
106 __u64 src_offset; /* in - start of extent in source */
107 __u64 src_lengt
[all...]
H A Dtimerfd.h35 #define TFD_IOC_SET_TICKS _IOW('T', 0, __u64)
/linux-master/tools/include/uapi/linux/
H A Dtypes.h13 typedef __u64 __bitwise __le64;
14 typedef __u64 __bitwise __be64;
19 #define __aligned_u64 __u64 __attribute__((aligned(8)))
H A Dfs.h56 __u64 src_offset;
57 __u64 src_length;
58 __u64 dest_offset;
62 __u64 start;
63 __u64 len;
64 __u64 minlen;
92 __u64 dest_offset; /* in - start of extent in destination */
93 __u64 bytes_deduped; /* out - total # of bytes we were able
106 __u64 src_offset; /* in - start of extent in source */
107 __u64 src_lengt
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_endian.c14 __u64 in64 = 0;
18 __u64 out64 = 0;
22 __u64 const64 = 0;
H A Dget_func_args_test.c9 __u64 test1_result = 0;
13 __u64 cnt = bpf_get_func_arg_cnt(ctx);
14 __u64 a = 0, z = 0, ret = 0;
42 __u64 test2_result = 0;
46 __u64 cnt = bpf_get_func_arg_cnt(ctx);
47 __u64 a = 0, b = 0, z = 0, ret = 0;
69 __u64 test3_result = 0;
73 __u64 cnt = bpf_get_func_arg_cnt(ctx);
74 __u64 a = 0, b = 0, z = 0, ret = 0;
98 __u64 test4_resul
[all...]
H A Dcgroup_hierarchical_stats.c14 __u64 prev;
16 __u64 state;
21 __u64 pending;
23 __u64 state;
29 __type(key, __u64);
36 __type(key, __u64);
48 static int create_percpu_attach_counter(__u64 cg_id, __u64 state)
56 static int create_attach_counter(__u64 cg_id, __u64 stat
[all...]
H A Dtest_perf_branches.c16 __u64 _a;
17 __u64 _b;
18 __u64 _c;
24 __u64 entries[4 * 3] = {0};
/linux-master/arch/um/drivers/
H A Dcow.h11 extern int file_reader(__u64 offset, char *buf, int len, void *arg);
12 extern int read_cow_header(int (*reader)(__u64, char *, int, void *),
22 extern void cow_sizes(int version, __u64 size, int sectorsize, int align,
/linux-master/net/xdp/
H A Dxsk.h15 __u64 producer;
16 __u64 consumer;
17 __u64 desc;
/linux-master/tools/perf/util/
H A Dbpf-utils.h6 #define ptr_to_u64(ptr) ((__u64)(unsigned long)(ptr))
28 * __u64 arrays = (1UL << PERF_BPIL_MAP_IDS) |
61 __u64 arrays;
67 get_bpf_prog_info_linear(int fd, __u64 arrays);
/linux-master/include/uapi/linux/mmc/
H A Dioctl.h42 * For 64-bit machines, the next member, ``__u64 data_ptr``, wants to
49 __u64 data_ptr;
51 #define mmc_ioc_cmd_set_data(ic, ptr) ic.data_ptr = (__u64)(unsigned long) ptr
60 __u64 num_of_cmds;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.h36 __u64 start;
37 __u64 start_gpa;
38 __u64 drm_format_mod;
/linux-master/include/uapi/xen/
H A Dgntalloc.h31 __u64 index;
51 __u64 index;
75 __u64 index;
/linux-master/fs/bcachefs/
H A Dextents_format.h119 __u64 type:3,
128 __u64 csum_hi:16,
137 __u64 csum_lo;
145 __u64 type:4,
153 __u64 compression_type:4,
172 __u64 type:1,
180 __u64 gen:8,
192 __u64 type:5,
197 __u64 idx:47,
206 __u64 typ
[all...]
/linux-master/fs/smb/client/
H A Dtrace.h89 __u64 fid,
91 __u64 sesid,
92 __u64 offset,
98 __field(__u64, fid)
100 __field(__u64, sesid)
101 __field(__u64, offset)
122 __u64 fid, \
124 __u64 sesid, \
125 __u64 offset, \
140 __u64 fi
[all...]
/linux-master/include/uapi/drm/
H A Dhabanalabs_accel.h909 __u64 sram_base_address;
910 __u64 dram_base_address;
911 __u64 dram_size;
930 __u64 tpc_enabled_mask_ext;
931 __u64 dram_page_size;
936 __u64 reserved3;
937 __u64 device_mem_alloc_default_page_size;
938 __u64 reserved4;
939 __u64 reserved5;
946 __u64 engine_core_interrupt_reg_add
[all...]
H A Darmada_drm.h36 __u64 offset;
37 __u64 size;
38 __u64 addr;
44 __u64 ptr;
/linux-master/arch/x86/include/asm/uv/
H A Duv_irq.h16 __u64 vector : 8,
/linux-master/arch/s390/include/uapi/asm/
H A Dsclp_ctl.h17 __u64 sccb;
/linux-master/include/uapi/asm-generic/
H A Dint-l64.h30 typedef unsigned long __u64; typedef

Completed in 484 milliseconds

1234567891011>>