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

/vbox/src/VBox/VMM/testcase/
H A DtstSSM.cpp50 # define TSTSSM_ITEM_SIZE (512*_1M) macro
52 # define TSTSSM_ITEM_SIZE (5*_1M) macro
421 uint32_t cb = TSTSSM_ITEM_SIZE;
482 if (cb != TSTSSM_ITEM_SIZE)
484 RTPrintf("Item03: loaded size doesn't match the real thing. %#x != %#x\n", cb, TSTSSM_ITEM_SIZE);
498 RTPrintf("Item03: SSMR3GetMem(,,%#x) -> %Rrc offset %#x\n", PAGE_SIZE, rc, TSTSSM_ITEM_SIZE - cb);
503 RTPrintf("Item03: compare failed. mem offset=%#x\n", TSTSSM_ITEM_SIZE - cb);

Completed in 43 milliseconds