Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmem_encrypt.h43 void __init sme_map_bootdata(char *real_mode_data);
78 static inline void __init sme_map_bootdata(char *real_mode_data) { } in sme_map_bootdata() function
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c199 void __init sme_map_bootdata(char *real_mode_data) in sme_map_bootdata() function
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c454 sme_map_bootdata(real_mode_data); in copy_bootdata()