qemu-e2k/target-m68k
Paul Brook d4c430a80f Large page TLB flush
QEMU uses a fixed page size for the CPU TLB.  If the guest uses large
pages then we effectively split these into multiple smaller pages, and
populate the corresponding TLB entries on demand.

When the guest invalidates the TLB by virtual address we must invalidate
all entries covered by the large page.  However the address used to
invalidate the entry may not be present in the QEMU TLB, so we do not
know which regions to clear.

Implementing a full vaiable size TLB is hard and slow, so just keep a
simple address/mask pair to record which addresses may have been mapped by
large pages.  If the guest invalidates this region then flush the
whole TLB.

Signed-off-by: Paul Brook <paul@codesourcery.com>
2010-03-17 02:44:41 +00:00
..
cpu.h Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. 2010-03-12 16:28:24 +00:00
exec.h remove dead m68k definitions 2010-02-18 20:37:25 +00:00
helper.c Large page TLB flush 2010-03-17 02:44:41 +00:00
helpers.h TCG variable type checking. 2008-11-17 14:43:54 +00:00
m68k-qreg.h Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
machine.c Convert machine registration to use module init functions 2009-05-21 08:47:55 -05:00
op_helper.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
qregs.def Convert m68k target to TCG. 2008-05-24 22:29:16 +00:00
translate.c Fix sys-queue.h conflict for good 2009-09-12 07:36:22 +00:00