Searched refs:f64Bit (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp97 bool f64Bit; member in struct:DBGDIGGERDARWIN
161 &GCPtrMsgBufP, pData->f64Bit ? sizeof(uint64_t) : sizeof(uint32_t));
167 if (!OSX_VALID_ADDRESS(pData->f64Bit, GCPtrMsgBufP))
182 if (!OSX_VALID_ADDRESS(pData->f64Bit, GCPtrMsgBufP))
201 &MsgBuf, sizeof(MsgBuf) - (pData->f64Bit ? 0 : sizeof(uint32_t)) );
207 if (!pData->f64Bit)
218 || !OSX_VALID_ADDRESS(pData->f64Bit, MsgBuf.msg_bufc) )
433 bool f64Bit = uBuf.Hdr64.magic == IMAGE_MACHO64_SIGNATURE; local
434 if (uBuf.Hdr32.cputype != (f64Bit ? CPU_TYPE_X86_64 : CPU_TYPE_I386))
438 && uBuf.Hdr32.filetype != (f64Bit
680 bool f64Bit; local
908 bool f64Bit = uBuf.Hdr64.magic == IMAGE_MACHO64_SIGNATURE; local
[all...]
H A DDBGPlugInSolaris.cpp308 bool f64Bit; member in struct:DBGDIGGERSOLARIS
791 const uint32_t cbExpr = pThis->f64Bit ? sizeof(uint64_t) : sizeof(uint32_t);
806 if (pThis->f64Bit)
888 if (pThis->f64Bit)
988 if (pThis->f64Bit)
994 if (pThis->f64Bit)
1038 bool f64Bit = false; local
1055 f64Bit = true;
1078 pThis->f64Bit = f64Bit;
[all...]
H A DDBGPlugInLinux.cpp52 bool f64Bit; member in struct:DBGDIGGERLINUX
192 { &GCPtrLogBuf, sizeof(GCPtrLogBuf), pData->f64Bit ? sizeof(uint64_t) : sizeof(uint32_t), "log_buf" },
222 if (pData->f64Bit ? !LNX64_VALID_ADDRESS(GCPtrLogBuf) : !LNX32_VALID_ADDRESS(GCPtrLogBuf))
559 if (pThis->f64Bit)
696 if (pThis->f64Bit)
798 uint32_t cIncr = (pThis->f64Bit ? sizeof(uint64_t) : sizeof(uint32_t)) / sizeof(uint16_t);
834 uint32_t const cbGuestAddr = pThis->f64Bit ? sizeof(uint64_t) : sizeof(uint32_t);
1091 pThis->f64Bit = pThis->AddrLinuxBanner.FlatPtr > UINT32_MAX;
/vbox/src/VBox/Devices/Bus/
H A DMsiCommon.cpp114 bool f64Bit = msiIs64Bit(pDev); local
140 if ( !f64Bit
147 if ( f64Bit
H A DDevPciIch9.cpp867 bool f64Bit = (pRegion->type & PCI_ADDRESS_SPACE_BAR64) != 0; local
891 if (f64Bit)
1627 bool f64Bit = (uResourceType & PCI_ADDRESS_SPACE_BAR64) != 0;
1631 if (f64Bit)
2398 bool f64Bit = !!(pRegion->type & PCI_ADDRESS_SPACE_BAR64);
2407 f64Bit ? "64" : "32",
2416 if (f64Bit)
H A DDevPCI.cpp1978 bool f64Bit = !!(pRegion->type & PCI_ADDRESS_SPACE_BAR64); local
1987 f64Bit ? "64" : "32",
1996 if (f64Bit)
/vbox/include/VBox/
H A Dpci.h797 * @param f64Bit Whether the memory can be mapped anywhere in the 64-bit address space. Otherwise restrict to 32-bit.
800 DECLINLINE(void) PCIDevSetBaseAddress(PPCIDEVICE pPciDev, uint8_t iReg, bool fIOSpace, bool fPrefetchable, bool f64Bit, uint32_t u32Addr) argument
804 Assert(!(u32Addr & 0x3)); Assert(!fPrefetchable); Assert(!f64Bit);
812 if (f64Bit)
/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp113 bool f64Bit; member in struct:RTLDRMODPE
2051 + (pModPe->f64Bit
2056 + (pModPe->f64Bit
3439 const size_t cbExpectV4 = !pModPe->f64Bit
3442 const size_t cbExpectV3 = !pModPe->f64Bit
3445 const size_t cbExpectV2 = !pModPe->f64Bit
3448 const size_t cbExpectV1 = !pModPe->f64Bit
3491 if (Dir.Size == 0x40 && u.Cfg64.Size == 0x00 && !pModPe->f64Bit)
3722 pModPe->f64Bit = FileHdr.SizeOfOptionalHeader == sizeof(OptHdr);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-core.cpp725 * @param f64Bit Set if 64-bit, clear if 32-bit.
727 static void cidetCoreSetupFirstBaseEncoding_MrmRmMod_32bit64bit(PCIDETCORE pThis, uint8_t iReg, bool f64Bit)
783 * @param f64Bit Set if 64-bit, clear if 32-bit.
785 static bool cidetCoreSetupNextBaseEncoding_MrmRmMod_32bit64bit(PCIDETCORE pThis, uint8_t iReg, bool f64Bit)
883 cidetCoreSetupFirstBaseEncoding_MrmRmMod_32bit64bit(pThis, iReg, f64Bit);
949 cidetCoreSetupFirstBaseEncoding_MrmRmMod_32bit64bit(pThis, iReg, f64Bit);

Completed in 74 milliseconds