Home
last modified time | relevance | path

Searched refs:__u32 (Results 1 – 25 of 25) sorted by relevance

/xen/xen/include/xen/byteorder/
A Dswab.h28 (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | \
29 (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | \
30 (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | \
31 (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); \
54 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \
55 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \
56 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \
57 (((__u32)(x) & (__u32)0xff000000UL) >> 24) ))
139 static inline __attribute_const__ __u32 __fswab32(__u32 x) in __fswab32()
143 static inline __u32 __swab32p(const __u32 *x) in __swab32p()
[all …]
A Dbig_endian.h22 #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x))
23 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x))
29 #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x))
34 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x))
35 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x))
47 static inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()
51 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
53 return __swab32p((__u32 *)p); in __le32_to_cpup()
71 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
75 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
[all …]
A Dlittle_endian.h16 #define __constant_cpu_to_le32(x) ((__force __le32)(__u32)(x))
17 #define __constant_le32_to_cpu(x) ((__force __u32)(__le32)(x))
28 #define __cpu_to_le32(x) ((__force __le32)(__u32)(x))
29 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x))
35 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
47 static inline __le32 __cpu_to_le32p(const __u32 *p) in __cpu_to_le32p()
51 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup()
53 return (__force __u32)*p; in __le32_to_cpup()
71 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
75 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
[all …]
/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c40 typedef unsigned int __u32; typedef
68 __u32 s_mtime; /* Mount time */
78 __u32 s_creator_os; /* OS */
123 __u32 s_default_mount_opts;
139 __u32 bg_reserved[3];
159 __u32 l_i_reserved1;
164 __u32 h_i_translator;
169 __u32 m_i_reserved1;
186 __u32 l_i_reserved2[2];
196 __u32 h_i_author;
[all …]
/xen/xen/include/asm-x86/
A Dmsi.h184 __u32 vector : 8;
186 __u32 reserved_1 : 3;
189 __u32 reserved_2 : 16;
191 __u32 reserved_2 : 16;
194 __u32 reserved_1 : 3;
196 __u32 vector : 8;
206 __u32 reserved_1 : 2;
210 __u32 reserved_2 : 4;
214 __u32 reserved_2 : 4;
223 __u32 value;
[all …]
A Dbyteorder.h7 static inline __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32()
16 struct { __u32 a,b; } s; in ___arch__swab64()
A Dprocessor.h120 __u32 extended_cpuid_level; /* Maximum supported CPUID extended level */
126 __u32 x86_max_cores; /* cpuid returned max cores value */
127 __u32 booted_cores; /* number of cores as seen by OS */
128 __u32 x86_num_siblings; /* cpuid logical cpus per chip value */
129 __u32 apicid;
130 __u32 phys_proc_id; /* package ID of each logical CPU */
131 __u32 cpu_core_id; /* core ID of each logical CPU*/
132 __u32 compute_unit_id; /* AMD compute unit ID of each logical CPU */
A Dmsr.h35 __u32 lo, hi; in wrmsrl()
36 lo = (__u32)val; in wrmsrl()
37 hi = (__u32)(val >> 32); in wrmsrl()
A Dtypes.h13 typedef unsigned int __u32; typedef
/xen/stubdom/grub.patches/
A D60ext4.diff8 typedef unsigned int __u32;
32 __u32 s_mtime; /* Mount time */
33 __u32 s_wtime; /* Write time */
42 __u32 s_creator_os; /* OS */
49 __u32 s_default_mount_opts;
82 - __u32 bg_reserved[3];
94 + __u32 bg_reserved2[3];
104 + __u32 i_size_high;
113 - __u32 l_i_reserved2[2];
118 + __u32 l_i_reserved2;
[all …]
A D40ext3_256byte_inode.diff9 __u32 s_rev_level; /* Revision level */
12 - __u32 s_reserved[235]; /* Padding to the end of the block */
26 + __u32 s_first_ino; /* First non-reserved inode */
29 + __u32 s_feature_compat; /* compatible feature set */
30 + __u32 s_feature_incompat; /* incompatible feature set */
35 + __u32 s_algorithm_usage_bitmap; /* For compression */
47 + __u32 s_journal_inum; /* inode number of journal file */
48 + __u32 s_journal_dev; /* device number of journal file */
50 + __u32 s_hash_seed[4]; /* HTREE hash seed */
54 + __u32 s_default_mount_opts;
[all …]
A D50fs_fulldisk.diff17 __u32 magic, first_fat;
A D61btrfs.diff83 +typedef unsigned int __u32;
90 +typedef __u32 u32;
106 +#define cpu_to_le32(x) ((__u32) (x))
107 +#define le32_to_cpu(x) ((__u32) (x))
A D99minios850 + __u32 dc_block_number; /* Disk child's block number. */
/xen/xen/include/xen/
A Dcper.h158 __u32 signature_end; /* must be CPER_SIG_END */
160 __u32 error_severity;
161 __u32 validation_bits;
162 __u32 record_length;
169 __u32 flags;
175 __u32 section_offset; /* Offset in bytes of the
178 __u32 section_length;
182 __u32 flags;
185 __u32 section_severity;
A Dbitops.h116 return !x || (__u32)x ? ffs(x) : ffs(x >> 32) + 32; in generic_ffs64()
123 __u32 h = x >> 32; in generic_fls64()
214 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32()
225 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32()
A Dtypes.h42 typedef __u32 uint32_t;
50 typedef __u32 __le32;
51 typedef __u32 __be32;
/xen/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c34 typedef unsigned int __u32; typedef
113 __u32 j_mount_id;
136 __u32 k_offset;
137 __u32 k_uniqueness;
161 __u32 k_dir_id;
163 __u32 k_objectid;
298 __u32 k_dir_id;
299 __u32 k_objectid;
312 __u32 journal_block;
809 search_stat (fsi_file_t *ffi, __u32 dir_id, __u32 objectid) in search_stat()
[all …]
/xen/tools/libfsimage/fat/
A Dfat.h30 typedef unsigned int __u32; typedef
49 __u32 hidden; /* hidden sectors (unused) */
50 __u32 long_sectors; /* number of sectors (if short_sectors == 0) */
53 __u32 fat32_length; /* sectors/FAT */
56 __u32 root_cluster; /* first cluster in root directory */
94 (*((__u32 *) (entry+28)))
A Dfsys_fat.c60 __u32 magic, first_fat; in fat_mount()
/xen/xen/include/asm-x86/guest/
A Dhyperv-tlfs.h445 __u32 tsc_sequence;
446 __u32 res1;
511 __u32 asu32;
513 __u32 id:24;
514 __u32 reserved:8;
520 __u32 message_type;
545 __u32 timer_index;
546 __u32 reserved;
557 __u32 reserved;
574 __u32 apic_assist;
[all …]
/xen/tools/include/xen-sys/Linux/
A Dprivcmd.h91 __u32 type;
92 __u32 id;
93 __u32 idx;
/xen/xen/xsm/flask/ss/
A Dconditional.h32 __u32 expr_type;
33 __u32 bool_val;
A Dpolicydb.h134 __u32 value; /* internal type value */
/xen/xen/include/asm-arm/
A Dtypes.h14 typedef unsigned int __u32; typedef

Completed in 38 milliseconds