HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_VIRT_ADDR_SPACE_BITS (Results 1 - 6 of 6) sorted by null

  /external/qemu/target-mips/
mips-defs.h 14 #define TARGET_VIRT_ADDR_SPACE_BITS 42
18 #define TARGET_VIRT_ADDR_SPACE_BITS 32
  /external/qemu/include/exec/
cpu-all.h 204 #if HOST_LONG_BITS <= TARGET_VIRT_ADDR_SPACE_BITS
209 (__guest < (1ul << TARGET_VIRT_ADDR_SPACE_BITS)) && \
  /external/qemu/target-arm/
cpu.h 790 # define TARGET_VIRT_ADDR_SPACE_BITS 64
793 # define TARGET_VIRT_ADDR_SPACE_BITS 32
  /external/qemu/
disas.c 78 uint64_t mask = ~0ULL >> (64 - TARGET_VIRT_ADDR_SPACE_BITS);
translate-all.c 76 # define L1_MAP_ADDR_SPACE_BITS TARGET_VIRT_ADDR_SPACE_BITS
    [all...]
  /external/qemu/target-i386/
cpu.h 1014 #define TARGET_VIRT_ADDR_SPACE_BITS 47
1017 #define TARGET_VIRT_ADDR_SPACE_BITS 32
    [all...]

Completed in 176 milliseconds