Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 16 of 16) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/byteorder/
A Dswab.h38 (__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 …]
A Dbig_endian.h20 #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 …]
A Dlittle_endian.h14 #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 …]
/xen-4.10.0-shim-comet/tools/include/xen-sys/Linux/
A Dprivcmd.h44 __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 */
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dbyteorder.h13 static inline __attribute_const__ __u64 ___arch__swab64(__u64 val) in ___arch__swab64()
17 __u64 u; in ___arch__swab64()
A Dtypes.h17 typedef unsigned long __u64; typedef
A Dmsr.h31 static inline void wrmsrl(unsigned int msr, __u64 val) in wrmsrl()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtypes.h45 typedef __u64 uint64_t;
52 typedef __u64 __le64;
53 typedef __u64 __be64;
A Dcper.h163 __u64 timestamp;
168 __u64 record_id;
170 __u64 persistence_information;
A Dbitops.h114 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()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dtypes.h19 typedef unsigned long long __u64; typedef
22 typedef unsigned long __u64; typedef
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Dpanic-handler.c16 current->thread.ksp = (__u64)info->sw - 16; in xen_panic_hypercall()
/xen-4.10.0-shim-comet/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c35 typedef unsigned long long __u64; typedef
41 #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()
/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c124 __u64 tmpoff; in ext2lib_pread()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D60ext4.diff9 +typedef unsigned long long __u64;
64 + __u64 s_mmp_block; /* Block for multi-mount protection */
A D61btrfs.diff95 +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