Searched refs:TRPM (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | TRPMInternal.h | 3 * TRPM - Internal header file. 67 * Converts a TRPM pointer into a VM pointer. 68 * @returns Pointer to the VM structure the TRPM is part of. 69 * @param pTRPM Pointer to TRPM instance data. 75 * Converts a TRPM pointer into a TRPMCPU pointer. 84 * TRPM Data (part of VM) 89 typedef struct TRPM struct 108 * @cfgm /TRPM/SafeToDropGuestIDTMonitoring boolean defaults to false. 166 } TRPM; typedef in typeref:struct:TRPM 168 /** Pointer to TRPM Dat [all...] |
/vbox/src/VBox/VMM/VMMR0/ |
H A D | TRPMR0A.asm | 3 ; TRPM - Host Context Ring-0
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 3 ; TRPM - Raw-mode Context Trap Handlers 386 add edx, TRPM.aStatGCTraps 456 add edx, TRPM.aStatGCTraps 477 add edx, TRPM.aStatGCTraps 579 xchg ecx, [edi + TRPM.aTmpTrapHandlers + edx * 4] ; ecx = Temp handler pointer or 0 634 ; Don't reset the TRPM state. Caller takes care of that. 648 add edx, TRPM.aStatGCTraps 902 add edx, [edi + TRPM.paStatHostIrqRC] 939 ; Reset TRPM state 1061 ; Reset TRPM stat [all...] |
/vbox/src/VBox/Runtime/VBox/ |
H A D | log-vbox.cpp | 289 ASSERT_LOG_GROUP(TRPM);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | MMAll.cpp | 640 TAG2STR(TRPM);
|
/vbox/include/VBox/vmm/ |
H A D | vm.h | 166 /** TRPM part. */ 872 * @remark This method pointer lives here because TRPM needs it. 884 * This method pointer lives here because TRPM needs it. 888 * @remark This method pointer lives here because TRPM needs it. 1022 /** TRPM part. */ 1026 struct TRPM s;
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | TRPM.cpp | 3 * TRPM - The Trap Monitor. 18 /** @page pg_trpm TRPM - The Trap Monitor 20 * The Trap Monitor (TRPM) is responsible for all trap and interrupt handling in 32 * When executing in the raw-mode context, TRPM will be managing the IDT and 35 * handler patching) and TRPM needs to keep the \#BP gate in sync (ring-3 44 * TRPM distinguishes the between the first two (virt and guest traps) and the 57 * injected a guest trap, TRPM will check for pending forced action and 67 * TRPM will also dispatch / inject interrupts and traps to the guest, both when 433 /** TRPM saved state version. */ 488 PCFGMNODE pTRPMNode = CFGMR3GetChild(CFGMR3GetRoot(pVM), "TRPM"); [all...] |
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 1106 GEN_CHECK_SIZE(TRPM); // has .mac variable
|
Completed in 258 milliseconds