-
- Downloads
mmu: fix split_large_page()
Currently the code overwrites large pte with a pointer to intermediate page before populating intermediate page's ptes with correct values. It happen to work with EPT since TLB is still valid, but without EPT this is not the case. Fixes #316. Reviewed-by:Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Gleb Natapov <gleb@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Loading
Please register or sign in to comment