Home
last modified time | relevance | path

Searched refs:TARGET_MAXTSIZ (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_vmparam.h26 #define TARGET_MAXTSIZ (128 * MiB) /* max text size */ macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_vmparam.h26 #define TARGET_MAXTSIZ (64 * MiB) /* max text size */ macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_vmparam.h26 #define TARGET_MAXTSIZ (128 * MiB) /* max text size */ macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_vmparam.h48 #define TARGET_MAXTSIZ (1 * GiB) /* max text size */ macro
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_vmparam.h26 #define TARGET_MAXTSIZ (1 * GiB) /* max text size */ macro
/openbmc/qemu/bsd-user/
H A Dmain.c96 unsigned long target_maxtsiz = TARGET_MAXTSIZ; /* max text size */