| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod_kfunc.h | 54 __u64 a; 55 __u64 b; 101 __u64 bpf_kfunc_arena_arg_test(__u64 *val__arena) __ksym; 102 __u64 bpf_kfunc_arena_cap_test(__u64 *val__arena) __ksym; 103 __u64 bpf_kfunc_arena_cap_nullable_test(__u64 *val__arena__nullable) __ksym; 104 __u64 bpf_kfunc_arena_args5_test(__u64 *a__arena, __u64 *b__arena, 105 __u64 *c__arena, __u64 *d__arena, 106 __u64 *e__arena__nullable) __ksym; 107 __u64 bpf_kfunc_arena_stack_arg_test(__u64 a, __u64 b, __u64 c, __u64 d, __u64 e, 108 __u64 *f__arena) __ksym; [all …]
|
| /linux/include/uapi/linux/ |
| H A D | btrfs.h | 81 __u64 flags; 82 __u64 max_rfer; 83 __u64 max_excl; 84 __u64 rsv_rfer; 85 __u64 rsv_excl; 98 __u64 flags; 99 __u64 num_qgroups; 100 __u64 num_ref_copies; 101 __u64 num_excl_copies; 103 __u64 qgroups[]; [all …]
|
| H A D | userfaultfd.h | 25 #define UFFD_API ((__u64)0xAA) 50 ((__u64)1 << _UFFDIO_REGISTER | \ 51 (__u64)1 << _UFFDIO_UNREGISTER | \ 52 (__u64)1 << _UFFDIO_SET_MODE | \ 53 (__u64)1 << _UFFDIO_API) 55 ((__u64)1 << _UFFDIO_WAKE | \ 56 (__u64)1 << _UFFDIO_COPY | \ 57 (__u64)1 << _UFFDIO_ZEROPAGE | \ 58 (__u64)1 << _UFFDIO_MOVE | \ 59 (__u64) [all...] |
| H A D | rds.h | 144 __u64 value; 154 __u64 next_tx_seq; 155 __u64 next_rx_seq; 164 __u64 next_tx_seq; 165 __u64 next_rx_seq; 176 __u64 seq; 187 __u64 seq; 204 __u64 inum; 214 __u64 inum; 222 __u64 hdr_rem; [all …]
|
| H A D | perf_event.h | 408 __u64 config; 411 __u64 sample_period; 412 __u64 sample_freq; 415 __u64 sample_type; 416 __u64 read_format; 418 __u64 disabled : 1, /* off by default */ 478 __u64 bp_addr; 479 __u64 kprobe_func; /* for perf_kprobe */ 480 __u64 uprobe_path; /* for perf_uprobe */ 481 __u64 config1; /* extension of config */ [all …]
|
| H A D | mshv.h | 56 __u64 pt_flags; 57 __u64 pt_isolation; 78 __u64 pt_flags; 79 __u64 pt_isolation; 82 __u64 pt_cpu_fbanks[MSHV_NUM_CPU_FEATURES_BANKS]; 83 __u64 pt_rsvd1[2]; /* MBZ */ 85 __u64 pt_disabled_xsave; 87 __u64 pt_rsvd2; /* MBZ */ 132 __u64 size; 133 __u64 guest_pfn; [all …]
|
| /linux/tools/arch/s390/include/uapi/asm/ |
| H A D | kvm.h | 17 __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 buf; /* buffer in userspace */ [all …]
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 60 __u64 xfeatures; 155 __u64 rip; 156 __u64 rdp; 175 __u64 xfeatures; 176 __u64 reserved1[2]; 177 __u64 reserved2[5]; 239 __u64 r8; 240 __u64 r9; 241 __u64 r10; 242 __u64 r11; [all …]
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 84 __u64 base_address; 90 __u64 bits; 119 __u64 rax, rbx, rcx, rdx; 120 __u64 rsi, rdi, rsp, rbp; 121 __u64 r8, r9, r10, r11; 122 __u64 r12, r13, r14, r15; 123 __u64 rip, rflags; 133 __u64 base; 143 __u64 base; 155 __u64 cr0, cr2, cr3, cr4, cr8; [all …]
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | event.h | 23 __u64 start; 24 __u64 len; 25 __u64 pgoff; 32 __u64 start; 33 __u64 len; 34 __u64 pgoff; 39 __u64 ino; 40 __u64 ino_generation; 63 __u64 nr_namespaces; 71 __u64 tim [all...] |
| /linux/fs/ocfs2/ |
| H A D | ocfs1_fs_compat.h | 35 /*108*/ __u64 serial_num; 36 /*110*/ __u64 device_size; 37 __u64 start_off; 38 /*120*/ __u64 bitmap_off; 39 __u64 publ_off; 40 /*130*/ __u64 vote_off; 41 __u64 root_bitmap_off; 42 /*140*/ __u64 data_start_off; 43 __u64 root_bitmap_size; 44 /*150*/ __u64 root_off; [all …]
|
| /linux/arch/riscv/include/asm/ |
| H A D | swab.h | 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)0x00000000ff000000ULL) << 8) | \ 29 (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \ 30 (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \ 31 (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \ 32 (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56))) 62 static __always_inline __u64 __arch_swab64(__u64 value) in __arch_swab64() [all …]
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 408 __u64 config; 411 __u64 sample_period; 412 __u64 sample_freq; 415 __u64 sample_type; 416 __u64 read_format; 418 __u64 disabled : 1, /* off by default */ 478 __u64 bp_addr; 479 __u64 kprobe_func; /* for perf_kprobe */ 480 __u64 uprobe_path; /* for perf_uprobe */ 481 __u64 config1; /* extension of config */ [all …]
|
| H A D | kvm.h | 33 __u64 guest_phys_addr; 34 __u64 memory_size; /* bytes */ 35 __u64 userspace_addr; /* start of the userspace allocated memory */ 42 __u64 guest_phys_addr; 43 __u64 memory_size; 44 __u64 userspace_addr; 45 __u64 guest_memfd_offset; 48 __u64 pad2[14]; 108 __u64 control; 109 __u64 evt_page; [all …]
|
| H A D | fs.h | 65 __u64 src_offset; 66 __u64 src_length; 67 __u64 dest_offset; 71 __u64 start; 72 __u64 len; 73 __u64 minlen; 101 __u64 dest_offset; /* in - start of extent in destination */ 102 __u64 bytes_deduped; /* out - total # of bytes we were able 115 __u64 src_offset; /* in - start of extent in source */ 116 __u64 src_lengt [all...] |
| /linux/include/uapi/linux/io_uring/ |
| H A D | zcrx.h | 16 __u64 off; 22 __u64 off; 23 __u64 __pad; 28 #define IORING_ZCRX_AREA_MASK (~(((__u64)1 << IORING_ZCRX_AREA_SHIFT) - 1)) 35 __u64 __resv[2]; 43 __u64 addr; 44 __u64 len; 45 __u64 rq_area_token; 48 __u64 __resv2[2]; 84 __u64 copy_count; /* cumulative copy-fallback CQEs */ [all …]
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | kvm_para.h | 24 __u64 scratch1; 25 __u64 scratch2; 26 __u64 scratch3; 27 __u64 critical; /* Guest may not get interrupts if == r1 */ 28 __u64 sprg0; 29 __u64 sprg1; 30 __u64 sprg2; 31 __u64 sprg3; 32 __u64 srr0; 33 __u64 srr1; [all …]
|
| /linux/include/uapi/drm/ |
| H A D | habanalabs_accel.h | 909 __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_addr; [all …]
|
| /linux/drivers/md/bcache/ |
| H A D | bcache_ondisk.h | 12 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) in KEY_OFFSET() 61 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET() 73 .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), \ [all …]
|
| /linux/tools/arch/powerpc/include/uapi/asm/ |
| H A D | kvm.h | 23 __u64 pc; 24 __u64 cr; 25 __u64 ctr; 26 __u64 lr; 27 __u64 xer; 28 __u64 msr; 29 __u64 srr0; 30 __u64 srr1; 31 __u64 pid; 33 __u64 sprg0; [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | kprobe_multi.c | 21 __u64 kprobe_test1_result = 0; 22 __u64 kprobe_test2_result = 0; 23 __u64 kprobe_test3_result = 0; 24 __u64 kprobe_test4_result = 0; 25 __u64 kprobe_test5_result = 0; 26 __u64 kprobe_test6_result = 0; 27 __u64 kprobe_test7_result = 0; 28 __u64 kprobe_test8_result = 0; 30 __u64 kretprobe_test1_result = 0; 31 __u64 kretprobe_test2_result = 0; [all …]
|
| H A D | fexit_many_args.c | 9 __u64 test1_result = 0; 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 19 __u64 test2_result = 0; 21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 22 int g, unsigned int h, long i, __u64 j, unsigned long k, in BPF_PROG() 31 __u64 test3_result = 0; 33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() 34 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k, __u64 ret) in BPF_PROG()
|
| H A D | fentry_many_args.c | 9 __u64 test1_result = 0; 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 19 __u64 test2_result = 0; 21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 22 int g, unsigned int h, long i, __u64 j, unsigned long k) in BPF_PROG() 30 __u64 test3_result = 0; 32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() 33 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k) in BPF_PROG()
|
| /linux/tools/perf/include/perf/ |
| H A D | perf_dlfilter.h | 42 __u64 ip; 45 __u64 time; 46 __u64 addr; 47 __u64 id; 48 __u64 stream_id; 49 __u64 period; 50 __u64 weight; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ 51 __u64 transaction; /* Refer PERF_SAMPLE_TRANSACTION in <linux/perf_event.h> */ 52 __u64 insn_cnt; /* For instructions-per-cycle (IPC) */ 53 __u64 cyc_cnt; /* For instructions-per-cycle (IPC) */ [all …]
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 76 __u64 src_offset; 77 __u64 src_length; 78 __u64 dest_offset; 82 __u64 start; 83 __u64 len; 84 __u64 minlen; 169 __u64 dest_offset; /* in - start of extent in destination */ 170 __u64 bytes_deduped; /* out - total # of bytes we were able 183 __u64 src_offset; /* in - start of extent in source */ 184 __u64 src_length; /* in - length of extent */ [all …]
|