Searched refs:PATCHJUMPTABLE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPATMA.h175 } PATCHJUMPTABLE, *PPATCHJUMPTABLE; typedef in typeref:struct:__anon16929
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm1668 mov ecx, [ss:edi + PATCHJUMPTABLE.cAddresses]
1673 cmp [ss:edi + PATCHJUMPTABLE.Slot_pInstrGC + eax*8], edx ; edx = GC address to search for
1691 mov eax, [ss:edi + PATCHJUMPTABLE.Slot_pRelPatchGC + eax*8] ; found a match!
1908 mov ecx, [ss:edi + PATCHJUMPTABLE.cAddresses]
1913 cmp [ss:edi + PATCHJUMPTABLE.Slot_pInstrGC + eax*8], edx ; edx = GC address to search for
1940 mov eax, [ss:edi + PATCHJUMPTABLE.Slot_pRelPatchGC + eax*8] ; found a match!
2042 mov ecx, [ss:edi + PATCHJUMPTABLE.cAddresses]
2047 cmp [ss:edi + PATCHJUMPTABLE.Slot_pInstrGC + eax*8], edx ; edx = GC address to search for
2074 mov eax, [ss:edi + PATCHJUMPTABLE.Slot_pRelPatchGC + eax*8] ; found a match!
2390 mov ecx, [ss:edi + PATCHJUMPTABLE
[all...]

Completed in 2170 milliseconds