You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncomment this line will trigger a translation failure warning due to the fact that we get an incorrect mmu_idx (MMU_USER_IDX) but to a kernel address space (cpu_entry area).
We hacked it by setting every address translation tracing request as with privilege of kernel; however, ideally, we want it to formulate the request with correct privilege. More details can be found at comment in the commit (aa4cf6e).
Uncomment this line
will trigger a translation failure warning due to the fact that we get an incorrect mmu_idx (MMU_USER_IDX) but to a kernel address space (cpu_entry area).
We hacked it by setting every address translation tracing request as with privilege of kernel; however, ideally, we want it to formulate the request with correct privilege. More details can be found at comment in the commit (aa4cf6e).
This can be reproduced by running a simple mem_test workload: (https://github.com/xlab-uiuc/linux_gen/blob/b08fc54c80b642bc921794be809538eb854c80ef/run_ECPT_execlog#L107)
The text was updated successfully, but these errors were encountered: