Searched refs:real_mode_data (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dmem_encrypt.h45 void __init sme_map_bootdata(char *real_mode_data);
46 void __init sme_unmap_bootdata(char *real_mode_data);
79 static inline void __init sme_map_bootdata(char *real_mode_data) { } argument
80 static inline void __init sme_unmap_bootdata(char *real_mode_data) { } argument
H A Dsetup.h131 asmlinkage void __init __noreturn x86_64_start_reservations(char *real_mode_data);
/linux-master/arch/x86/kernel/
H A Dhead64.c397 static void __init copy_bootdata(char *real_mode_data) argument
406 sme_map_bootdata(real_mode_data);
408 memcpy(&boot_params, real_mode_data, sizeof(boot_params));
422 sme_unmap_bootdata(real_mode_data);
425 asmlinkage __visible void __init __noreturn x86_64_start_kernel(char * real_mode_data) argument
478 copy_bootdata(__va(real_mode_data));
488 x86_64_start_reservations(real_mode_data);
491 void __init __noreturn x86_64_start_reservations(char *real_mode_data) argument
495 copy_bootdata(__va(real_mode_data));
/linux-master/arch/x86/mm/
H A Dmem_encrypt_amd.c177 void __init sme_unmap_bootdata(char *real_mode_data) argument
185 /* Get the command line address before unmapping the real_mode_data */
186 boot_data = (struct boot_params *)real_mode_data;
189 __sme_early_map_unmap_mem(real_mode_data, sizeof(boot_params), false);
197 void __init sme_map_bootdata(char *real_mode_data) argument
205 __sme_early_map_unmap_mem(real_mode_data, sizeof(boot_params), true);
207 /* Get the command line address after mapping the real_mode_data */
208 boot_data = (struct boot_params *)real_mode_data;

Completed in 139 milliseconds