mem_encrypt_init(); #ifdef CONFIG_BLK_DEV_INITRD if (initrd_start && !initrd_below_start_ok && page_to_pfn(virt_to_page((void *)initrd_start)) < min_low_pfn) { @@ -1112,6 +1104,17 @@ asmlinkage __visible void __init __no_sanitize_address start_kernel(void) late_time_init(...
Introduce a new config option X86_MEM_ENCRYPT that can be selected by platforms which use x86 memory encryption features (needed in both AMD SEV and Intel TDX guest platforms). Since the code is moved from mem_encrypt_amd.c, inherit the same make flags. This is preparation for enabling ...
focal(3)memfrob.3.gz Provided by:manpages-pt-dev_20040726-4_all NAME memfrob - frobnicate (encrypt) a memory area SYNOPSIS #include<string.h>void*memfrob(void*s,size_tn); DESCRIPTION Thememfrob()function encrypts the firstnbytes of the memory areasby exclusive-ORing each character with...