Home | History | Annotate | Download | only in priv

Lines Matching refs:VexGuestAMD64State

456          guest_sizeB            = sizeof(VexGuestAMD64State);
459 offB_TISTART = offsetof(VexGuestAMD64State,guest_TISTART);
460 offB_TILEN = offsetof(VexGuestAMD64State,guest_TILEN);
461 offB_GUEST_IP = offsetof(VexGuestAMD64State,guest_RIP);
462 szB_GUEST_IP = sizeof( ((VexGuestAMD64State*)0)->guest_RIP );
463 offB_HOST_EvC_COUNTER = offsetof(VexGuestAMD64State,host_EvC_COUNTER);
464 offB_HOST_EvC_FAILADDR = offsetof(VexGuestAMD64State,host_EvC_FAILADDR);
466 vassert(0 == sizeof(VexGuestAMD64State) % 16);
467 vassert(sizeof( ((VexGuestAMD64State*)0)->guest_TISTART ) == 8);
468 vassert(sizeof( ((VexGuestAMD64State*)0)->guest_TILEN ) == 8);
469 vassert(sizeof( ((VexGuestAMD64State*)0)->guest_NRADDR ) == 8);