Searched refs:TARGET_VIRT_ADDR_SPACE_BITS (Results 1 - 6 of 6) sorted by relevance

/external/qemu/target-mips/
H A Dmips-defs.h14 #define TARGET_VIRT_ADDR_SPACE_BITS 42 macro
18 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
/external/qemu/include/exec/
H A Dcpu-all.h204 #if HOST_LONG_BITS <= TARGET_VIRT_ADDR_SPACE_BITS
209 (__guest < (1ul << TARGET_VIRT_ADDR_SPACE_BITS)) && \
/external/qemu/target-arm/
H A Dcpu.h790 # define TARGET_VIRT_ADDR_SPACE_BITS 64 macro
793 # define TARGET_VIRT_ADDR_SPACE_BITS 32 macro
/external/qemu/
H A Ddisas.c78 uint64_t mask = ~0ULL >> (64 - TARGET_VIRT_ADDR_SPACE_BITS);
H A Dtranslate-all.c76 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS
/external/qemu/target-i386/
H A Dcpu.h1014 #define TARGET_VIRT_ADDR_SPACE_BITS 47 macro
1017 #define TARGET_VIRT_ADDR_SPACE_BITS 32 macro

Completed in 158 milliseconds