mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-28 18:32:45 +00:00
When splitting a huge pmd pte, we need to mark the pmd entry invalid. We
can do that by clearing _PAGE_PRESENT bit. But then that will be taken as a
swap pte. In order to differentiate between the two use a software pte bit
when invalidating.
For regular pte, due to
|
||
|---|---|---|
| .. | ||
| 32 | ||
| 64 | ||
| pgalloc.h | ||
| pgtable.h | ||
| tlbflush.h | ||