Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dfixmap.h186 void __init *early_memremap_decrypted(resource_size_t phys_addr,
/linux-6.6.21/arch/x86/mm/
Dioremap.c709 data = early_memremap_decrypted(paddr, sizeof(*data)); in early_memremap_is_setup_data()
728 data = early_memremap_decrypted(paddr, size); in early_memremap_is_setup_data()
834 void __init *early_memremap_decrypted(resource_size_t phys_addr, in early_memremap_decrypted() function
Dmem_encrypt_amd.c119 early_memremap_decrypted(paddr, len); in __sme_early_enc_dec()