Searched refs:shift_walking_one (Results 1 – 1 of 1) sorted by relevance
2981 uint64_t shift_walking_one = 4U; in memory_tests() local2988 while(shift_walking_one <= 28U) /* 28 => 1G, as 2**28 == 256K and this is in memory_tests()2991 SIM_FEEDBACK1(shift_walking_one); in memory_tests()2992 start_address = (uint64_t)(0xC0000000U + (0x1U<<shift_walking_one)); in memory_tests()3000 shift_walking_one++; in memory_tests()3006 shift_walking_one = 4U; in memory_tests()3007 while(shift_walking_one <= 28U) //28 => 1G in memory_tests()3009 SIM_FEEDBACK1(shift_walking_one); in memory_tests()3010 start_address = (uint64_t)(0x1400000000U + (0x1U<<shift_walking_one)); in memory_tests()3020 if(shift_walking_one >= 4U) in memory_tests()[all …]