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

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

Completed in 131 milliseconds