-
- Downloads
x86/boot/compressed/64: Setup a GHCB-based VC Exception handler
Install an exception handler for #VC exception that uses a GHCB. Also add the infrastructure for handling different exit-codes by decoding the instruction that caused the exception and error handling. Signed-off-by:Joerg Roedel <jroedel@suse.de> Signed-off-by:
Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200907131613.12703-24-joro@8bytes.org
Showing
- arch/x86/Kconfig 1 addition, 0 deletionsarch/x86/Kconfig
- arch/x86/boot/compressed/Makefile 5 additions, 0 deletionsarch/x86/boot/compressed/Makefile
- arch/x86/boot/compressed/idt_64.c 4 additions, 0 deletionsarch/x86/boot/compressed/idt_64.c
- arch/x86/boot/compressed/idt_handlers_64.S 2 additions, 1 deletionarch/x86/boot/compressed/idt_handlers_64.S
- arch/x86/boot/compressed/misc.c 7 additions, 0 deletionsarch/x86/boot/compressed/misc.c
- arch/x86/boot/compressed/misc.h 7 additions, 0 deletionsarch/x86/boot/compressed/misc.h
- arch/x86/boot/compressed/sev-es.c 111 additions, 0 deletionsarch/x86/boot/compressed/sev-es.c
- arch/x86/include/asm/sev-es.h 39 additions, 0 deletionsarch/x86/include/asm/sev-es.h
- arch/x86/include/uapi/asm/svm.h 1 addition, 0 deletionsarch/x86/include/uapi/asm/svm.h
- arch/x86/kernel/sev-es-shared.c 154 additions, 0 deletionsarch/x86/kernel/sev-es-shared.c
Loading
Please register or sign in to comment