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

/vbox/src/recompiler/
H A Dexec.c174 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
176 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
179 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
190 ((L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % L2_BITS)
209 #define V_L1_SHIFT (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - V_L1_BITS)
353 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS
2679 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS
2680 assert(end < ((abi_ulong)1 << L1_MAP_ADDR_SPACE_BITS));
2719 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS
2720 assert(start < ((abi_ulong)1 << L1_MAP_ADDR_SPACE_BITS));
[all...]

Completed in 305 milliseconds