Searched refs:__u64 (Results 401 - 425 of 1251) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtime_tai.c15 static __u64 ts_to_ns(const struct timespec *ts)
37 __u64 ts1, ts2, now;
52 ts2 = skb.cb[0] | ((__u64)skb.cb[1] << 32);
H A Ddummy_st_ops.c30 __u64 args[1] = {0};
56 __u64 args[1] = {(unsigned long)&in_state};
102 __u64 args[5] = {(__u64)&st, -100, 0x8a5f, 'c', 0x1234567887654321ULL};
131 __u64 args[1] = {(__u64)&st};
156 __u64 args[1] = {0};
/linux-master/include/uapi/linux/
H A Dublk_cmd.h203 __u64 addr;
206 __u64 data[1];
229 __u64 flags;
232 __u64 ublksrv_flags;
236 __u64 reserved1;
237 __u64 reserved2;
290 __u64 start_sector;
293 __u64 addr;
328 __u64 addr;
329 __u64 zone_append_lb
[all...]
H A Dbpf.h109 __u64 cgroup_inode_id; /* cgroup inode id */
134 __u64 cgroup_id;
1449 __u64 offset;
1450 __u64 ip;
1487 __u64 map_extra;
1506 __u64 flags;
1522 __u64 elem_flags;
1523 __u64 flags;
1598 __u64 expected_revision;
1663 __u64 revisio
[all...]
H A Dpfkeyv2.h49 __u64 sadb_lifetime_bytes;
50 __u64 sadb_lifetime_addtime;
51 __u64 sadb_lifetime_usetime;
77 __u64 sadb_ident_id;
94 __u64 sadb_sens_bitmap[sens_len];
95 __u64 sadb_integ_bitmap[integ_len]; */
107 sizeof(__u64) - sizeof(struct sadb_prop)) /
121 __u64 sadb_comb_soft_bytes;
122 __u64 sadb_comb_hard_bytes;
123 __u64 sadb_comb_soft_addtim
[all...]
H A Dxfrm.h65 #define XFRM_INF (~(__u64)0)
68 __u64 soft_byte_limit;
69 __u64 hard_byte_limit;
70 __u64 soft_packet_limit;
71 __u64 hard_packet_limit;
72 __u64 soft_add_expires_seconds;
73 __u64 hard_add_expires_seconds;
74 __u64 soft_use_expires_seconds;
75 __u64 hard_use_expires_seconds;
79 __u64 byte
[all...]
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h77 __u64 sda;
78 __u64 reserved2[6];
85 __u64 sda;
86 __u64 reserved2[2];
108 __u64 reserved[5];
109 __u64 mcn;
117 __u64 reserved1[6];
120 __u64 mcn[4];
121 __u64 reserved3[20];
133 __u64 mci
[all...]
H A Dchecksum.h56 __u64 csum = 0;
77 __u64 csum = (__force __u64)sum;
110 __u64 sum = (__force __u64)csum;
/linux-master/tools/bpf/bpftool/
H A Dmain.h24 static inline __u64 ptr_to_u64(const void *ptr)
26 return (__u64)(unsigned long)ptr;
29 static inline void *u64_to_ptr(__u64 ptr)
109 __u64 bpf_cookie;
125 void print_dev_plain(__u32 ifindex, __u64 ns_dev, __u64 ns_inode);
126 void print_dev_json(__u32 ifindex, __u64 ns_dev, __u64 ns_inode);
181 __u64 func_ksym, unsigned int func_idx,
190 __u64 func_ksy
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_iterating_callbacks.c9 __type(value, __u64);
25 __u64 i;
26 __u64 j;
106 static __always_inline __u64 oob_state_machine(struct num_context *ctx)
119 static __u64 for_each_map_elem_cb(struct bpf_map *map, __u32 *key, __u64 *val, void *data)
134 static __u64 ringbuf_drain_cb(struct bpf_dynptr *dynptr, void *data)
149 static __u64 find_vma_cb(struct task_struct *task, struct vm_area_struct *vma, void *data)
221 __u64 a, b, c;
241 __u64
[all...]
H A Dtimer_mim_reject.c36 __u64 err;
37 __u64 ok;
38 __u64 cnt;
H A Duser_ringbuf_fail.c35 bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr - 1);
58 bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr + 1);
98 *((__u64 *)context) = 0;
118 __u64 id = *((__u64 *)context);
/linux-master/tools/arch/mips/include/uapi/asm/
H A Dkvm.h32 __u64 gpr[32];
33 __u64 hi;
34 __u64 lo;
35 __u64 pc;
188 __u64 epc;
/linux-master/fs/nilfs2/
H A Dsegment.h38 __u64 ri_cno;
46 __u64 ri_segnum;
47 __u64 ri_nextnum;
131 __u64 *sc_freesegs;
152 __u64 sc_cno;
H A Dcpfile.c27 nilfs_cpfile_get_blkoff(const struct inode *cpfile, __u64 cno)
29 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1;
37 nilfs_cpfile_get_offset(const struct inode *cpfile, __u64 cno)
39 __u64 tcno = cno + NILFS_MDT(cpfile)->mi_first_entry_offset - 1;
44 static __u64 nilfs_cpfile_first_checkpoint_in_block(const struct inode *cpfile,
47 return (__u64)nilfs_cpfile_checkpoints_per_block(cpfile) * blkoff
53 __u64 curr,
54 __u64 max)
56 return min_t(__u64,
63 __u64 cn
[all...]
/linux-master/samples/bpf/
H A Dtracex3_user.c20 __u64 values[nr_cpus];
77 __u64 total_events = 0;
79 __u64 max_cnt = 0;
80 __u64 cnt[SLOTS];
81 __u64 value;
/linux-master/arch/mips/include/uapi/asm/
H A Dkvm.h34 __u64 gpr[32];
35 __u64 hi;
36 __u64 lo;
37 __u64 pc;
204 __u64 epc;
/linux-master/fs/bcachefs/
H A Dbcachefs_format.h90 static inline __u64 name(const type *k) \
95 static inline void SET_##name(type *k, __u64 v) \
106 static inline __u64 name(const type *k) \
112 static inline void SET_##name(type *k, __u64 v) \
146 __u64 offset;
147 __u64 inode;
149 __u64 inode;
150 __u64 offset; /* Points to end of extent - sectors */
161 #define KEY_INODE_MAX ((__u64)~0ULL)
162 #define KEY_OFFSET_MAX ((__u64)~
[all...]
/linux-master/tools/include/uapi/linux/
H A Dbpf.h109 __u64 cgroup_inode_id; /* cgroup inode id */
134 __u64 cgroup_id;
1449 __u64 offset;
1450 __u64 ip;
1487 __u64 map_extra;
1506 __u64 flags;
1522 __u64 elem_flags;
1523 __u64 flags;
1598 __u64 expected_revision;
1663 __u64 revisio
[all...]
/linux-master/include/xen/interface/
H A Dxen-mca.h341 __u64 status;
342 __u64 misc;
343 __u64 addr;
344 __u64 mcgstatus;
345 __u64 ip;
346 __u64 tsc; /* cpu time stamp counter */
347 __u64 time; /* wall time_t when error was detected */
359 __u64 mcgcap; /* MCGCAP MSR: machine check capabilities of CPU */
360 __u64 synd; /* MCA_SYND MSR: only valid on SMCA systems */
361 __u64 ipi
[all...]
/linux-master/include/uapi/drm/
H A Detnaviv_drm.h29 * 1) Do not use pointers, use __u64 instead for 32 bit / 64 bit
86 __u64 value; /* out (get_param) or in (set_param) */
102 __u64 size; /* in */
110 __u64 offset; /* out, offset to pass to mmap() */
141 __u64 reloc_offset; /* in, offset from start of reloc_bo */
166 __u64 presumed; /* in/out, presumed buffer address */
204 __u64 bos; /* in, ptr to array of submit_bo's */
205 __u64 relocs; /* in, ptr to array of submit_reloc's */
206 __u64 stream; /* in, ptr to cmdstream */
209 __u64 pmr
[all...]
/linux-master/arch/arm64/include/uapi/asm/
H A Dptrace.h89 __u64 regs[31];
90 __u64 sp;
91 __u64 pc;
92 __u64 pstate;
106 __u64 addr;
254 __u64 data_mask;
255 __u64 insn_mask;
/linux-master/tools/lib/bpf/
H A Dbpf.h50 __u64 map_extra;
149 __u64 flags);
153 __u64 flags);
157 void *value, __u64 flags);
159 LIBBPF_API int bpf_map_delete_elem_flags(int fd, const void *key, __u64 flags);
165 __u64 elem_flags;
166 __u64 flags;
345 __u64 expected_revision;
355 __u64 expected_revision;
401 __u64 bpf_cooki
[all...]
H A Dbpf_prog_linfo.c23 const __u64 *ksym_func, const __u32 *ksym_len)
27 const __u64 *jited_linfo;
28 __u64 last_jited_linfo;
104 __u64 data_sz;
126 data_sz = (__u64)nr_linfo * prog_linfo->rec_size;
136 info->jited_line_info_rec_size < sizeof(__u64) ||
146 data_sz = (__u64)nr_linfo * prog_linfo->jited_rec_size;
169 (__u64 *)(long)info->jited_ksyms,
182 __u64 addr, __u32 func_idx, __u32 nr_skip)
186 const __u64 *jited_linf
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c24 __u64 timestamp;
32 __u64 cgroup_id;
38 __uint(value_size, MAX_STACKS * sizeof(__u64));
52 __uint(value_size, sizeof(__u64));
72 __uint(key_size, sizeof(__u64));
120 static inline __u64 get_cgroup_id(struct task_struct *t)
175 __u64 cgrp_id = get_cgroup_id(t);
188 __u64 ts;
220 __u64 delta = ts - pelem->timestamp;
221 __u64 *tota
[all...]

Completed in 215 milliseconds

<<11121314151617181920>>