]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: implement memory protection options
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:53 +0000 (03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 16:57:40 +0000 (16:57 +0000)
commitb67ea0cd74417b42482499c29feb90914fbf8097
treeccc2e3c2d6ef7bfd9ac7d201e69687ed51478e75
parentccfcaba6fd9f69a9322af1911302e71127bee1e0
target-xtensa: implement memory protection options

- TLB opcode group;
- region protection option (ISA, 4.6.3);
- region translation option (ISA, 4.6.4);
- MMU option (ISA, 4.6.5).

Cache control attribute bits are not used by this implementation.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-xtensa/cpu.h
target-xtensa/helper.c
target-xtensa/helpers.h
target-xtensa/op_helper.c
target-xtensa/translate.c