Home
last modified time | relevance | path

Searched refs:high_physmem (Results 1 – 3 of 3) sorted by relevance

/linux/arch/um/kernel/
H A Dphysmem.c22 unsigned long high_physmem; variable
23 EXPORT_SYMBOL(high_physmem);
/linux/arch/um/include/shared/
H A Das-layout.h39 extern unsigned long high_physmem;
/linux/arch/um/os-Linux/
H A Dmain.c256 if ((addr >= uml_physmem) && (addr < high_physmem)) { in __wrap_free()