Searched refs:early_memremap_prot (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/loongarch/mm/ |
H A D | ioremap.c | 24 void *early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot() function
|
/openbmc/linux/include/asm-generic/ |
H A D | early_ioremap.h | 17 extern void *early_memremap_prot(resource_size_t phys_addr,
|
/openbmc/linux/arch/x86/mm/ |
H A D | ioremap.c | 820 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_ENC); in early_memremap_encrypted() 832 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_ENC_WP); in early_memremap_encrypted_wp() 839 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_NOENC); in early_memremap_decrypted() 851 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_NOENC_WP); in early_memremap_decrypted_wp()
|
/openbmc/linux/mm/ |
H A D | early_ioremap.c | 238 early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot() function
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | earlycon.c | 63 return early_memremap_prot(fb_base + start, len, pgprot_val(fb_prot)); in efi_earlycon_map()
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | quirks.c | 288 new = early_memremap_prot(data.phys_map, data.size, in efi_arch_mem_reserve()
|