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

  /external/qemu/include/qemu/
bswap.h 254 static inline void stw_p(void *ptr, uint16_t v) function
305 stw_p(ptr, le_bswap(v, 16));
370 stw_p(ptr, be_bswap(v, 16));
  /external/qemu/include/exec/
cpu-all.h 162 #define stw_p(p, v) stw_be_p(p, v) macro
174 #define stw_p(p, v) stw_le_p(p, v) macro
244 #define stw_raw(p, v) stw_p(saddr((p)), v)

Completed in 39 milliseconds