Searched defs:PC (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlers.cpp544 RTGCPTR PC; local
546 pRegFrame->rip, &PC);
558 rc = EMInterpretDisasOneEx(pVM, pVCpu, (RTGCUINTPTR)PC, pRegFrame, &Cpu, &cbOp);
610 rc = EMInterpretInstructionDisasState(pVCpu, &Cpu, pRegFrame, PC, EMCODETYPE_SUPERVISOR);
790 * @param PC The program counter corresponding to cs:eip in pRegFrame.
792 static int trpmGCTrap0dHandlerRing0(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu, RTGCPTR PC) argument
812 Assert(!(PATMIsPatchGCAddr(pVM, PC)));
844 if (PATMIsPatchGCAddr(pVM, PC))
861 if ( !PATMIsPatchGCAddr(pVM, PC)
862 && !CSAMIsKnownDangerousInstr(pVM, PC))
900 trpmGCTrap0dHandlerRing3(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu, RTGCPTR PC) argument
1046 RTGCPTR PC; local
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp144 * Sets the PC for which interrupts should be inhibited.
147 * @param PC The PC.
149 VMMDECL(void) EMSetInhibitInterruptsPC(PVMCPU pVCpu, RTGCUINTPTR PC) argument
151 pVCpu->em.s.GCPtrInhibitInterrupts = PC;
157 * Gets the PC for which interrupts should be inhibited.
165 * @returns The PC for which interrupts should be inhibited.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h512 UINT32 PC; member in struct:__anon12044
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h514 UINT32 PC; member in struct:__anon15611

Completed in 62 milliseconds