Home
last modified time | relevance | path

Searched refs:TT_WOTHER (Results 1 – 2 of 2) sorted by relevance

/qemu/target/sparc/
H A Dwin_helper.c203 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_save()
225 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_restore()
239 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_flushw()
H A Dcpu.h96 #define TT_WOTHER (1 << 5) macro