Searched refs:VKI_DS (Results 1 – 3 of 3) sorted by relevance
126 uc->uc_mcontext.gregs[VKI_DS] = ds; in ML_()193 uc->uc_mcontext.gregs[VKI_DS] = tst->arch.vex.guest_DS; in ML_()195 (Addr)&uc->uc_mcontext.gregs[VKI_DS], sizeof(UShort)); in ML_()197 (Addr)(&uc->uc_mcontext.gregs[VKI_DS]) + 2, sizeof(UShort)); in ML_()401 tst->arch.vex.guest_DS = uc->uc_mcontext.gregs[VKI_DS]; in ML_()403 (Addr)&uc->uc_mcontext.gregs[VKI_DS], OFFSET_x86_DS, in ML_()
1330 #define VKI_DS DS macro
287 (*regs)[VKI_DS] = arch->vex.guest_DS; in fill_regset()