Home
last modified time | relevance | path

Searched refs:L1_MAP_ADDR_SPACE_BITS (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/unicorn/unicorn-1.0.2/qemu/
H A Dtranslate-all.c94 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
96 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
99 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
108 ((L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS)
118 #define V_L1_SHIFT (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - V_L1_BITS)
389 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
1883 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_set_flags()
1884 assert(end < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_set_flags()
1920 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_check_range()
1921 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/
H A Dtranslate-all.c94 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
96 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
99 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
108 ((L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS)
118 #define V_L1_SHIFT (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - V_L1_BITS)
389 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
1883 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_set_flags()
1884 assert(end < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_set_flags()
1920 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_check_range()
1921 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/accel/tcg/
H A Dtranslate-all.c180 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
182 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
185 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
225 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
231 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
445 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2480 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_set_flags()
2481 assert(end <= ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_set_flags()
2518 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_check_range()
2519 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu-utils/qemu-4.2.1/accel/tcg/
H A Dtranslate-all.c179 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
181 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
184 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
224 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
230 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
444 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2516 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_set_flags()
2517 assert(end <= ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_set_flags()
2554 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_check_range()
2555 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu42/qemu-4.2.1/accel/tcg/
H A Dtranslate-all.c179 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
181 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
184 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
224 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
230 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
444 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2516 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_set_flags()
2517 assert(end <= ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_set_flags()
2554 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_check_range()
2555 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/accel/tcg/
H A Dtranslate-all.c180 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
182 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
185 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
225 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
231 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
445 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2500 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_set_flags()
2501 assert(end <= ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_set_flags()
2538 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_check_range()
2539 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/accel/tcg/
H A Dtranslate-all.c180 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
182 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
185 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS macro
225 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
231 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
445 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2543 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_set_flags()
2544 assert(end <= ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_set_flags()
2581 #if TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS in page_check_range()
2582 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu/qemu-6.2.0/accel/tcg/
H A Dtranslate-all.c188 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS
190 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS
193 # define L1_MAP_ADDR_SPACE_BITS MIN(HOST_LONG_BITS, TARGET_ABI_BITS)
229 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS;
235 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits;
429 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS
2336 if (TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS) {
2337 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS));
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/accel/tcg/
H A Dtranslate-all.c188 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
190 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
193 # define L1_MAP_ADDR_SPACE_BITS MIN(HOST_LONG_BITS, TARGET_ABI_BITS) macro
229 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
235 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
429 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2328 if (TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS) { in page_check_range()
2329 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu5/qemu-5.2.0/accel/tcg/
H A Dtranslate-all.c186 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
188 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
191 # define L1_MAP_ADDR_SPACE_BITS MIN(HOST_LONG_BITS, TARGET_ABI_BITS) macro
231 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
237 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
457 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2602 if (TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS) { in page_check_range()
2603 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()
/dports/emulators/qemu60/qemu-6.0.0/accel/tcg/
H A Dtranslate-all.c190 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS macro
192 # define L1_MAP_ADDR_SPACE_BITS TARGET_PHYS_ADDR_SPACE_BITS macro
195 # define L1_MAP_ADDR_SPACE_BITS MIN(HOST_LONG_BITS, TARGET_ABI_BITS) macro
234 v_l1_bits = (L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS) % V_L2_BITS; in page_table_config_init()
240 v_l1_shift = L1_MAP_ADDR_SPACE_BITS - TARGET_PAGE_BITS - v_l1_bits; in page_table_config_init()
444 #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS in page_init()
2782 if (TARGET_ABI_BITS > L1_MAP_ADDR_SPACE_BITS) { in page_check_range()
2783 assert(start < ((target_ulong)1 << L1_MAP_ADDR_SPACE_BITS)); in page_check_range()