Search
lxdream.org :: lxdream/src/sh4/mmu.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/mmu.h
changeset 963:1c3a0f67c603
prev953:f4a156508ad1
next1067:d3c00ffccfcd
author nkeynes
date Tue Mar 24 11:15:57 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
file annotate diff log raw
1.1 --- a/src/sh4/mmu.h Tue Jan 13 11:56:28 2009 +0000
1.2 +++ b/src/sh4/mmu.h Tue Mar 24 11:15:57 2009 +0000
1.3 @@ -106,6 +106,7 @@
1.4 mem_region_fn_t tlb_multihit;
1.5 };
1.6
1.7 +sh4addr_t FASTCALL mmu_vma_to_phys_disasm( sh4vma_t vma );
1.8
1.9 void mmu_utlb_init_vtable( struct utlb_entry *ent, struct utlb_page_entry *page, gboolean writable );
1.10 void mmu_utlb_1k_init_vtable( struct utlb_1k_entry *ent );
.