/openbmc/qemu/include/exec/ |
H A D | cpu-defs.h | 42 #ifndef TARGET_VIRT_ADDR_SPACE_BITS 43 # error TARGET_VIRT_ADDR_SPACE_BITS must be defined in cpu-param.h 74 MIN(22, TARGET_VIRT_ADDR_SPACE_BITS - TARGET_PAGE_BITS) 77 MIN_CONST(22, TARGET_VIRT_ADDR_SPACE_BITS - TARGET_PAGE_BITS)
|
/openbmc/qemu/target/ppc/ |
H A D | cpu-param.h | 25 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro 27 # define TARGET_VIRT_ADDR_SPACE_BITS 64 macro 32 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/mips/ |
H A D | cpu-param.h | 17 #define TARGET_VIRT_ADDR_SPACE_BITS 48 macro 21 # define TARGET_VIRT_ADDR_SPACE_BITS 31 macro 23 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/sparc/ |
H A D | cpu-param.h | 15 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro 17 # define TARGET_VIRT_ADDR_SPACE_BITS 44 macro 23 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/sh4/ |
H A D | cpu-param.h | 15 # define TARGET_VIRT_ADDR_SPACE_BITS 31 macro 17 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu-param.h | 15 #define TARGET_VIRT_ADDR_SPACE_BITS 30 macro 17 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu-param.h | 22 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro 26 #define TARGET_VIRT_ADDR_SPACE_BITS 64 macro
|
/openbmc/qemu/target/hppa/ |
H A D | cpu-param.h | 15 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro 19 # define TARGET_VIRT_ADDR_SPACE_BITS 64 macro
|
/openbmc/qemu/target/alpha/ |
H A D | cpu-param.h | 24 # define TARGET_VIRT_ADDR_SPACE_BITS 63 macro 27 # define TARGET_VIRT_ADDR_SPACE_BITS (30 + TARGET_PAGE_BITS) macro
|
/openbmc/qemu/target/i386/ |
H A D | cpu-param.h | 19 # define TARGET_VIRT_ADDR_SPACE_BITS 47 macro 23 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/riscv/ |
H A D | cpu-param.h | 14 # define TARGET_VIRT_ADDR_SPACE_BITS 48 /* sv48 */ macro 18 # define TARGET_VIRT_ADDR_SPACE_BITS 32 /* sv32 */ macro
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | target_mman.h | 21 #define TASK_UNMAPPED_BASE (1u << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) 25 TARGET_PAGE_ALIGN((1u << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/target/arm/ |
H A D | cpu-param.h | 14 # define TARGET_VIRT_ADDR_SPACE_BITS 52 macro 18 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/bsd-user/ |
H A D | main.c | 79 # if HOST_LONG_BITS > TARGET_VIRT_ADDR_SPACE_BITS 80 # if TARGET_VIRT_ADDR_SPACE_BITS == 32 && \ 84 # define MAX_RESERVED_VA(CPU) ((1ul << TARGET_VIRT_ADDR_SPACE_BITS) - 1) 499 } else if (HOST_LONG_BITS == 64 && TARGET_VIRT_ADDR_SPACE_BITS <= 32) { in main()
|
/openbmc/qemu/linux-user/sh4/ |
H A D | target_mman.h | 3 TARGET_PAGE_ALIGN((1u << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/linux-user/riscv/ |
H A D | target_mman.h | 6 TARGET_PAGE_ALIGN((1ull << (TARGET_VIRT_ADDR_SPACE_BITS - 1)) / 3)
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_mman.h | 11 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | target_mman.h | 7 TARGET_PAGE_ALIGN((1ull << TARGET_VIRT_ADDR_SPACE_BITS) / 3)
|
/openbmc/qemu/target/m68k/ |
H A D | cpu-param.h | 19 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu-param.h | 25 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/rx/ |
H A D | cpu-param.h | 26 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/tricore/ |
H A D | cpu-param.h | 14 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu-param.h | 14 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
|
/openbmc/qemu/target/avr/ |
H A D | cpu-param.h | 33 #define TARGET_VIRT_ADDR_SPACE_BITS 24 macro
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu-param.h | 13 #define TARGET_VIRT_ADDR_SPACE_BITS 48 macro
|