reactos/ntoskrnl/include
Thomas Faber b54e5c689c
[NTOS:MM] Do not map two pages into hyperspace in MiCopyFromUserPage. CORE-14548
Doing this is not only wrong because it acquires the same spinlock twice,
it also completely breaks the TLB flushing logic in MiMapPageInHyperSpace.
If the PTE with Offset 1 is still valid when a wrap-around to 0 happens,
the TLB flush on wrap-around will not clear the entry for this previous page.
After another loop around all hyperspace pages, page 1 is re-used but its
TLB entry has not been flushed, which may result into incorrect translation.
2018-04-15 20:07:21 +02:00
..
internal [NTOS:MM] Do not map two pages into hyperspace in MiCopyFromUserPage. CORE-14548 2018-04-15 20:07:21 +02:00
config.h
ntoskrnl.h
resource.h [NTOS:INBV] Implement rotation bar for boot screen 2018-01-03 02:57:28 +01:00
sysfuncs.h
sysfuncs64.h