Home
last modified time | relevance | path

Searched refs:word0 (Results 1 – 4 of 4) sorted by relevance

/qemu/linux-user/
H A Duser-internals.h118 static inline uint64_t target_offset64(uint32_t word0, uint32_t word1) in target_offset64() argument
121 return ((uint64_t)word0 << 32) | word1; in target_offset64()
123 return ((uint64_t)word1 << 32) | word0; in target_offset64()
127 static inline uint64_t target_offset64(uint64_t word0, uint64_t word1) in target_offset64() argument
129 return word0; in target_offset64()
/qemu/bsd-user/
H A Dqemu.h496 static inline uint64_t target_arg64(uint32_t word0, uint32_t word1) in target_arg64() argument
500 return ((uint64_t)word0 << 32) | word1; in target_arg64()
502 return ((uint64_t)word1 << 32) | word0; in target_arg64()
505 return word0; in target_arg64()
/qemu/include/hw/s390x/
H A Dioinst.h128 uint32_t word0; /* subchannel logout for format 0 */ member
/qemu/hw/s390x/
H A Dcss.c1375 dest->word0 = cpu_to_be32(src->word0); in copy_esw_to_guest()
1757 irb->esw.word0 = 0x04804000; in build_irb_virtual()
1759 irb->esw.word0 = 0x00800000; in build_irb_virtual()