Searched refs:highmem (Results 1 – 22 of 22) sorted by relevance
26 unsigned long highmem) in mem_total_pages() argument33 highmem_pages = highmem >> PAGE_SHIFT; in mem_total_pages()61 unsigned long len, unsigned long long highmem) in setup_physmem() argument68 physmem_fd = create_mem_file(len + highmem); in setup_physmem()114 else if (phys < __pa(end_iomem) + highmem) { in phys_mapping()
325 highmem = 0; in linux_main()335 highmem = physmem_size + iomem_size - max_physmem; in linux_main()336 physmem_size -= highmem; in linux_main()338 highmem = 0; in linux_main()350 setup_physmem(uml_physmem, uml_reserved, physmem_size, highmem); in linux_main()351 mem_total_pages(physmem_size, iomem_size, highmem); in linux_main()
35 unsigned long long highmem; variable71 setup_highmem(end_iomem, highmem); in mem_init()215 zones_size[ZONE_HIGHMEM] = highmem >> PAGE_SHIFT; in paging_init()
53 unsigned long highmem);56 unsigned long len, unsigned long long highmem);
52 extern unsigned long long highmem;
8 obj-$(CONFIG_HIGHMEM) += highmem.o
7 obj-$(CONFIG_HIGHMEM) += highmem.o
9 obj-$(CONFIG_HIGHMEM) += highmem.o
8 pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \
16 obj-$(CONFIG_HIGHMEM) += highmem.o
24 unsigned int highmem; member
19 obj-$(CONFIG_HIGHMEM) += highmem.o
36 obj-$(CONFIG_HIGHMEM) += highmem.o
11 obj-$(CONFIG_HIGHMEM) += highmem.o
1128 int highmem = 0; in sanity_check_meminfo() local1138 highmem = 1; in sanity_check_meminfo()1145 if (highmem) { in sanity_check_meminfo()1162 if (!highmem) { in sanity_check_meminfo()
124 if (bank->highmem) in find_limits()
1014 int highmem) in alloc_down() argument1019 highmem ? "(high)" : "(low)"); in alloc_down()1023 if (highmem) { in alloc_down()
94 bool "Allocate page tables in highmem"
2325 # - The current highmem code will only work properly on physically indexed2328 # moment we protect the user and offer the highmem option only on machines2329 # where it's known to be safe. This will not offer highmem on a few systems2332 # - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we2333 # know they might have memory configurations that could make use of highmem
1706 bool "Allocate 2nd-level pagetables from highmem"
1396 bool "Allocate 3rd-level pagetables from highmem"