Lines Matching refs:_1M
50 # define TSTSSM_ITEM_SIZE (512*_1M)
52 # define TSTSSM_ITEM_SIZE (5*_1M)
62 uint8_t gabBigMem[_1M];
64 uint8_t gabBigMem[8*_1M];
533 uint32_t cb = 512*_1M;
590 if (cb != 512*_1M)
592 RTPrintf("Item04: loaded size doesn't match the real thing. %#x != %#x\n", cb, 512*_1M);
605 RTPrintf("Item04: SSMR3GetMem(,,%#x) -> %Rrc offset %#x\n", PAGE_SIZE, rc, 512*_1M - cb);
610 RTPrintf("Item04: compare failed. mem offset=%#x\n", 512*_1M - cb);
725 rc = SSMR3RegisterInternal(pVM, "SSM Testcase Data Item no.2 (rand mem)", 2, 0, _1M * 8,
735 rc = SSMR3RegisterInternal(pVM, "SSM Testcase Data Item no.3 (big mem)", 0, 123, 512*_1M,
745 rc = SSMR3RegisterInternal(pVM, "SSM Testcase Data Item no.4 (big zero mem)", 0, 42, 512*_1M,