Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmem_encrypt.h37 void __init sme_map_bootdata(char *real_mode_data);
69 static inline void __init sme_map_bootdata(char *real_mode_data) { } in sme_map_bootdata() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dmem_encrypt.c163 void __init sme_map_bootdata(char *real_mode_data) in sme_map_bootdata() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhead64.c444 sme_map_bootdata(real_mode_data); in copy_bootdata()