]> Git Repo - qemu.git/commit - target-xtensa/translate.c
target-xtensa: implement memory protection options
authorMax Filippov <[email protected]>
Mon, 5 Sep 2011 23:55:53 +0000 (03:55 +0400)
committerBlue Swirl <[email protected]>
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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-xtensa/cpu.h
target-xtensa/helper.c
target-xtensa/helpers.h
target-xtensa/op_helper.c
target-xtensa/translate.c
This page took 0.025673 seconds and 4 git commands to generate.