Home
last modified time | relevance | path

Searched defs:word1 (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-user/
H A Duser-internals.h114 static inline uint64_t target_offset64(uint32_t word0, uint32_t word1) in target_offset64()
123 static inline uint64_t target_offset64(uint64_t word0, uint64_t word1) in target_offset64()
/qemu/bsd-user/
H A Dqemu.h488 static inline uint64_t target_arg64(uint32_t word0, uint32_t word1) in target_arg64()