OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TB_JMP_PAGE_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
cpu-defs.h
71
#define
TB_JMP_PAGE_SIZE
(1 << TB_JMP_PAGE_BITS)
72
#define TB_JMP_ADDR_MASK (
TB_JMP_PAGE_SIZE
- 1)
73
#define TB_JMP_PAGE_MASK (TB_JMP_CACHE_SIZE -
TB_JMP_PAGE_SIZE
)
exec.c
[
all
...]
Completed in 17 milliseconds