Searched refs:__u64 (Results 1 – 25 of 111) sorted by relevance
12345
/bionic/libc/kernel/uapi/linux/ |
D | btrfs.h | 44 __u64 flags; 45 __u64 max_rfer; 46 __u64 max_excl; 47 __u64 rsv_rfer; 49 __u64 rsv_excl; 52 __u64 flags; 54 __u64 num_qgroups; 55 __u64 num_ref_copies; 56 __u64 num_excl_copies; 59 __u64 qgroups[0]; [all …]
|
D | taskstats.h | 31 __u64 cpu_count __attribute__((aligned(8))); 32 __u64 cpu_delay_total; 34 __u64 blkio_count; 35 __u64 blkio_delay_total; 36 __u64 swapin_count; 37 __u64 swapin_delay_total; 39 __u64 cpu_run_real_total; 40 __u64 cpu_run_virtual_total; 51 __u64 ac_etime __attribute__((aligned(8))); 52 __u64 ac_utime; [all …]
|
D | bcache.h | 22 #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… 28 __u64 high; 29 __u64 low; 30 __u64 ptr[]; 34 #define PTR_FIELD(name,offset,size) static inline __u64 name(const struct bkey * k, unsigned i) \ 35 …ffset) & ~(~0ULL << size); } static inline void SET_ ##name(struct bkey * k, unsigned i, __u64 v) \ 42 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \ 54 #define PTR(gen,offset,dev) ((((__u64) dev) << 51) | ((__u64) offset) << 8 | gen) 58 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ##_pad[BKEY_PAD]; } [all …]
|
D | swab.h | 27 …__u64) ((((__u64) (x) & (__u64) 0x00000000000000ffULL) << 56) | (((__u64) (x) & (__u64) 0x00000000… 57 #define __swab64(x) (__builtin_constant_p((__u64) (x)) ? ___constant_swab64(x) : __fswab64(x))
|
D | perf_event.h | 180 __u64 config; 182 __u64 sample_period; 184 __u64 sample_freq; 186 __u64 sample_type; 187 __u64 read_format; 189 …__u64 disabled : 1, inherit : 1, pinned : 1, exclusive : 1, exclude_user : 1, exclude_kernel : 1, … 197 __u64 bp_addr; 199 __u64 config1; 202 __u64 bp_len; 204 __u64 config2; [all …]
|
D | firewire-cdev.h | 39 __u64 closure; 44 __u64 closure; 56 __u64 closure; 65 __u64 closure; 69 __u64 offset; 76 __u64 closure; 80 __u64 offset; 92 __u64 closure; 101 __u64 closure; 107 __u64 closure; [all …]
|
D | edd.h | 65 __u64 number_of_sectors; 94 __u64 reserved; 97 __u64 reserved; 101 __u64 reserved; 105 __u64 reserved; 116 __u64 reserved4; 126 __u64 reserved4; 131 __u64 lun; 137 __u64 serial_number; 139 __u64 reserved; [all …]
|
D | prctl.h | 116 __u64 start_code; 117 __u64 end_code; 119 __u64 start_data; 120 __u64 end_data; 121 __u64 start_brk; 122 __u64 brk; 124 __u64 start_stack; 125 __u64 arg_start; 126 __u64 arg_end; 127 __u64 env_start; [all …]
|
D | vhost.h | 42 __u64 desc_user_addr; 44 __u64 used_user_addr; 45 __u64 avail_user_addr; 46 __u64 log_guest_addr; 50 __u64 guest_phys_addr; 51 __u64 memory_size; 52 __u64 userspace_addr; 54 __u64 flags_padding; 65 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64) 66 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) [all …]
|
D | cgroupstats.h | 25 __u64 nr_sleeping; 26 __u64 nr_running; 27 __u64 nr_stopped; 29 __u64 nr_uninterruptible; 30 __u64 nr_io_wait;
|
D | fiemap.h | 24 __u64 fe_logical; 25 __u64 fe_physical; 26 __u64 fe_length; 27 __u64 fe_reserved64[2]; 34 __u64 fm_start; 35 __u64 fm_length;
|
D | dqblk_xfs.h | 47 __u64 d_blk_hardlimit; 49 __u64 d_blk_softlimit; 50 __u64 d_ino_hardlimit; 51 __u64 d_ino_softlimit; 52 __u64 d_bcount; 54 __u64 d_icount; 61 __u64 d_rtb_hardlimit; 62 __u64 d_rtb_softlimit; 64 __u64 d_rtbcount; 109 __u64 qfs_ino; [all …]
|
D | quota.h | 76 __u64 dqb_bhardlimit; 77 __u64 dqb_bsoftlimit; 78 __u64 dqb_curspace; 80 __u64 dqb_ihardlimit; 81 __u64 dqb_isoftlimit; 82 __u64 dqb_curinodes; 83 __u64 dqb_btime; 85 __u64 dqb_itime; 95 __u64 dqi_bgrace; 96 __u64 dqi_igrace;
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | sigcontext.h | 31 __u64 xstate_bv; 119 __u64 rip; 120 __u64 rdp; 135 __u64 r8; 136 __u64 r9; 137 __u64 r10; 139 __u64 r11; 140 __u64 r12; 141 __u64 r13; 142 __u64 r14; [all …]
|
D | mce.h | 25 __u64 status; 26 __u64 misc; 27 __u64 addr; 29 __u64 mcgstatus; 30 __u64 ip; 31 __u64 tsc; 32 __u64 time; 47 __u64 mcgcap;
|
D | kvm.h | 70 __u64 guest_phys_addr; 71 __u64 memory_size; 72 __u64 target_phys_addr; 100 __u64 base_address; 107 __u64 bits; 134 __u64 rax, rbx, rcx, rdx; 135 __u64 rsi, rdi, rsp, rbp; 136 __u64 r8, r9, r10, r11; 137 __u64 r12, r13, r14, r15; 139 __u64 rip, rflags; [all …]
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | sigcontext.h | 55 __u64 sc_regs[32]; 56 __u64 sc_fpregs[32]; 57 __u64 sc_mdhi; 59 __u64 sc_hi1; 60 __u64 sc_hi2; 61 __u64 sc_hi3; 62 __u64 sc_mdlo; 64 __u64 sc_lo1; 65 __u64 sc_lo2; 66 __u64 sc_lo3; [all …]
|
D | statfs.h | 50 __u64 f_blocks; 51 __u64 f_bfree; 52 __u64 f_files; 54 __u64 f_ffree; 55 __u64 f_bavail; 89 __u64 f_blocks; 90 __u64 f_bfree; 91 __u64 f_files; 92 __u64 f_ffree; 94 __u64 f_bavail;
|
D | ptrace.h | 37 __u64 regs[32]; 39 __u64 lo; 40 __u64 hi; 41 __u64 cp0_epc; 42 __u64 cp0_badvaddr; 44 __u64 cp0_status; 45 __u64 cp0_cause;
|
/bionic/libc/kernel/uapi/misc/ |
D | cxl.h | 25 __u64 flags; 26 __u64 work_element_descriptor; 27 __u64 amr; 32 __u64 reserved3; 34 __u64 reserved4; 35 __u64 reserved5; 36 __u64 reserved6; 74 __u64 addr; 75 __u64 dsisr; 76 __u64 reserved3; [all …]
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | statfs.h | 56 __u64 f_blocks; 57 __u64 f_bfree; 59 __u64 f_bavail; 60 __u64 f_files; 61 __u64 f_ffree; 77 __u64 f_blocks; 79 __u64 f_bfree; 80 __u64 f_bavail; 81 __u64 f_files; 82 __u64 f_ffree;
|
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
D | sigcontext.h | 24 __u64 fault_address; 25 __u64 regs[31]; 26 __u64 sp; 27 __u64 pc; 29 __u64 pstate; 50 __u64 esr;
|
/bionic/libc/kernel/uapi/xen/ |
D | privcmd.h | 26 __u64 op; 27 __u64 arg[5]; 31 __u64 va; 32 __u64 mfn; 34 __u64 npages; 46 __u64 addr; 56 __u64 addr;
|
/bionic/libc/kernel/uapi/rdma/ |
D | ib_user_verbs.h | 85 __u64 element; 91 __u64 cq_handle; 106 __u64 response; 114 __u64 response; 115 __u64 driver_data[0]; 124 __u64 response; 125 __u64 driver_data[0]; 129 __u64 fw_ver; 132 __u64 max_mr_size; 134 __u64 page_size_cap; [all …]
|
D | ib_user_cm.h | 57 __u64 uid; 59 __u64 response; 66 __u64 response; 76 __u64 response; 90 __u64 response; 109 __u64 data; 122 __u64 data; 124 __u64 primary_path; 125 __u64 alternate_path; 144 __u64 uid; [all …]
|
12345