Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TLB): incorrect tval2 info when IGPF occurs (#3871)
In PR #3822, the gpaddr generating logic is modified for cross-page handleing. But that modification doesn't consider that the fullva of iTLB is always zero and should not be used, which causes the wrong htval/mtval2 when instruction guest page fault occurs. This patch fixes this.
- Loading branch information