Searched refs:highmem (Results 1 – 4 of 4) sorted by relevance
397 unsigned long total = 0, reserved = 0, highmem = 0; in __show_mem() local409 highmem += zone->present_pages; in __show_mem()413 printk("%lu pages HighMem/MovableOnly\n", highmem); in __show_mem()
407 phys_addr_t highmem = __pa(high_memory - 1) + 1; in cma_alloc_mem() local415 if (base < highmem && limit > highmem) { in cma_alloc_mem()416 addr = memblock_alloc_range_nid(size, align, highmem, in cma_alloc_mem()418 limit = highmem; in cma_alloc_mem()
1793 phys_addr_t highmem = memblock_end_of_DRAM(); in set_high_memory() local1805 highmem > PFN_PHYS(arch_zone_lowest_possible_pfn[ZONE_HIGHMEM])) in set_high_memory()1806 highmem = PFN_PHYS(arch_zone_lowest_possible_pfn[ZONE_HIGHMEM]); in set_high_memory()1809 high_memory = phys_to_virt(highmem - 1) + 1; in set_high_memory()
37 mmu-$(CONFIG_MMU) := highmem.o memory.o mincore.o \
Completed in 15 milliseconds