josecm / riscv-hyp-tests

A bare-metal application to test specific features of the risc-v hypervisor extension
GNU General Public License v3.0
36 stars 22 forks source link

fix gva bit must be false in a lpf #3

Closed ninolomata closed 3 years ago

ninolomata commented 3 years ago

gva bit must be false in a load page fault since the tval2 is not written

defermelowie commented 3 weeks ago

Why is this the case? Since VS-stage AT does not complete due to insufficient permissions, I would expect that the virtual address is reported into tval and GVA is set according.