Searched refs:__u64 (Results 1 – 16 of 16) sorted by relevance
38 (__u64)(((__u64)(__x) & (__u64)0x00000000000000ffULL) << 56) | \39 (__u64)(((__u64)(__x) & (__u64)0x000000000000ff00ULL) << 40) | \40 (__u64)(((__u64)(__x) & (__u64)0x0000000000ff0000ULL) << 24) | \41 (__u64)(((__u64)(__x) & (__u64)0x00000000ff000000ULL) << 8) | \42 (__u64)(((__u64)(__x) & (__u64)0x000000ff00000000ULL) >> 8) | \43 (__u64)(((__u64)(__x) & (__u64)0x0000ff0000000000ULL) >> 24) | \44 (__u64)(((__u64)(__x) & (__u64)0x00ff000000000000ULL) >> 40) | \60 (__u64)(((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \61 (__u64)(((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \62 (__u64)(((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \[all …]
20 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x))21 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))27 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x))32 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))33 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x))39 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()43 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()45 return __swab64p((__u64 *)p); in __le64_to_cpup()63 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()67 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()[all …]
14 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x))15 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x))26 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x))27 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x))33 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))39 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()43 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()45 return (__force __u64)*p; in __le64_to_cpup()63 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()67 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()[all …]
44 __u64 op;45 __u64 arg[5];49 __u64 va;50 __u64 mfn;51 __u64 npages;63 __u64 addr; /* virtual address */73 __u64 addr; /* virtual address */
13 static inline __attribute_const__ __u64 ___arch__swab64(__u64 val) in ___arch__swab64()17 __u64 u; in ___arch__swab64()
17 typedef unsigned long __u64; typedef
31 static inline void wrmsrl(unsigned int msr, __u64 val) in wrmsrl()
45 typedef __u64 uint64_t;52 typedef __u64 __le64;53 typedef __u64 __be64;
163 __u64 timestamp;168 __u64 record_id;170 __u64 persistence_information;
114 static inline int generic_ffs64(__u64 x) in generic_ffs64()121 static inline int generic_fls64(__u64 x) in generic_fls64()178 static inline unsigned long generic_hweight64(__u64 w) in generic_hweight64()
19 typedef unsigned long long __u64; typedef22 typedef unsigned long __u64; typedef
16 current->thread.ksp = (__u64)info->sw - 16; in xen_panic_hypercall()
35 typedef unsigned long long __u64; typedef41 #define __cpu_to_le64(x) ((__u64) (x))42 #define __le64_to_cpu(x) ((__u64) (x))153 __u64 k_offset:60;154 __u64 k_type: 4;884 filepos, len, (__u64) IH_KEY_OFFSET (INFO->current_ih) - 1); in reiserfs_read()
124 __u64 tmpoff; in ext2lib_pread()
9 +typedef unsigned long long __u64;64 + __u64 s_mmp_block; /* Block for multi-mount protection */
95 +typedef unsigned long long __u64;102 +typedef __u64 u64;115 +#define cpu_to_le64(x) ((__u64) (x))116 +#define le64_to_cpu(x) ((__u64) (x))
Completed in 20 milliseconds