Searched refs:cpu_to_be32 (Results 1 – 10 of 10) sorted by relevance
15 #define cpu_to_fdt32(x) cpu_to_be32(x)
822 exthdr->flags = cpu_to_be32(flags); in tdqcow_load_l1_table()1146 out = cpu_to_be32(cksum); in tdqcow_update_checksum()1199 header.magic = cpu_to_be32(QCOW_MAGIC); in qcow_create()1200 header.version = cpu_to_be32(QCOW_VERSION); in qcow_create()1203 exthdr.xmagic = cpu_to_be32(XEN_MAGIC); in qcow_create()1226 header.backing_file_size = cpu_to_be32( in qcow_create()1245 header.mtime = cpu_to_be32(st.st_mtime); in qcow_create()1249 exthdr.min_cluster_alloc = cpu_to_be32(1); in qcow_create()1258 exthdr.min_cluster_alloc = cpu_to_be32(1 << 9); in qcow_create()1275 header.crypt_method = cpu_to_be32(QCOW_CRYPT_NONE); in qcow_create()[all …]
39 #define cpu_to_be32 __cpu_to_be32 macro
61 rv.value = cpu_to_be32(v); in native_be32()
103 UINT32 buf[2] = { cpu_to_be32(status), cpu_to_be32(ordinal) };\
162 UINT32 buf[2] = { cpu_to_be32(status), cpu_to_be32(ordinal) }; \
134 TPM_RESOURCE_TYPE beres = cpu_to_be32(reslist[i]); in flush_tpm()
105 *p = cpu_to_be32(t); in pack_UINT32()
76 lenbuf = cpu_to_be32((uint32_t)data_length); in write_vtpmblk_raw()103 *data_length = (size_t) cpu_to_be32(lenbuf); in read_vtpmblk_raw()
525 addr[na - 2] = cpu_to_be32(a >> 32); in dt_bus_default_translate()526 addr[na - 1] = cpu_to_be32(a & 0xffffffffu); in dt_bus_default_translate()1346 __be32 mask = imask ? imask[i] : cpu_to_be32(0xffffffffu); in dt_irq_map_raw()1351 __be32 mask = imask ? imask[i] : cpu_to_be32(0xffffffffu); in dt_irq_map_raw()1943 ((__be32 *)mem)[size / 4] = cpu_to_be32(0xdeadbeef); in __unflatten_device_tree()
Completed in 20 milliseconds