Searched refs:__u64 (Results 51 - 75 of 1242) sorted by relevance

1234567891011>>

/linux-master/drivers/thermal/intel/
H A Dthermal_interrupt.h9 extern int (*platform_thermal_package_notify)(__u64 msr_val);
12 extern int (*platform_thermal_notify)(__u64 msr_val);
/linux-master/arch/s390/include/uapi/asm/
H A Dtypes.h21 __u64 high;
22 __u64 low;
H A Dkvm.h17 __u64 start_gfn;
18 __u64 count;
19 __u64 skeydata_addr;
43 __u64 start_gfn;
47 __u64 remaining;
48 __u64 mask;
50 __u64 values;
62 __u64 gaddr; /* the guest address */
63 __u64 flags; /* flags */
66 __u64 bu
482 __u64 : 4; member in struct:kvm_s390_vm_cpu_uv_feat::__anon56::__anon57
485 __u64 : 58; member in struct:kvm_s390_vm_cpu_uv_feat::__anon56::__anon57
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Da.out.h21 __u64 f_symptr;
28 __u64 info; /* after that it looks quite normal.. */
29 __u64 tsize;
30 __u64 dsize;
31 __u64 bsize;
32 __u64 entry;
33 __u64 text_start; /* with a few additions that actually make sense */
34 __u64 data_start;
35 __u64 bss_start;
37 __u64 gpvalu
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_map_init.c7 __u64 inKey = 0;
8 __u64 inValue = 0;
14 __type(key, __u64);
15 __type(value, __u64);
H A Dtest_ns_current_pid_tgid.c8 __u64 user_pid = 0;
9 __u64 user_tgid = 0;
10 __u64 dev = 0;
11 __u64 ino = 0;
H A Dtest_lookup_and_delete.c7 __u64 set_key = 0;
8 __u64 set_value = 0;
13 __type(key, __u64);
14 __type(value, __u64);
H A Dget_func_ip_test.c26 __u64 test1_result = 0;
30 __u64 addr = bpf_get_func_ip(ctx);
36 __u64 test2_result = 0;
40 __u64 addr = bpf_get_func_ip(ctx);
46 __u64 test3_result = 0;
50 __u64 addr = bpf_get_func_ip(ctx);
56 __u64 test4_result = 0;
60 __u64 addr = bpf_get_func_ip(ctx);
66 __u64 test5_result = 0;
70 __u64 add
[all...]
H A Dtrace_dummy_st_ops.c9 int BPF_PROG(fentry_test_1, __u64 *st_ops_ctx)
11 __u64 state;
14 bpf_probe_read_kernel(&state, sizeof(__u64), (void *)st_ops_ctx);
/linux-master/tools/bpf/runqslower/
H A Drunqslower.h9 __u64 delta_us;
/linux-master/tools/bpf/bpftool/skeleton/
H A Dpid_iter.h9 __u64 bpf_cookie;
/linux-master/include/linux/
H A Dmap_benchmark.h19 __u64 avg_map_100ns; /* average map latency in 100ns */
20 __u64 map_stddev; /* standard deviation of map latency */
21 __u64 avg_unmap_100ns; /* as above */
22 __u64 unmap_stddev;
/linux-master/include/uapi/misc/
H A Dfastrpc.h71 __u64 ptr;
72 __u64 length;
80 __u64 args;
88 __u64 file; /* pointer to elf file */
94 __u64 name; /* pd process name */
100 __u64 size; /* size */
106 __u64 vaddrin; /* optional virtual address */
107 __u64 size; /* size */
108 __u64 vaddrout; /* dsp virtual address */
116 __u64 vaddri
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg_user.h14 __u64 padding3;
23 __u64 padding1;
27 __u64 padding3;
34 __u64 padding;
/linux-master/include/uapi/linux/
H A Ddlm_plock.h40 __u64 number;
41 __u64 start;
42 __u64 end;
43 __u64 owner;
H A Dopenat2.h20 __u64 flags;
21 __u64 mode;
22 __u64 resolve;
/linux-master/tools/lib/perf/include/perf/
H A Devent.h16 __u64 start;
17 __u64 len;
18 __u64 pgoff;
25 __u64 start;
26 __u64 len;
27 __u64 pgoff;
32 __u64 ino;
33 __u64 ino_generation;
56 __u64 nr_namespaces;
64 __u64 tim
[all...]
/linux-master/arch/s390/include/asm/vdso/
H A Ddata.h9 __u64 tod_steering_end;
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h17 __u64 start_gfn;
18 __u64 count;
19 __u64 skeydata_addr;
43 __u64 start_gfn;
47 __u64 remaining;
48 __u64 mask;
50 __u64 values;
62 __u64 gaddr; /* the guest address */
63 __u64 flags; /* flags */
66 __u64 bu
482 __u64 : 4; member in struct:kvm_s390_vm_cpu_uv_feat::__anon125::__anon126
485 __u64 : 58; member in struct:kvm_s390_vm_cpu_uv_feat::__anon125::__anon126
[all...]
/linux-master/arch/sparc/include/asm/
H A Dadi_64.h15 __u64 blksz;
16 __u64 nbits;
17 __u64 ue_on_adi;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dendian.c39 (__u64)bss->out16, (__u64)OUT16);
41 (__u64)bss->out32, (__u64)OUT32);
43 (__u64)bss->out64, (__u64)OUT64);
46 (__u64)bss->const16, (__u64)OUT16);
48 (__u64)bss->const32, (__u64)OUT3
[all...]
/linux-master/tools/include/uapi/linux/
H A Dopenat2.h20 __u64 flags;
21 __u64 mode;
22 __u64 resolve;
/linux-master/fs/nilfs2/
H A Ddirect.h24 int nilfs_direct_delete_and_convert(struct nilfs_bmap *, __u64, __u64 *,
25 __u64 *, int);
/linux-master/arch/x86/include/asm/
H A Damd-ibs.h31 __u64 val;
33 __u64 fetch_maxcnt:16,/* 0-15: instruction fetch max. count */
57 __u64 val;
59 __u64 opmaxcnt:16, /* 0-15: periodic op max. count */
73 __u64 val;
75 __u64 comp_to_ret_ctr:16, /* 0-15: op completion to retire count */
91 __u64 val;
93 __u64 data_src_lo:3, /* 0-2: data source low */
104 __u64 val;
106 __u64 ld_o
[all...]
/linux-master/tools/arch/x86/include/asm/
H A Damd-ibs.h31 __u64 val;
33 __u64 fetch_maxcnt:16,/* 0-15: instruction fetch max. count */
57 __u64 val;
59 __u64 opmaxcnt:16, /* 0-15: periodic op max. count */
73 __u64 val;
75 __u64 comp_to_ret_ctr:16, /* 0-15: op completion to retire count */
91 __u64 val;
93 __u64 data_src_lo:3, /* 0-2: data source low */
104 __u64 val;
106 __u64 ld_o
[all...]

Completed in 212 milliseconds

1234567891011>>