Home
last modified time | relevance | path

Searched refs:early_memremap_prot (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/arch/loongarch/mm/
Dioremap.c24 void *early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot() function
/linux-6.6.21/include/asm-generic/
Dearly_ioremap.h17 extern void *early_memremap_prot(resource_size_t phys_addr,
/linux-6.6.21/arch/x86/mm/
Dioremap.c818 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_ENC); in early_memremap_encrypted()
830 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_ENC_WP); in early_memremap_encrypted_wp()
837 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_NOENC); in early_memremap_decrypted()
849 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_NOENC_WP); in early_memremap_decrypted_wp()
/linux-6.6.21/mm/
Dearly_ioremap.c238 early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot() function
/linux-6.6.21/drivers/firmware/efi/
Dearlycon.c63 return early_memremap_prot(fb_base + start, len, pgprot_val(fb_prot)); in efi_earlycon_map()
/linux-6.6.21/arch/x86/platform/efi/
Dquirks.c288 new = early_memremap_prot(data.phys_map, data.size, in efi_arch_mem_reserve()