Home
last modified time | relevance | path

Searched refs:HOST_LONG_BITS (Results 1 – 25 of 25) sorted by relevance

/openbmc/qemu/linux-user/
H A Dthunk.c148 #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32 in thunk_convert()
154 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 32 in thunk_convert()
169 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64 in thunk_convert()
175 #elif HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 64 in thunk_convert()
297 #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32 in thunk_print()
307 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 32 in thunk_print()
317 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64 in thunk_print()
H A Dmain.c111 # if HOST_LONG_BITS > TARGET_VIRT_ADDR_SPACE_BITS
845 } else if (HOST_LONG_BITS == 64 && TARGET_VIRT_ADDR_SPACE_BITS <= 32) { in main()
H A Dsyscall.c307 #if defined(__NR_getdents) && HOST_LONG_BITS >= TARGET_ABI_BITS
2986 *hhigh = (off >> HOST_LONG_BITS / 2) >> HOST_LONG_BITS / 2; in target_to_host_low_high()
4830 #if HOST_LONG_BITS > 64
7075 if (O_LARGEFILE == 0 && HOST_LONG_BITS == 64) { in do_fcntl()
7737 #if HOST_LONG_BITS == 64 in do_sys_futex()
7762 #if HOST_LONG_BITS == 64 in do_safe_futex()
/openbmc/qemu/include/exec/
H A Dcpu-defs.h61 # if HOST_LONG_BITS == 32
H A Dram_addr.h356 unsigned long len = (pages + HOST_LONG_BITS - 1) / HOST_LONG_BITS; in cpu_physical_memory_set_dirty_lebitmap()
434 page_number = (i * HOST_LONG_BITS + j) * hpratio; in cpu_physical_memory_set_dirty_lebitmap()
H A Dcpu_ldst.h107 (HOST_LONG_BITS <= TARGET_VIRT_ADDR_SPACE_BITS || \
/openbmc/qemu/include/qemu/
H A Dbswap.h381 #if HOST_LONG_BITS == 32 in leul_to_cpu()
383 #elif HOST_LONG_BITS == 64 in leul_to_cpu()
H A Dcompiler.h13 #define HOST_LONG_BITS (__SIZEOF_POINTER__ * 8) macro
/openbmc/qemu/hw/arm/
H A Draspi4b.c115 #if HOST_LONG_BITS == 32 in raspi4b_machine_class_init()
H A Dmps3r.c65 #if HOST_LONG_BITS == 32
H A Dmps2-tz.c185 #if HOST_LONG_BITS == 32
H A Daspeed.c53 #if HOST_LONG_BITS == 32
/openbmc/qemu/bsd-user/
H A Dmain.c79 # if HOST_LONG_BITS > TARGET_VIRT_ADDR_SPACE_BITS
499 } else if (HOST_LONG_BITS == 64 && TARGET_VIRT_ADDR_SPACE_BITS <= 32) { in main()
H A Dmmap.c245 #if HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h13 #define HOST_LONG_BITS (__SIZEOF_POINTER__ * 8) macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h13 #define HOST_LONG_BITS (__SIZEOF_POINTER__ * 8) macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h26 #if (HOST_LONG_BITS != 32 || !defined(__USE_TIME_BITS64)) && !defined(__KERNEL__)
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c28 #if HOST_LONG_BITS == 32
146 if (HOST_LONG_BITS == 32) { in xen_map_cache_init()
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c155 #if HOST_LONG_BITS < TARGET_PHYS_ADDR_SPACE_BITS
156 # define L1_MAP_ADDR_SPACE_BITS HOST_LONG_BITS
/openbmc/qemu/util/
H A Dbitmap.c428 # if HOST_LONG_BITS == 64 in bitmap_to_from_le()
H A Dqht.c87 #if HOST_LONG_BITS == 32
/openbmc/qemu/target/i386/tcg/
H A Dcc_helper_template.h.inc33 #if HOST_LONG_BITS >= 64
/openbmc/qemu/hw/core/
H A Dmachine.c1556 if (machine->ram_size > (2047 << 20) && HOST_LONG_BITS == 32) { in machine_run_board_init()
/openbmc/qemu/hw/riscv/
H A Dvirt.c1579 #if HOST_LONG_BITS == 64 in virt_machine_init()
/openbmc/qemu/target/ppc/
H A Dtranslate.c1452 #if HOST_LONG_BITS == 64 /* Explicitly align to 64 bits */