Home
last modified time | relevance | path

Searched refs:end_iomem (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/um/kernel/
H A Dum_arch.c278 unsigned long end_iomem; variable
279 EXPORT_SYMBOL(end_iomem);
386 end_iomem = high_physmem + iomem_size; in linux_main()
387 high_memory = (void *) end_iomem; in linux_main()
H A Dphysmem.c126 else if (phys < __pa(end_iomem)) { in phys_mapping()
139 else if (phys < __pa(end_iomem) + highmem) { in phys_mapping()
H A Dmem.c178 max_zone_pfn[ZONE_NORMAL] = end_iomem >> PAGE_SHIFT; in paging_init()
/openbmc/linux/arch/um/include/asm/
H A Dpgtable.h46 extern unsigned long end_iomem;
49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/openbmc/linux/arch/um/drivers/
H A Dvirtio_uml.c678 rc = vhost_user_init_mem_region(__pa(end_iomem), highmem, in vhost_user_set_mem_table()