Searched refs:softmmu_tput32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/include/exec/
H A Dsoftmmu-semi.h31 static inline void softmmu_tput32(CPUArchState *env, uint32_t addr, uint32_t val) function
36 #define put_user_u32(arg, p) ({ softmmu_tput32(env, p, arg) ; 0; })

Completed in 73 milliseconds