Searched refs:early_memremap_prot (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/mm/ |
A D | ioremap.c | 754 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_ENC); in early_memremap_encrypted() 766 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_ENC_WP); in early_memremap_encrypted_wp() 773 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_NOENC); in early_memremap_decrypted() 785 return early_memremap_prot(phys_addr, size, __PAGE_KERNEL_NOENC_WP); in early_memremap_decrypted_wp()
|
/linux/include/asm-generic/ |
A D | early_ioremap.h | 17 extern void *early_memremap_prot(resource_size_t phys_addr,
|
/linux/drivers/firmware/efi/ |
A D | earlycon.c | 60 return early_memremap_prot(fb_base + start, len, pgprot_val(fb_prot)); in efi_earlycon_map()
|
/linux/mm/ |
A D | early_ioremap.c | 239 early_memremap_prot(resource_size_t phys_addr, unsigned long size, in early_memremap_prot() function
|
/linux/arch/x86/platform/efi/ |
A D | quirks.c | 280 new = early_memremap_prot(data.phys_map, data.size, in efi_arch_mem_reserve()
|
/linux/ |
A D | System.map | 122429 ffff80001179ae7c T early_memremap_prot
|
A D | .tmp_System.map | 122429 ffff80001179ae7c T early_memremap_prot
|
Completed in 314 milliseconds