Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbswap.h283 static inline uint64_t ldq_he_p(const void *ptr) in ldq_he_p() function
312 return le_bswap(ldq_he_p(ptr), 64); in ldq_le_p()
352 return be_bswap(ldq_he_p(ptr), 64); in ldq_be_p()
/openbmc/qemu/util/
H A Dbufferiszero.c47 uint64_t t = ldq_he_p(buf); in buffer_zero_int()
61 t |= ldq_he_p(buf + len - 8); in buffer_zero_int()
/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc513 return ldq_he_p(pv);