Searched defs:DBGFREGSUBFIELD (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/vmm/
H A Ddbgf.h1329 typedef struct DBGFREGSUBFIELD struct
1345 DECLCALLBACKMEMBER(int, pfnGet)(void *pvUser, struct DBGFREGSUBFIELD const *pSubField, PRTUINT128U puValue);
1349 DECLCALLBACKMEMBER(int, pfnSet)(void *pvUser, struct DBGFREGSUBFIELD const *pSubField, RTUINT128U uValue, RTUINT128U fMask);
1350 } DBGFREGSUBFIELD; typedef in typeref:struct:DBGFREGSUBFIELD
1352 typedef DBGFREGSUBFIELD const *PCDBGFREGSUBFIELD;

Completed in 71 milliseconds