Searched refs:VKI_GS (Results 1 – 3 of 3) sorted by relevance
130 uc->uc_mcontext.gregs[VKI_GS] = gs; in ML_()213 uc->uc_mcontext.gregs[VKI_GS] = tst->arch.vex.guest_GS; in ML_()215 (Addr)&uc->uc_mcontext.gregs[VKI_GS], sizeof(UShort)); in ML_()217 (Addr)(&uc->uc_mcontext.gregs[VKI_GS]) + 2, sizeof(UShort)); in ML_()417 tst->arch.vex.guest_GS = uc->uc_mcontext.gregs[VKI_GS]; in ML_()419 (Addr)&uc->uc_mcontext.gregs[VKI_GS], OFFSET_x86_GS, in ML_()
1333 #define VKI_GS GS macro
290 (*regs)[VKI_GS] = arch->vex.guest_GS; in fill_regset()