Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dint128.h30 static inline uint64_t int128_get64(Int128 a) in int128_get64() function
263 static inline uint64_t int128_get64(Int128 a) in int128_get64() function
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py351 def int128_get64(val): function