Searched refs:V_L1_SIZE (Results 1 – 1 of 1) sorted by relevance
180 #define V_L1_SIZE ((target_ulong)1 << V_L1_BITS) macro192 static void *l1_map[V_L1_SIZE];366 lp = l1_map + ((index >> V_L1_SHIFT) & (V_L1_SIZE - 1)); in page_find_alloc()703 for (i = 0; i < V_L1_SIZE; i++) { in page_flush_tb()2360 for (i = 0; i < V_L1_SIZE; i++) { in walk_memory_regions()
Completed in 9 milliseconds