Searched refs:real_mode_data (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mem_encrypt.h | 37 void __init sme_map_bootdata(char *real_mode_data); 38 void __init sme_unmap_bootdata(char *real_mode_data); 68 static inline void __init sme_map_bootdata(char *real_mode_data) { } in sme_map_bootdata() argument 69 static inline void __init sme_unmap_bootdata(char *real_mode_data) { } in sme_unmap_bootdata() argument
|
H A D | setup.h | 134 asmlinkage void __init x86_64_start_reservations(char *real_mode_data);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mem_encrypt.h | 42 void __init sme_map_bootdata(char *real_mode_data); 43 void __init sme_unmap_bootdata(char *real_mode_data); 72 static inline void __init sme_map_bootdata(char *real_mode_data) { } in sme_map_bootdata() argument 73 static inline void __init sme_unmap_bootdata(char *real_mode_data) { } in sme_unmap_bootdata() argument
|
H A D | setup.h | 132 asmlinkage void __init __noreturn x86_64_start_reservations(char *real_mode_data);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head64.c | 435 static void __init copy_bootdata(char *real_mode_data) in copy_bootdata() argument 444 sme_map_bootdata(real_mode_data); in copy_bootdata() 446 memcpy(&boot_params, real_mode_data, sizeof(boot_params)); in copy_bootdata() 460 sme_unmap_bootdata(real_mode_data); in copy_bootdata() 463 asmlinkage __visible void __init x86_64_start_kernel(char * real_mode_data) in x86_64_start_kernel() argument 499 copy_bootdata(__va(real_mode_data)); in x86_64_start_kernel() 509 x86_64_start_reservations(real_mode_data); in x86_64_start_kernel() 512 void __init x86_64_start_reservations(char *real_mode_data) in x86_64_start_reservations() argument 516 copy_bootdata(__va(real_mode_data)); in x86_64_start_reservations()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head64.c | 446 static void __init copy_bootdata(char *real_mode_data) in copy_bootdata() argument 455 sme_map_bootdata(real_mode_data); in copy_bootdata() 457 memcpy(&boot_params, real_mode_data, sizeof(boot_params)); in copy_bootdata() 471 sme_unmap_bootdata(real_mode_data); in copy_bootdata() 474 asmlinkage __visible void __init __noreturn x86_64_start_kernel(char * real_mode_data) in x86_64_start_kernel() argument 527 copy_bootdata(__va(real_mode_data)); in x86_64_start_kernel() 537 x86_64_start_reservations(real_mode_data); in x86_64_start_kernel() 540 void __init __noreturn x86_64_start_reservations(char *real_mode_data) in x86_64_start_reservations() argument 544 copy_bootdata(__va(real_mode_data)); in x86_64_start_reservations()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | mem_encrypt.c | 143 void __init sme_unmap_bootdata(char *real_mode_data) in sme_unmap_bootdata() argument 151 /* Get the command line address before unmapping the real_mode_data */ in sme_unmap_bootdata() 152 boot_data = (struct boot_params *)real_mode_data; in sme_unmap_bootdata() 155 __sme_early_map_unmap_mem(real_mode_data, sizeof(boot_params), false); in sme_unmap_bootdata() 163 void __init sme_map_bootdata(char *real_mode_data) in sme_map_bootdata() argument 171 __sme_early_map_unmap_mem(real_mode_data, sizeof(boot_params), true); in sme_map_bootdata() 173 /* Get the command line address after mapping the real_mode_data */ in sme_map_bootdata() 174 boot_data = (struct boot_params *)real_mode_data; in sme_map_bootdata()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | mem_encrypt_amd.c | 179 void __init sme_unmap_bootdata(char *real_mode_data) in sme_unmap_bootdata() argument 187 /* Get the command line address before unmapping the real_mode_data */ in sme_unmap_bootdata() 188 boot_data = (struct boot_params *)real_mode_data; in sme_unmap_bootdata() 191 __sme_early_map_unmap_mem(real_mode_data, sizeof(boot_params), false); in sme_unmap_bootdata() 199 void __init sme_map_bootdata(char *real_mode_data) in sme_map_bootdata() argument 207 __sme_early_map_unmap_mem(real_mode_data, sizeof(boot_params), true); in sme_map_bootdata() 209 /* Get the command line address after mapping the real_mode_data */ in sme_map_bootdata() 210 boot_data = (struct boot_params *)real_mode_data; in sme_map_bootdata()
|
Completed in 5 milliseconds