PPC: booke206: Implement tlbilx
authorAlexander Graf <agraf@suse.de>
Fri, 20 Jan 2012 03:09:15 +0000 (04:09 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 2 Feb 2012 01:47:46 +0000 (02:47 +0100)
commit6d3db821c18fdc9727108b5b4bbb38cb7ab5c0e6
treec1884c2333164f47bd34145305f7eb4976e58496
parent5935ee072d6fbcdf28ff6132ba6d8c3a1356bb0a
PPC: booke206: Implement tlbilx

The PowerPC 2.06 BookE ISA defines an opcode called "tlbilx" which is used
to flush TLB entries. It's the recommended way of flushing in virtualized
environments.

So far we got away without implementing it, but Linux for e500mc uses this
instruction, so we better add it :).

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/helper.h
target-ppc/op_helper.c
target-ppc/translate.c