Statistics
| Branch: | Revision:

root / cputlb.h @ 40723a99

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
fd062573 05/01/2012 01:45 pm Blue Swirl

memory: move functions is_romd and section_addr to memory API

Reviewed-by: Richard Henderson <>
Signed-off-by: Blue Swirl <>

cc5bea60 05/01/2012 01:45 pm Blue Swirl

cputlb: prepare private memory API for public consumption

Fold is_ram_rom and is_ram_rom_romd() into callers.

Change is_romd() and section_addr() to take MemoryRegion
instead of MemoryRegionSection for consistency and
use memory_region_ prefix.

Reviewed-by: Richard Henderson <>...

0cac1b66 05/01/2012 01:45 pm Blue Swirl

cputlb: move TLB handling to a separate file

Move TLB handling and softmmu code load helpers to cputlb.c,
compile only for softmmu targets.

Signed-off-by: Blue Swirl <>