Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmem_encrypt.h44 void __init sme_unmap_bootdata(char *real_mode_data);
79 static inline void __init sme_unmap_bootdata(char *real_mode_data) { } in sme_unmap_bootdata() function
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c179 void __init sme_unmap_bootdata(char *real_mode_data) in sme_unmap_bootdata() function
/openbmc/linux/arch/x86/kernel/
H A Dhead64.c470 sme_unmap_bootdata(real_mode_data); in copy_bootdata()