Searched refs:early_memremap_ro (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/firmware/efi/ |
| H A D | efi-init.c | 98 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init() 118 config_tables = early_memremap_ro(efi_to_phys(systab->tables), in uefi_init()
|
| H A D | efi.c | 867 ret = early_memremap_ro(fw_vendor, size); in map_fw_vendor()
|
| /linux/arch/loongarch/mm/ |
| H A D | ioremap.c | 19 void * __init early_memremap_ro(resource_size_t phys_addr, unsigned long size) in early_memremap_ro() function
|
| /linux/drivers/firmware/ |
| H A D | iscsi_ibft_find.c | 76 virt = early_memremap_ro(pos, PAGE_SIZE); in reserve_ibft_region()
|
| /linux/arch/loongarch/kernel/ |
| H A D | env.c | 26 char *cmdline = early_memremap_ro(fw_arg1, COMMAND_LINE_SIZE); in init_environ()
|
| H A D | relocate.c | 287 char *cmdline = early_memremap_ro(fw_arg1, COMMAND_LINE_SIZE); /* Boot command line is passed in fw_arg1 */ in relocate_kernel()
|
| /linux/arch/arm/kernel/ |
| H A D | efi.c | 94 state = early_memremap_ro(cpu_state_table, in load_cpu_state_table()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi.c | 371 hdr = p = early_memremap_ro(phys, size); in efi_systab_init() 392 data = early_memremap_ro(efi_setup, sizeof(*data)); in efi_systab_init()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | x2apic_uv_x.c | 314 st = early_memremap_ro(uvst_physaddr, sizeof(struct uv_systab)); in early_get_arch_type() 328 st = early_memremap_ro(uvst_physaddr, uvst_size); in early_get_arch_type()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1906 vaddr = early_memremap_ro(addr, sizeof(val));
|