Searched hist:"4 bc591c6" (Results 1 – 5 of 5) sorted by relevance
/reactos/ntoskrnl/ke/ |
H A D | except.c | diff 4bc591c6 Mon Mar 25 17:04:58 GMT 2024 Timo Kreuzer <timo.kreuzer@reactos.org> [NTOS:KE] Fix NtRaiseException and NtContinue on x64
- Implement KiExceptionExit, which works like KiServiceExit2, but takes an exception frame as 2nd parameter - Add a local exception frame to NtRaiseException and NtContinue, which is needed to exit with a full context on x64 and arm - Use KeContextToTrapFrame again instead of KiSetTrapContext, since we have a proper exception frame now.
|
/reactos/ntoskrnl/include/internal/amd64/ |
H A D | ke.h | diff 4bc591c6 Mon Mar 25 17:04:58 GMT 2024 Timo Kreuzer <timo.kreuzer@reactos.org> [NTOS:KE] Fix NtRaiseException and NtContinue on x64
- Implement KiExceptionExit, which works like KiServiceExit2, but takes an exception frame as 2nd parameter - Add a local exception frame to NtRaiseException and NtContinue, which is needed to exit with a full context on x64 and arm - Use KeContextToTrapFrame again instead of KiSetTrapContext, since we have a proper exception frame now.
|
/reactos/ntoskrnl/include/internal/ |
H A D | ke.h | diff 4bc591c6 Mon Mar 25 17:04:58 GMT 2024 Timo Kreuzer <timo.kreuzer@reactos.org> [NTOS:KE] Fix NtRaiseException and NtContinue on x64
- Implement KiExceptionExit, which works like KiServiceExit2, but takes an exception frame as 2nd parameter - Add a local exception frame to NtRaiseException and NtContinue, which is needed to exit with a full context on x64 and arm - Use KeContextToTrapFrame again instead of KiSetTrapContext, since we have a proper exception frame now.
|
/reactos/ntoskrnl/include/internal/i386/ |
H A D | ke.h | diff 4bc591c6 Mon Mar 25 17:04:58 GMT 2024 Timo Kreuzer <timo.kreuzer@reactos.org> [NTOS:KE] Fix NtRaiseException and NtContinue on x64
- Implement KiExceptionExit, which works like KiServiceExit2, but takes an exception frame as 2nd parameter - Add a local exception frame to NtRaiseException and NtContinue, which is needed to exit with a full context on x64 and arm - Use KeContextToTrapFrame again instead of KiSetTrapContext, since we have a proper exception frame now.
|
/reactos/ntoskrnl/ke/amd64/ |
H A D | trap.S | diff 4bc591c6 Mon Mar 25 17:04:58 GMT 2024 Timo Kreuzer <timo.kreuzer@reactos.org> [NTOS:KE] Fix NtRaiseException and NtContinue on x64
- Implement KiExceptionExit, which works like KiServiceExit2, but takes an exception frame as 2nd parameter - Add a local exception frame to NtRaiseException and NtContinue, which is needed to exit with a full context on x64 and arm - Use KeContextToTrapFrame again instead of KiSetTrapContext, since we have a proper exception frame now.
|