| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | fuse.h | 44 __u64 ino; 45 __u64 size; 46 __u64 blocks; 47 __u64 atime; 48 __u64 mtime; 49 __u64 ctime; 63 __u64 blocks; 64 __u64 bfree; 65 __u64 bavail; 66 __u64 files; [all …]
|
| H A D | taskstats.h | 69 __u64 cpu_count __attribute__((aligned(8))); 70 __u64 cpu_delay_total; 77 __u64 blkio_count; 78 __u64 blkio_delay_total; 81 __u64 swapin_count; 82 __u64 swapin_delay_total; 90 __u64 cpu_run_real_total; 98 __u64 cpu_run_virtual_total; 113 __u64 ac_etime __attribute__((aligned(8))); 115 __u64 ac_utime; /* User CPU time [usec] */ [all …]
|
| H A D | kvm.h | 26 __u64 guest_phys_addr; 27 __u64 memory_size; /* bytes */ 34 __u64 guest_phys_addr; 35 __u64 memory_size; /* bytes */ 36 __u64 userspace_addr; /* start of the userspace allocated memory */ 99 __u64 cr8; 100 __u64 apic_base; 105 __u64 hardware_exit_reason; 109 __u64 hardware_entry_failure_reason; 124 __u64 data_offset; /* relative to kvm_run start */ [all …]
|
| H A D | edd.h | 75 __u64 number_of_sectors; 99 __u64 reserved; 102 __u64 reserved; 105 __u64 reserved; 108 __u64 reserved; 117 __u64 reserved4; 125 __u64 reserved4; 129 __u64 lun; 134 __u64 serial_number; 135 __u64 reserved; [all …]
|
| H A D | firewire-cdev.h | 46 __u64 closure; 66 __u64 closure; 91 __u64 closure; 118 __u64 closure; 121 __u64 offset; 142 __u64 closure; 209 __u64 rom; 210 __u64 bus_reset; 211 __u64 bus_reset_closure; 233 __u64 offset; [all …]
|
| H A D | quota.h | 45 typedef __u64 qsize_t; /* Type in which we store sizes */ 104 __u64 dqb_bhardlimit; 105 __u64 dqb_bsoftlimit; 106 __u64 dqb_curspace; 107 __u64 dqb_ihardlimit; 108 __u64 dqb_isoftlimit; 109 __u64 dqb_curinodes; 110 __u64 dqb_btime; 111 __u64 dqb_itime; 125 __u64 dqi_bgrace; [all …]
|
| H A D | dqblk_xfs.h | 55 __u64 d_blk_hardlimit;/* absolute limit on disk blks */ 56 __u64 d_blk_softlimit;/* preferred limit on disk blks */ 57 __u64 d_ino_hardlimit;/* maximum # allocated inodes */ 58 __u64 d_ino_softlimit;/* preferred inode limit */ 59 __u64 d_bcount; /* # disk blocks owned by the user */ 60 __u64 d_icount; /* # inodes owned by the user */ 67 __u64 d_rtb_hardlimit;/* absolute limit on realtime blks */ 68 __u64 d_rtb_softlimit;/* preferred limit on RT disk blks */ 69 __u64 d_rtbcount; /* # realtime blocks owned */ 138 __u64 qfs_ino; /* inode number */ [all …]
|
| H A D | xfrm.h | 64 #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; 80 __u64 bytes; [all …]
|
| H A D | neighbour.h | 92 __u64 ndts_allocs; 93 __u64 ndts_destroys; 94 __u64 ndts_hash_grows; 95 __u64 ndts_res_failed; 96 __u64 ndts_lookups; 97 __u64 ndts_hits; 98 __u64 ndts_rcv_probes_mcast; 99 __u64 ndts_rcv_probes_ucast; 100 __u64 ndts_periodic_gc_runs; 101 __u64 ndts_forced_gc_runs;
|
| H A D | aio_abi.h | 58 __u64 data; /* the data field from the iocb */ 59 __u64 obj; /* what iocb this event came from */ 80 __u64 aio_data; /* data to be returned in event's data */ 89 __u64 aio_buf; 90 __u64 aio_nbytes; 94 __u64 aio_reserved2; /* TODO: use this for a (struct sigevent *) */
|
| H A D | loop.h | 46 __u64 lo_device; /* ioctl r/o */ 47 __u64 lo_inode; /* ioctl r/o */ 48 __u64 lo_rdevice; /* ioctl r/o */ 49 __u64 lo_offset; 50 __u64 lo_sizelimit;/* bytes, 0 == max available */ 58 __u64 lo_init[2];
|
| H A D | cgroupstats.h | 31 __u64 nr_sleeping; /* Number of tasks sleeping */ 32 __u64 nr_running; /* Number of tasks running */ 33 __u64 nr_stopped; /* Number of tasks in stopped state */ 34 __u64 nr_uninterruptible; /* Number of tasks in uninterruptible */ 36 __u64 nr_io_wait; /* Number of tasks waiting on IO */
|
| H A D | pkt_cls.h | 142 __u64 install; 143 __u64 lastuse; 144 __u64 expires; 234 __u64 rcnt; 235 __u64 rhit; 236 __u64 kcnts[0];
|
| H A D | types.h | 96 typedef __u64 uint64_t; 97 typedef __u64 u_int64_t; 102 #define aligned_u64 __u64 __attribute__((aligned(8))) 158 typedef __u64 __bitwise __le64; 159 typedef __u64 __bitwise __be64;
|
| H A D | dlm_plock.h | 34 __u64 number; 35 __u64 start; 36 __u64 end; 37 __u64 owner;
|
| H A D | signalfd.h | 25 __u64 ssi_ptr; 26 __u64 ssi_utime; 27 __u64 ssi_stime; 28 __u64 ssi_addr;
|
| H A D | if_bridge.h | 56 __u64 designated_root; 57 __u64 bridge_id; 79 __u64 designated_root; 80 __u64 designated_bridge;
|
| H A D | if_link.h | 43 __u64 mem_start; 44 __u64 mem_end; 45 __u64 base_addr;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/ |
| H A D | swab.h | 73 static __inline__ __u64 ___swab64(__u64 x) in ___swab64() 76 (x & (__u64)0x000000000000ff00ULL)<<40 | in ___swab64() 77 (x & (__u64)0x0000000000ff0000ULL)<<24 | in ___swab64() 78 (x & (__u64)0x00000000ff000000ULL)<< 8 | in ___swab64() 79 (x & (__u64)0x000000ff00000000ULL)>> 8 | in ___swab64() 80 (x & (__u64)0x0000ff0000000000ULL)>>24 | in ___swab64() 81 (x & (__u64)0x00ff000000000000ULL)>>40; in ___swab64() 95 ((__u64)( \ 96 (__u64)(((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \ 97 (__u64)(((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \ [all …]
|
| H A D | big_endian.h | 19 #define __constant_le64_to_cpu(x) ___constant_swab64( (__u64)(__le64)(x)) 24 #define __constant_cpu_to_be64(x) ( (__be64)(__u64)(x)) 25 #define __constant_be64_to_cpu(x) ( (__u64)(__be64)(x)) 31 #define __le64_to_cpu(x) __swab64( (__u64)(__le64)(x)) 36 #define __cpu_to_be64(x) ( (__be64)(__u64)(x)) 37 #define __be64_to_cpu(x) ( (__u64)(__be64)(x)) 43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 49 return __swab64p((__u64 *)p); in __le64_to_cpup() 67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() [all …]
|
| H A D | little_endian.h | 18 #define __constant_cpu_to_le64(x) ( (__le64)(__u64)(x)) 19 #define __constant_le64_to_cpu(x) ( (__u64)(__le64)(x)) 25 #define __constant_be64_to_cpu(x) ___constant_swab64( (__u64)(__be64)(x)) 30 #define __cpu_to_le64(x) ( (__le64)(__u64)(x)) 31 #define __le64_to_cpu(x) ( (__u64)(__le64)(x)) 37 #define __be64_to_cpu(x) __swab64( (__u64)(__be64)(x)) 43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup() 49 return (__u64)*p; in __le64_to_cpup() 67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/ |
| H A D | sigcontext.h | 57 __u64 sc_regs[32]; 58 __u64 sc_fpregs[32]; 59 __u64 sc_mdhi; 60 __u64 sc_hi1; 61 __u64 sc_hi2; 62 __u64 sc_hi3; 63 __u64 sc_mdlo; 64 __u64 sc_lo1; 65 __u64 sc_lo2; 66 __u64 sc_lo3; [all …]
|
| H A D | statfs.h | 49 __u64 f_blocks; 50 __u64 f_bfree; 51 __u64 f_files; 52 __u64 f_ffree; 53 __u64 f_bavail; 84 __u64 f_blocks; 85 __u64 f_bfree; 86 __u64 f_files; 87 __u64 f_ffree; 88 __u64 f_bavail;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/ |
| H A D | statfs.h | 26 __u64 f_blocks; 27 __u64 f_bfree; 28 __u64 f_bavail; 29 __u64 f_files; 30 __u64 f_ffree; 40 __u64 f_blocks; 41 __u64 f_bfree; 42 __u64 f_bavail; 43 __u64 f_files; 44 __u64 f_ffree;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/dvb/ |
| H A D | video.h | 105 __u64 pts; 266 #define VIDEO_GET_PTS _IOR('o', 57, __u64) 269 #define VIDEO_GET_FRAME_COUNT _IOR('o', 58, __u64)
|