Searched refs:pu32Data (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm512 ; * @param pu32Data Ptr to store VM field value
514 ;DECLASM(int) VMXReadVmcs32(uint32_t idxField, uint32_t *pu32Data);
531 mov edx, [esp + 8] ; pu32Data
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp949 * @param pu32Data Where to store the data.
951 static void lsilogicR3DiagRegDataRead(PLSILOGICSCSI pThis, uint32_t *pu32Data) argument
964 *pu32Data = pRegion->au32Data[offRegion];
967 *pu32Data = 0;

Completed in 192 milliseconds