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

/vbox/src/recompiler/
H A Dexec.c209 #define V_L1_SHIFT (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - V_L1_BITS) macro
418 lp = l1_map + ((index >> V_L1_SHIFT) & (V_L1_SIZE - 1));
421 for (i = V_L1_SHIFT / L2_BITS - 1; i > 0; i--) {
776 page_flush_tb_1(V_L1_SHIFT / L2_BITS - 1, l1_map + i);
2626 int rc = walk_memory_regions_1(&data, (abi_ulong)i << V_L1_SHIFT,
2627 V_L1_SHIFT / L2_BITS - 1, l1_map + i);

Completed in 59 milliseconds