OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_VIRT_ADDR_SPACE_BITS
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-arm/
cpu.h
450
#define
TARGET_VIRT_ADDR_SPACE_BITS
32
/external/qemu/
cpu-all.h
641
#if HOST_LONG_BITS <=
TARGET_VIRT_ADDR_SPACE_BITS
646
__guest < (1ul <<
TARGET_VIRT_ADDR_SPACE_BITS
); \
exec.c
76
#define
TARGET_VIRT_ADDR_SPACE_BITS
42
155
#if defined(CONFIG_USER_ONLY) && defined(
TARGET_VIRT_ADDR_SPACE_BITS
)
160
#define L1_BITS (
TARGET_VIRT_ADDR_SPACE_BITS
- L2_BITS - TARGET_PAGE_BITS)
[
all
...]
Completed in 184 milliseconds