Searched defs:stq_be_p (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dcpu-all.h486 static inline void stq_be_p(void *ptr, uint64_t v) function
562 static inline void stq_be_p(void *ptr, uint64_t v) function
601 #define stq_p(p, v) stq_be_p(p, v)

Completed in 51 milliseconds