Home
last modified time | relevance | path

Searched refs:sme_map_bootdata (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dmem_encrypt.h45 void __init sme_map_bootdata(char *real_mode_data);
79 static inline void __init sme_map_bootdata(char *real_mode_data) { } in sme_map_bootdata() function
/linux-6.12.1/arch/x86/mm/
Dmem_encrypt_amd.c197 void __init sme_map_bootdata(char *real_mode_data) in sme_map_bootdata() function
/linux-6.12.1/arch/x86/kernel/
Dhead64.c406 sme_map_bootdata(real_mode_data); in copy_bootdata()