HomeSort by relevance Sort by last modified time
    Searched defs:stq_p (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qemu/
bswap.h 278 static inline void stq_p(void *ptr, uint64_t v) function
315 stq_p(ptr, le_bswap(v, 64));
380 stq_p(ptr, be_bswap(v, 64));
  /external/qemu/include/exec/
cpu-all.h 164 #define stq_p(p, v) stq_be_p(p, v) macro
176 #define stq_p(p, v) stq_le_p(p, v) macro
246 #define stq_raw(p, v) stq_p(saddr((p)), v)

Completed in 106 milliseconds