OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_VIRT_ADDR_SPACE_BITS
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-arm/
cpu.h
450
#define
TARGET_VIRT_ADDR_SPACE_BITS
32
/external/qemu/
exec.c
75
#define
TARGET_VIRT_ADDR_SPACE_BITS
42
154
#if defined(CONFIG_USER_ONLY) && defined(
TARGET_VIRT_ADDR_SPACE_BITS
)
159
#define L1_BITS (
TARGET_VIRT_ADDR_SPACE_BITS
- L2_BITS - TARGET_PAGE_BITS)
[
all
...]
Completed in 25 milliseconds