Searched refs:__u64 (Results 101 - 125 of 1242) sorted by relevance

1234567891011>>

/linux-master/include/uapi/xen/
H A Dprivcmd.h42 __u64 op;
43 __u64 arg[5];
47 __u64 va;
52 __u64 mfn;
53 __u64 npages;
65 __u64 addr; /* virtual address */
76 __u64 addr; /* virtual address */
97 __u64 num;
98 __u64 addr;
105 __u64 dm_o
[all...]
/linux-master/include/uapi/linux/
H A Dvhost_types.h39 __u64 desc_user_addr;
41 __u64 used_user_addr;
43 __u64 avail_user_addr;
47 __u64 log_guest_addr;
68 __u64 iova;
69 __u64 size;
70 __u64 uaddr;
114 __u64 guest_phys_addr;
115 __u64 memory_size; /* bytes */
116 __u64 userspace_add
[all...]
H A Daio_abi.h61 __u64 data; /* the data field from the iocb */
62 __u64 obj; /* what iocb this event came from */
75 __u64 aio_data; /* data to be returned in event's data */
92 __u64 aio_buf;
93 __u64 aio_nbytes;
97 __u64 aio_reserved2; /* TODO: use this for a (struct sigevent *) */
H A Dfiemap.h18 __u64 fe_logical; /* logical offset in bytes for the start of
20 __u64 fe_physical; /* physical offset in bytes for the start
22 __u64 fe_length; /* length in bytes for this extent */
23 __u64 fe_reserved64[2];
29 __u64 fm_start; /* logical offset (inclusive) at
31 __u64 fm_length; /* logical length of mapping which
H A Dpr.h34 __u64 key;
40 __u64 old_key;
41 __u64 new_key;
47 __u64 old_key;
48 __u64 new_key;
54 __u64 key;
H A Drseq.h50 __u64 start_ip;
52 __u64 post_commit_offset;
53 __u64 abort_ip;
54 } __attribute__((aligned(4 * sizeof(__u64))));
112 __u64 rseq_cs;
155 } __attribute__((aligned(4 * sizeof(__u64))));
H A Dsev-guest.h38 __u64 guest_field_select;
41 __u64 tcb_version;
54 __u64 req_data;
55 __u64 resp_data;
59 __u64 exitinfo2;
71 __u64 certs_address;
H A Dvirtio_types.h44 typedef __u64 __bitwise __virtio64;
H A Dudmabuf.h13 __u64 offset;
14 __u64 size;
20 __u64 offset;
21 __u64 size;
H A Drpmsg_types.h9 typedef __u64 __bitwise __rpmsg64;
H A Dmount.h132 __u64 attr_set;
133 __u64 attr_clr;
134 __u64 propagation;
135 __u64 userns_fd;
158 __u64 mask; /* What results were written */
161 __u64 sb_magic; /* ..._SUPER_MAGIC */
164 __u64 mnt_id; /* Unique ID of mount */
165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */
168 __u64 mnt_attr; /* MOUNT_ATTR_... */
169 __u64 mnt_propagatio
[all...]
H A Dlsm.h36 __u64 id;
37 __u64 flags;
38 __u64 len;
39 __u64 ctx_len;
/linux-master/fs/nilfs2/
H A Dbmap.h33 __u64 bpr_ptr;
49 int (*bop_lookup)(const struct nilfs_bmap *, __u64, int, __u64 *);
50 int (*bop_lookup_contig)(const struct nilfs_bmap *, __u64, __u64 *,
52 int (*bop_insert)(struct nilfs_bmap *, __u64, __u64);
53 int (*bop_delete)(struct nilfs_bmap *, __u64);
64 int (*bop_mark)(struct nilfs_bmap *, __u64, int);
66 int (*bop_seek_key)(const struct nilfs_bmap *, __u64, __u6
[all...]
H A Dbtnode.h27 __u64 oldkey;
28 __u64 newkey;
36 __u64 blocknr);
37 int nilfs_btnode_submit_block(struct address_space *, __u64, sector_t,
/linux-master/fs/bcachefs/
H A Dbcachefs_ioctl.h47 __u64 pad;
48 __u64 devs[];
53 __u64 pad;
54 __u64 dev;
161 __u64 dev;
178 __u64 dev;
219 __u64 pad[8];
236 __u64 sectors_done;
237 __u64 sectors_total;
245 __u64 pad
[all...]
/linux-master/include/uapi/drm/
H A Dnouveau_drm.h72 __u64 param;
73 __u64 value;
116 __u64 size;
117 __u64 offset;
118 __u64 map_handle;
133 __u64 offset;
137 __u64 user_priv;
163 __u64 offset;
164 __u64 length;
171 __u64 buffer
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfor_each_map_elem_write_key.c9 __type(value, __u64);
12 static __u64
13 check_array_elem(struct bpf_map *map, __u32 *key, __u64 *val,
H A Dtest_bpf_cookie.c11 __u64 kprobe_res;
12 __u64 kprobe_multi_res;
13 __u64 kretprobe_res;
14 __u64 uprobe_res;
15 __u64 uretprobe_res;
16 __u64 tp_res;
17 __u64 pe_res;
18 __u64 fentry_res;
19 __u64 fexit_res;
20 __u64 fmod_ret_re
[all...]
H A Dget_branch_snapshot.c9 __u64 test1_hits = 0;
10 __u64 address_low = 0;
11 __u64 address_high = 0;
18 static inline bool gbs_in_range(__u64 val)
H A Dfor_each_array_map_elem.c12 __type(value, __u64);
19 __type(value, __u64);
28 static __u64
29 unused_subprog(struct bpf_map *map, __u32 *key, __u64 *val,
36 static __u64
37 check_array_elem(struct bpf_map *map, __u32 *key, __u64 *val,
47 __u64 percpu_val = 0;
49 static __u64
50 check_percpu_elem(struct bpf_map *map, __u32 *key, __u64 *val,
/linux-master/include/uapi/scsi/
H A Dscsi_netlink_fc.h47 __u64 seconds;
48 __u64 vendor_id;
57 } __attribute__((aligned(sizeof(__u64))));
/linux-master/tools/perf/util/
H A Dparse-branch-options.h6 int parse_branch_str(const char *str, __u64 *mode);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0014.h10 __u64 pushbuf;
/linux-master/tools/include/uapi/linux/
H A Dmount.h132 __u64 attr_set;
133 __u64 attr_clr;
134 __u64 propagation;
135 __u64 userns_fd;
158 __u64 mask; /* What results were written */
161 __u64 sb_magic; /* ..._SUPER_MAGIC */
164 __u64 mnt_id; /* Unique ID of mount */
165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */
168 __u64 mnt_attr; /* MOUNT_ATTR_... */
169 __u64 mnt_propagatio
[all...]
/linux-master/drivers/md/bcache/
H A Dbcache_ondisk.h12 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)
61 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v)
73 .high = (1ULL << 63) | ((__u64) (siz
[all...]

Completed in 403 milliseconds

1234567891011>>