Home
last modified time | relevance | path

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

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