lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CA+zw6anNDjQG7vbfii9HPeEAwSjNE7691fa_6AKVesCGJCZMyw@mail.gmail.com> Date: Sun, 20 Mar 2016 15:54:58 +0200 From: David Kaplan <davkaplan@...il.com> To: linux-kernel@...r.kernel.org Subject: RtlCaptureContext equivalent Hi all i'm looking for a function within the kernel (for x86_64/amd64) that I can use from my module to save/load cpu context (something like Windows' RtlCaptureContext fcn). I assume there's something like that available but having a hard time tracking it down. Any pointers int he right direction would greatly be apprecaited! Many thanks!