Searched refs:high_physmem (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/um/include/shared/
H A Das-layout.h47 extern unsigned long high_physmem;
/linux-4.1.27/arch/um/kernel/
H A Dphysmem.c20 unsigned long high_physmem; variable
21 EXPORT_SYMBOL(high_physmem); variable
204 unsigned long iomem_start = high_physmem + PAGE_SIZE; setup_iomem()
H A Dum_arch.c318 high_physmem = uml_physmem + physmem_size; linux_main()
319 end_iomem = high_physmem + iomem_size; linux_main()
/linux-4.1.27/arch/um/os-Linux/
H A Dmain.c232 extern unsigned long high_physmem;
245 * If kmalloc is not yet possible, then either high_physmem and/or __wrap_free()
257 if ((addr >= uml_physmem) && (addr < high_physmem)) { __wrap_free()

Completed in 104 milliseconds