Searched refs:PC (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dhash.h44 #ifdef PC
H A DAntlrDDK.mak18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
H A DAntlrMS.mak18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dpcctscfg.h38 DOS (use #define PC)
73 * Define PC32 if in a 32-bit PC environment (e.g. extended DOS or Win32).
76 * Users of these compilers *must* be sure to define PC in their
79 #ifdef PC
88 /* MR1 10-Apr-97 Default for PC is short file names */
89 /* MR1 Default for non-PC is long file names */
93 #ifndef PC
136 /* MR8 6-Aug-97 Change from ifdef PC to ifndef LONGFILENAMES */
151 #ifdef PC
192 #ifdef PC
[all...]
H A Derr.h56 #ifdef PC
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtrapddmi.h105 #ifdef PC
/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/GuestHost/OpenGL/include/
H A Dcr_pack.h103 # define CR_LOCK_PACKER_CONTEXT(PC) crLockMutex(&((PC)->mutex))
104 # define CR_UNLOCK_PACKER_CONTEXT(PC) crUnlockMutex(&((PC)->mutex))
108 # define CR_LOCK_PACKER_CONTEXT(PC)
109 # define CR_UNLOCK_PACKER_CONTEXT(PC)
118 # define CR_LOCK_PACKER_CONTEXT(PC)
119 # define CR_UNLOCK_PACKER_CONTEXT(PC)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/
H A Dset.h26 #ifdef PC
H A Dset.c78 #if !defined(PC) || defined(PC32)
/vbox/include/iprt/
H A Dasn1.h380 a_DeclMacro(int) RT_CONCAT(a_ImplExtNm,_Clone)(RT_CONCAT(P,a_TypeNm) pThis, RT_CONCAT(PC,a_TypeNm) pSrc, \
385 a_DeclMacro(int) RT_CONCAT(a_ImplExtNm,_Compare)(RT_CONCAT(PC,a_TypeNm) pLeft, RT_CONCAT(PC,a_TypeNm) pRight); \
388 a_DeclMacro(int) RT_CONCAT(a_ImplExtNm,_CheckSanity)(RT_CONCAT(PC,a_TypeNm) pThis, uint32_t fFlags, \
395 DECL_FORCE_INLINE(PRTASN1CORE) RT_CONCAT(a_ImplExtNm,_GetAsn1Core)(RT_CONCAT(PC,a_TypeNm) pThis) \
397 DECLINLINE(bool) RT_CONCAT(a_ImplExtNm,_IsPresent)(RT_CONCAT(PC,a_TypeNm) pThis) \
406 typedef a_TypeNm const *RT_CONCAT(PC,a_TypeNm)
437 typedef a_TypeNm const *RT_CONCAT(PC,a_TypeNm)
663 typedef a_SeqOfType const *RT_CONCAT(PC,a_SeqOfType); \
719 typedef a_SetOfType const *RT_CONCAT(PC,a_SetOfTyp
[all...]
H A Dasn1-generator-pass.h559 RT_CONCAT(PC,RTASN1TMPL_TYPE) pSrc, \
743 RTASN1TMPL_DECL(int) RT_CONCAT3(RTASN1TMPL_EXT_NAME,_Set,a_Name)(RT_CONCAT(P,RTASN1TMPL_TYPE) pThis, RT_CONCAT(PC,a_Type) pSrc,\
766 RTASN1TMPL_DECL(int) RT_CONCAT3(RTASN1TMPL_EXT_NAME,_Set,a_Name)(RT_CONCAT(P,RTASN1TMPL_TYPE) pThis, RT_CONCAT(PC,a_Type) pSrc,\
802 RTASN1TMPL_DECL(int) RT_CONCAT(RTASN1TMPL_EXT_NAME,_Compare)(RT_CONCAT(PC,RTASN1TMPL_TYPE) pLeft, \
803 RT_CONCAT(PC,RTASN1TMPL_TYPE) pRight) \
888 RTASN1TMPL_DECL(int) RT_CONCAT(RTASN1TMPL_EXT_NAME,_CheckSanity)(RT_CONCAT(PC,RTASN1TMPL_TYPE) pThis, uint32_t fFlags, \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A DDlgDDK.mak18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
H A DDlgMS.mak18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
H A Doutput.c102 #if defined(PC) && !defined(PC32)
/vbox/include/VBox/vmm/
H A Dem.h172 VMMDECL(void) EMSetInhibitInterruptsPC(PVMCPU pVCpu, RTGCUINTPTR PC);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h512 UINT32 PC; member in struct:__anon12044
/vbox/src/VBox/Installer/linux/rpm/
H A DVirtualBox.tmpl.spec41 VirtualBox is a powerful PC virtualization solution allowing
42 you to run a wide range of PC operating systems on your Linux
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h514 UINT32 PC; member in struct:__anon15611
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_solaris.h666 uc->uc_mcontext.gregs[PC] = (int) _main; \
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm63 SYS_MODEL_ID equ 0FCh ; PC/AT
334 ;; The traditional locations are 30:100 (PC) or 0:400 (PC/AT).
/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/recompiler/
H A Dexec.c827 " PC=%08lx size=%04x\n",
845 printf("ERROR page flags: PC=%08lx size=%04x f1=%x f2=%x\n",
1180 that the modification is after the current PC, but it
1235 qemu_log("modifying code at 0x%x size=%d EIP=%x PC=%08x\n",
1289 that the modification is after the current PC, but it
4477 env->active_tc.PC -= 4;

Completed in 113 milliseconds