Searched refs:TRPMCPU (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DTRPMInternal.h75 * Converts a TRPM pointer into a TRPMCPU pointer.
76 * @returns Pointer to the VM structure the TRPMCPU is part of.
77 * @param pTRPM Pointer to TRPMCPU instance data.
94 /** Offset to the TRPMCPU structure.
173 * Converts a TRPMCPU pointer into a VM pointer.
174 * @returns Pointer to the VM structure the TRPMCPU is part of.
175 * @param pTRPM Pointer to TRPMCPU instance data.
180 * Converts a TRPMCPU pointer into a VMCPU pointer.
181 * @returns Pointer to the VMCPU structure the TRPMCPU is part of.
182 * @param pTRPM Pointer to TRPMCPU instanc
190 typedef struct TRPMCPU struct
239 } TRPMCPU; typedef in typeref:struct:TRPMCPU
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm394 mov esi, IMP(g_TRPMCPU) ; esi = TRPMCPU until resume!
396 mov [esi + TRPMCPU.uActiveVector], edx
398 mov [esi + TRPMCPU.uActiveErrorCode], edx
399 mov dword [esi + TRPMCPU.enmActiveType], TRPM_TRAP
401 mov dword [esi + TRPMCPU.uActiveCR2], edx
403 mov dword [esi + TRPMCPU.uActiveErrorCode + 4], 0
404 mov dword [esi + TRPMCPU.uActiveCR2 + 4], 0
442 push esi ; Param 1 - Pointer to TRPMCPU.
576 movzx edx, byte [esi + TRPMCPU.uActiveVector]
609 push esi ; Param 1 - Pointer to TRPMCPU
[all...]
/vbox/include/VBox/vmm/
H A Dvm.h170 struct TRPMCPU s;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1107 GEN_CHECK_SIZE(TRPMCPU); // has .mac variable

Completed in 1011 milliseconds