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 Wed Jun 24 06:06:40 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Support shell substitutions in config paths
Keep track of last folder in file dialogs
Fix out-of-dateness in GTK path dialog
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 Wed Jun 24 06:06:40 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 );
.