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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-linux.c102 static uint32_t g_cbMMIO; variable
259 g_cbMMIO = pci_resource_len(pPciDev, 1);
260 if (request_mem_region(g_MMIOPhysAddr, g_cbMMIO, DEVICE_NAME) != NULL)
262 g_pvMMIOBase = ioremap(g_MMIOPhysAddr, g_cbMMIO);
271 LogRel((DEVICE_NAME ": ioremap failed; MMIO Addr=%RHp cb=%#x\n", g_MMIOPhysAddr, g_cbMMIO));
273 release_mem_region(g_MMIOPhysAddr, g_cbMMIO);
281 g_cbMMIO = 0;
308 release_mem_region(g_MMIOPhysAddr, g_cbMMIO);
310 g_cbMMIO = 0;
600 g_cbMMIO,
[all...]
H A DVBoxGuest-solaris.c179 static off_t g_cbMMIO; variable
315 rc = ddi_dev_regsize(pDip, 2, &g_cbMMIO);
318 rc = ddi_regs_map_setup(pDip, 2, &g_pMMIOBase, 0, g_cbMMIO, &deviceAttr,
331 rc = VbgdCommonInitDevExt(&g_DevExt, g_uIOPortBase, g_pMMIOBase, g_cbMMIO,
H A DVBoxGuest-os2.cpp87 extern uint32_t g_cbMMIO; /* 0 currently not set. */
H A DVBoxGuestA-os2.asm285 GLOBALNAME g_cbMMIO
1420 ; On success g_fFoundAdapter is set to 1, and g_cbMMIO,

Completed in 48 milliseconds