Searched refs:L2_SIZE (Results 1 – 1 of 1) sorted by relevance
160 #define L2_SIZE (1 << L2_BITS) macro287 if (index > ((target_ulong)L2_SIZE * L1_SIZE)) in page_l1_map()305 size_t len = sizeof(PageDesc) * L2_SIZE; in page_find_alloc()317 p = qemu_mallocz(sizeof(PageDesc) * L2_SIZE); in page_find_alloc()321 return p + (index & (L2_SIZE - 1)); in page_find_alloc()334 return p + (index & (L2_SIZE - 1)); in page_find()366 pd = qemu_vmalloc(sizeof(PhysPageDesc) * L2_SIZE); in phys_page_find_alloc()368 for (i = 0; i < L2_SIZE; i++) in phys_page_find_alloc()371 return ((PhysPageDesc *)pd) + (index & (L2_SIZE - 1)); in phys_page_find_alloc()544 for(j = 0; j < L2_SIZE; j++) { in page_flush_tb()[all …]