Searched refs:VKI_ES (Results 1 – 3 of 3) sorted by relevance
128 uc->uc_mcontext.gregs[VKI_ES] = es; in ML_()203 uc->uc_mcontext.gregs[VKI_ES] = tst->arch.vex.guest_ES; in ML_()205 (Addr)&uc->uc_mcontext.gregs[VKI_ES], sizeof(UShort)); in ML_()207 (Addr)(&uc->uc_mcontext.gregs[VKI_ES]) + 2, sizeof(UShort)); in ML_()409 tst->arch.vex.guest_ES = uc->uc_mcontext.gregs[VKI_ES]; in ML_()411 (Addr)&uc->uc_mcontext.gregs[VKI_ES], OFFSET_x86_ES, in ML_()
1331 #define VKI_ES ES macro
288 (*regs)[VKI_ES] = arch->vex.guest_ES; in fill_regset()