Searched refs:IOM (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DIOMInternal.h3 * IOM - Internal header file.
274 * The IOM trees.
276 * memory block in HC. The locations of IOM structure and the hypervisor heap
296 /** Pointer to the IOM trees. */
301 * Converts an IOM pointer into a VM pointer.
303 * @param pIOM Pointer to IOM instance data.
308 * IOM Data (part of VM)
310 typedef struct IOM struct
330 /** Lock serializing EMT access to IOM. */
378 } IOM; typedef in typeref:struct:IOM
[all...]
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp258 ASSERT_LOG_GROUP(IOM);
/vbox/src/VBox/VMM/VMMAll/
H A DMMAll.cpp591 TAG2STR(IOM);
/vbox/include/VBox/vmm/
H A Dvm.h202 /** IOM part. */
1058 /** IOM part. */
1062 struct IOM s;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h268 GEN_CHECK_SIZE(IOM); variable
269 GEN_CHECK_OFF(IOM, pTreesRC);
270 GEN_CHECK_OFF(IOM, pTreesR3);
271 GEN_CHECK_OFF(IOM, pTreesR0);
H A DtstVMStructSize.cpp399 CHECK_MEMBER_ALIGNMENT(IOM, CritSect, sizeof(uintptr_t));
/vbox/src/VBox/VMM/VMMR3/
H A DIOM.cpp3 * IOM - Input / Output Monitor.
19 /** @page pg_iom IOM - The Input / Output Monitor
41 * access handlers. An MMIO range is registered with IOM which then registers it
145 * Initializes the IOM.
159 AssertCompileMemberAlignment(IOM, CritSect, sizeof(uintptr_t));
170 int rc = PDMR3CritSectRwInit(pVM, &pVM->iom.s.CritSect, RT_SRC_POS, "IOM Lock");
172 int rc = PDMR3CritSectInit(pVM, &pVM->iom.s.CritSect, RT_SRC_POS, "IOM Lock");
196 STAM_REG(pVM, &pVM->iom.s.StatRZMMIOHandler, STAMTYPE_PROFILE, "/IOM/RZ-MMIOHandler", STAMUNIT_TICKS_PER_CALL, "Profiling of the IOMMMIOHandler() body, only success calls.");
197 STAM_REG(pVM, &pVM->iom.s.StatRZMMIO1Byte, STAMTYPE_COUNTER, "/IOM/RZ-MMIOHandler/Access1", STAMUNIT_OCCURENCES, "MMIO access by 1 byte counter.");
198 STAM_REG(pVM, &pVM->iom.s.StatRZMMIO2Bytes, STAMTYPE_COUNTER, "/IOM/R
[all...]

Completed in 144 milliseconds