commit | 3ee01413be6cd99a6014f49f06de709597fedf25 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sun Aug 19 20:21:50 2018 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Sep 17 11:09:04 2018 -0700 |
tree | 307a0950196ff1e68c7437198ffcbd1be1902b61 | |
parent | 76b7dd641fad4ab8c35f647cffe0fd47c4302b72 [diff] |
tests/tcg/xtensa: add test for failed memory transactions Failed memory transactions should raise exceptions 14 (for fetch) or 15 (for load/store) with XEA2. Memory accesses that result in TLB miss followed by an attempt to load PTE from physical memory which fails should raise InstTLBMiss or LoadStoreTLBMiss with XEA2. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>