Searched refs:SEV (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/Documentation/virt/kvm/ |
D | amd-memory-encryption.rst | 2 Secure Encrypted Virtualization (SEV) 8 Secure Encrypted Virtualization (SEV) is a feature found on AMD processors. 10 SEV is an extension to the AMD-V architecture which supports running 15 The hypervisor can determine the SEV support through the CPUID 17 to SEV:: 20 Bit[1] indicates support for SEV 25 If support for SEV is present, MSR 0xc001_0010 (MSR_AMD64_SYSCFG) and MSR 0xc001_0015 36 When SEV support is available, it can be enabled in a specific VM by 37 setting the SEV bit before executing VMRUN.:: 40 Bit[1] 1 = SEV is enabled [all …]
|
D | api.rst | 4315 (SEV) commands on AMD Processors. The SEV commands are defined in 4330 It is used in the SEV-enabled guest. When encryption is enabled, a guest 4331 memory region may contain encrypted data. The SEV memory encryption 4335 swapped. So relocating (or migrating) physical backing pages for the SEV 4338 Note: The current SEV key management spec does not provide commands to 6613 Architectures: x86 SEV enabled
|
/Linux-v5.15/Documentation/x86/ |
D | amd-memory-encryption.rst | 7 Secure Memory Encryption (SME) and Secure Encrypted Virtualization (SEV) are 16 SEV enables running encrypted virtual machines (VMs) in which the code and data 18 within the VM itself. SEV guest VMs have the concept of private and shared 36 When SEV is enabled, instruction pages and guest page tables are always treated 39 is operating in 64-bit or 32-bit PAE mode, in all other modes the SEV hardware 42 Support for SME and SEV can be determined through the CPUID instruction. The 47 Bit[1] indicates support for SEV 63 If SEV is supported, MSR 0xc0010131 (MSR_AMD64_SEV) can be used to determine if 64 SEV is active::
|
/Linux-v5.15/arch/arm/include/asm/ |
D | spinlock.h | 39 #define SEV __ALT_SMP_ASM(WASM(sev), WASM(nop)) macro 45 __asm__(SEV); in dsb_sev()
|
/Linux-v5.15/arch/x86/kvm/ |
D | Kconfig | 109 bool "AMD Secure Encrypted Virtualization (SEV) support" 113 Provides support for launching Encrypted VMs (SEV) and Encrypted VMs 114 with Encrypted State (SEV-ES) on AMD processors.
|
D | cpuid.c | 536 0 /* SME */ | F(SEV) | 0 /* VM_PAGE_FLUSH */ | F(SEV_ES) | in kvm_set_cpu_caps()
|
/Linux-v5.15/drivers/crypto/ccp/ |
D | Kconfig | 45 management commands in Secure Encrypted Virtualization (SEV) mode,
|
/Linux-v5.15/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 396 0x8000001F, 0, EAX, 3, seves, SEV Encrypted State 399 0x8000001F, 0, ECX, 31:0, num_encrypted_guests, Maximum ASID value that may be used for an SEV-en… 400 …31:0, minimum_sev_asid, Minimum ASID value that must be used for an SEV-enabled, SEV-ES-disabled g…
|
/Linux-v5.15/ |
D | MAINTAINERS | 895 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
|