Searched refs:__u64 (Results 126 - 150 of 593) sorted by relevance

1234567891011>>

/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dblkzoned.h39 __u64 start;
40 __u64 len;
41 __u64 wp;
49 __u64 sector;
55 __u64 sector;
56 __u64 nr_sectors;
H A Dfiemap.h23 __u64 fe_logical;
24 __u64 fe_physical;
25 __u64 fe_length;
26 __u64 fe_reserved64[2];
31 __u64 fm_start;
32 __u64 fm_length;
H A Dif_bridge.h55 __u64 designated_root;
56 __u64 bridge_id;
76 __u64 designated_root;
77 __u64 designated_bridge;
131 __u64 rx_bytes;
132 __u64 rx_packets;
133 __u64 tx_bytes;
134 __u64 tx_packets;
223 __u64 igmp_v1queries[BR_MCAST_DIR_SIZE];
224 __u64 igmp_v2querie
[all...]
H A Dpr.h31 __u64 key;
36 __u64 old_key;
37 __u64 new_key;
42 __u64 old_key;
43 __u64 new_key;
48 __u64 key;
H A Dprctl.h97 __u64 start_code;
98 __u64 end_code;
99 __u64 start_data;
100 __u64 end_data;
101 __u64 start_brk;
102 __u64 brk;
103 __u64 start_stack;
104 __u64 arg_start;
105 __u64 arg_end;
106 __u64 env_star
[all...]
H A Dgen_stats.h34 __u64 bytes;
38 __u64 bytes;
46 __u64 bps;
47 __u64 pps;
H A Dsignalfd.h38 __u64 ssi_ptr;
39 __u64 ssi_utime;
40 __u64 ssi_stime;
41 __u64 ssi_addr;
H A Dvirtio_types.h24 typedef __u64 __bitwise __virtio64;
H A Dbcache.h22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \
23 { return(k->field >> offset) & ~(~0ULL << size); } static inline void SET_ ##name(type * k, __u64 v) \
27 __u64 high;
28 __u64 low;
29 __u64 ptr[];
32 #define PTR_FIELD(name,offset,size) static inline __u64 name(const struct bkey * k, unsigned i) \
33 { return(k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_ ##name(struct bkey * k, unsigned i, __u64 v) \
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
49 #define MAKE_PTR(gen,offset,dev) ((((__u64) dev) << 51) | ((__u64) offse
[all...]
H A Dperf_event.h193 __u64 config;
195 __u64 sample_period;
196 __u64 sample_freq;
198 __u64 sample_type;
199 __u64 read_format;
200 __u64 disabled : 1, inherit : 1, pinned : 1, exclusive : 1, exclude_user : 1, exclude_kernel : 1, exclude_hv : 1, exclude_idle : 1, mmap : 1, comm : 1, freq : 1, inherit_stat : 1, enable_on_exec : 1, task : 1, watermark : 1, precise_ip : 2, mmap_data : 1, sample_id_all : 1, exclude_host : 1, exclude_guest : 1, exclude_callchain_kernel : 1, exclude_callchain_user : 1, mmap2 : 1, comm_exec : 1, use_clockid : 1, context_switch : 1, write_backward : 1, namespaces : 1, __reserved_1 : 35;
207 __u64 bp_addr;
208 __u64 config1;
211 __u64 bp_len;
212 __u64 config
[all...]
/bionic/tools/versioner/dependencies/common/kernel_uapi/rdma/
H A Dbnxt_re-abi.h34 __u64 dbr;
37 __u64 cq_va;
38 __u64 cq_handle;
47 __u64 qpsva;
48 __u64 qprva;
49 __u64 qp_handle;
H A Dvmw_pvrdma-abi.h107 __u64 buf_addr;
116 __u64 buf_addr;
121 __u64 buf_addr;
130 __u64 rbuf_addr;
131 __u64 sbuf_addr;
134 __u64 qp_addr;
137 __u64 swap_val;
138 __u64 compare_val;
139 __u64 swap_mask;
140 __u64 compare_mas
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dprctl.h97 __u64 start_code;
98 __u64 end_code;
99 __u64 start_data;
100 __u64 end_data;
101 __u64 start_brk;
102 __u64 brk;
103 __u64 start_stack;
104 __u64 arg_start;
105 __u64 arg_end;
106 __u64 env_star
[all...]
H A Dgen_stats.h34 __u64 bytes;
38 __u64 bytes;
46 __u64 bps;
47 __u64 pps;
H A Dsignalfd.h38 __u64 ssi_ptr;
39 __u64 ssi_utime;
40 __u64 ssi_stime;
41 __u64 ssi_addr;
H A Dvirtio_types.h24 typedef __u64 __bitwise __virtio64;
H A Dbcache.h22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \
23 { return(k->field >> offset) & ~(~0ULL << size); } static inline void SET_ ##name(type * k, __u64 v) \
27 __u64 high;
28 __u64 low;
29 __u64 ptr[];
32 #define PTR_FIELD(name,offset,size) static inline __u64 name(const struct bkey * k, unsigned i) \
33 { return(k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_ ##name(struct bkey * k, unsigned i, __u64 v) \
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
49 #define MAKE_PTR(gen,offset,dev) ((((__u64) dev) << 51) | ((__u64) offse
[all...]
H A Dperf_event.h193 __u64 config;
195 __u64 sample_period;
196 __u64 sample_freq;
198 __u64 sample_type;
199 __u64 read_format;
200 __u64 disabled : 1, inherit : 1, pinned : 1, exclusive : 1, exclude_user : 1, exclude_kernel : 1, exclude_hv : 1, exclude_idle : 1, mmap : 1, comm : 1, freq : 1, inherit_stat : 1, enable_on_exec : 1, task : 1, watermark : 1, precise_ip : 2, mmap_data : 1, sample_id_all : 1, exclude_host : 1, exclude_guest : 1, exclude_callchain_kernel : 1, exclude_callchain_user : 1, mmap2 : 1, comm_exec : 1, use_clockid : 1, context_switch : 1, write_backward : 1, namespaces : 1, __reserved_1 : 35;
207 __u64 bp_addr;
208 __u64 config1;
211 __u64 bp_len;
212 __u64 config
[all...]
H A Dswab.h26 #define ___constant_swab64(x) ((__u64) ((((__u64) (x) & (__u64) 0x00000000000000ffULL) << 56) | (((__u64) (x) & (__u64) 0x000000000000ff00ULL) << 40) | (((__u64) (x) & (__u64) 0x0000000000ff0000ULL) << 24) | (((__u64) (x) & (__u64) 0x00000000ff000000ULL) << 8) | (((__u64) (
[all...]
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dprctl.h97 __u64 start_code;
98 __u64 end_code;
99 __u64 start_data;
100 __u64 end_data;
101 __u64 start_brk;
102 __u64 brk;
103 __u64 start_stack;
104 __u64 arg_start;
105 __u64 arg_end;
106 __u64 env_star
[all...]
H A Dgen_stats.h34 __u64 bytes;
38 __u64 bytes;
46 __u64 bps;
47 __u64 pps;
H A Dsignalfd.h38 __u64 ssi_ptr;
39 __u64 ssi_utime;
40 __u64 ssi_stime;
41 __u64 ssi_addr;
H A Dvirtio_types.h24 typedef __u64 __bitwise __virtio64;
H A Dbcache.h22 #define BITMASK(name,type,field,offset,size) static inline __u64 name(const type * k) \
23 { return(k->field >> offset) & ~(~0ULL << size); } static inline void SET_ ##name(type * k, __u64 v) \
27 __u64 high;
28 __u64 low;
29 __u64 ptr[];
32 #define PTR_FIELD(name,offset,size) static inline __u64 name(const struct bkey * k, unsigned i) \
33 { return(k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_ ##name(struct bkey * k, unsigned i, __u64 v) \
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
49 #define MAKE_PTR(gen,offset,dev) ((((__u64) dev) << 51) | ((__u64) offse
[all...]
H A Dperf_event.h193 __u64 config;
195 __u64 sample_period;
196 __u64 sample_freq;
198 __u64 sample_type;
199 __u64 read_format;
200 __u64 disabled : 1, inherit : 1, pinned : 1, exclusive : 1, exclude_user : 1, exclude_kernel : 1, exclude_hv : 1, exclude_idle : 1, mmap : 1, comm : 1, freq : 1, inherit_stat : 1, enable_on_exec : 1, task : 1, watermark : 1, precise_ip : 2, mmap_data : 1, sample_id_all : 1, exclude_host : 1, exclude_guest : 1, exclude_callchain_kernel : 1, exclude_callchain_user : 1, mmap2 : 1, comm_exec : 1, use_clockid : 1, context_switch : 1, write_backward : 1, namespaces : 1, __reserved_1 : 35;
207 __u64 bp_addr;
208 __u64 config1;
211 __u64 bp_len;
212 __u64 config
[all...]

Completed in 392 milliseconds

1234567891011>>