mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 06:46:38 +07:00
bd0dbb73e0
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 |