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

/vbox/include/VBox/vmm/
H A Dssm.h270 * SSMSTRUCT_FLAGS_DONT_IGNORE is set, the pointer will be saved in its
283 * It is stored as zeros if SSMSTRUCT_FLAGS_DONT_IGNORE is specified to
377 #define SSMSTRUCT_FLAGS_DONT_IGNORE RT_BIT_32(2) macro
390 #define SSMSTRUCT_FLAGS_MEM_BAND_AID ( SSMSTRUCT_FLAGS_DONT_IGNORE | SSMSTRUCT_FLAGS_FULL_STRUCT \
394 #define SSMSTRUCT_FLAGS_MEM_BAND_AID_RELAXED ( SSMSTRUCT_FLAGS_DONT_IGNORE \

Completed in 71 milliseconds