Home
last modified time | relevance | path

Searched refs:ldq_he_p (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dbufferiszero.c44 t = ldq_he_p(buf) | ldq_he_p(buf + len - 8); in buffer_is_zero_int_lt256()
61 uint64_t t = ldq_he_p(buf) | ldq_he_p(buf + len - 8); in buffer_is_zero_int_ge256()
/openbmc/qemu/include/qemu/
H A Dbswap.h287 static inline uint64_t ldq_he_p(const void *ptr) in ldq_he_p() function
316 return le_bswap(ldq_he_p(ptr), 64); in ldq_le_p()
356 return be_bswap(ldq_he_p(ptr), 64); in ldq_be_p()
/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc515 return ldq_he_p(pv);