mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 16:30:17 +00:00
m1n1.hv: Trace GPU TLBI operations
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
f705672a7b
commit
3609cb0f11
1 changed files with 1 additions and 0 deletions
|
@ -1299,6 +1299,7 @@ class HV(Reloadable):
|
|||
hcr.TVM = 0
|
||||
hcr.FMO = 1
|
||||
hcr.IMO = 0
|
||||
hcr.TTLBOS = 1
|
||||
self.u.msr(HCR_EL2, hcr.value)
|
||||
|
||||
# Trap dangerous things
|
||||
|
|
Loading…
Reference in a new issue