/linux/arch/um/kernel/ |
A D | physmem.c | 27 unsigned long highmem) in mem_total_pages() argument 34 highmem_pages = highmem >> PAGE_SHIFT; in mem_total_pages() 80 unsigned long len, unsigned long long highmem) in setup_physmem() argument 92 physmem_fd = create_mem_file(len + highmem); in setup_physmem() 111 memblock_add(__pa(start), len + highmem); in setup_physmem() 139 else if (phys < __pa(end_iomem) + highmem) { in phys_mapping()
|
A D | um_arch.c | 363 highmem = 0; in linux_main() 373 highmem = physmem_size + iomem_size - max_physmem; in linux_main() 374 physmem_size -= highmem; in linux_main() 408 setup_physmem(uml_physmem, uml_reserved, physmem_size, highmem); in setup_arch() 409 mem_total_pages(physmem_size, iomem_size, highmem); in setup_arch()
|
A D | mem.c | 33 unsigned long long highmem; variable 34 EXPORT_SYMBOL(highmem);
|
/linux/lib/ |
A D | show_mem.c | 14 unsigned long total = 0, reserved = 0, highmem = 0; in show_mem() local 31 highmem += zone->present_pages; in show_mem() 36 printk("%lu pages HighMem/MovableOnly\n", highmem); in show_mem()
|
/linux/tools/testing/fault-injection/ |
A D | failcmd.sh | 52 --ignore-gfp-highmem=value, --min-order=value 94 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order: 190 --ignore-gfp-highmem) 191 echo $2 > $FAULTATTR/ignore-gfp-highmem
|
/linux/arch/um/include/shared/ |
A D | mem_user.h | 53 unsigned long highmem); 56 unsigned long len, unsigned long long highmem);
|
A D | as-layout.h | 44 extern unsigned long long highmem;
|
/linux/tools/testing/scatterlist/ |
A D | Makefile | 17 …$(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linu… 29 @touch linux/highmem.h
|
/linux/arch/arc/mm/ |
A D | Makefile | 8 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/linux/arch/xtensa/mm/ |
A D | Makefile | 8 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/linux/arch/csky/mm/ |
A D | Makefile | 12 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/linux/kernel/power/ |
A D | snapshot.c | 1614 unsigned long highmem, in preallocate_highmem_fraction() argument 1617 unsigned long alloc = __fraction(nr_pages, highmem, total); in preallocate_highmem_fraction() 1628 unsigned long highmem, in preallocate_highmem_fraction() argument 1742 unsigned long saveable, size, max_size, count, highmem, pages = 0; in hibernate_preallocate_memory() local 1775 highmem = save_highmem; in hibernate_preallocate_memory() 1780 highmem += zone_page_state(zone, NR_FREE_PAGES); in hibernate_preallocate_memory() 1785 count += highmem; in hibernate_preallocate_memory() 1835 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory() 1865 size = preallocate_highmem_fraction(alloc, highmem, count); in hibernate_preallocate_memory()
|
/linux/Documentation/vm/ |
A D | highmem.rst | 14 High memory (highmem) is used when the size of physical memory approaches or 21 refer to as 'highmem'. There are various architecture dependent constraints on 122 highmem. In such a case, the arithmetic approach will also be used.
|
A D | balance.rst | 29 or not). A similar argument applies to highmem and direct mapped pages. 78 need to balance the highmem zone, since intr context does not request 79 highmem pages. kswapd looks at the zone_wake_kswapd field in the zone
|
A D | index.rst | 22 highmem
|
/linux/mm/ |
A D | .highmem.o.cmd | 1 …highmem.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/… 3 source_mm/highmem.o := mm/highmem.c 5 deps_mm/highmem.o := \ 1097 include/linux/highmem.h \ 1155 include/linux/highmem-internal.h \ 1202 mm/highmem.o: $(deps_mm/highmem.o) 1204 $(deps_mm/highmem.o):
|
A D | built-in.a | 30 highmem.o/
|
A D | .built-in.a.cmd | 1 …ee.o mm/list_lru.o mm/workingset.o mm/debug.o mm/gup.o mm/mmap_lock.o mm/highmem.o mm/memory.o mm/…
|
A D | Makefile | 38 mmu-$(CONFIG_MMU) := highmem.o memory.o mincore.o \
|
/linux/arch/mips/mm/ |
A D | Makefile | 31 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/linux/drivers/media/v4l2-core/ |
A D | videobuf-dma-sg.c | 107 goto highmem; in videobuf_pages_to_sg() 115 goto highmem; in videobuf_pages_to_sg() 126 highmem: in videobuf_pages_to_sg()
|
/linux/arch/arc/boot/dts/ |
A D | haps_hs.dts | 20 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
|
/linux/drivers/mmc/core/ |
A D | mmc_test.c | 149 struct page *highmem; member 1315 sg_set_page(&sg, test->highmem, 512, 0); in mmc_test_write_high() 1325 sg_set_page(&sg, test->highmem, 512, 0); in mmc_test_read_high() 1347 sg_set_page(&sg, test->highmem, size, 0); in mmc_test_multi_write_high() 1369 sg_set_page(&sg, test->highmem, size, 0); in mmc_test_multi_read_high() 3112 test->highmem = alloc_pages(GFP_KERNEL | __GFP_HIGHMEM, BUFFER_ORDER); 3116 if (test->buffer && test->highmem) { 3126 __free_pages(test->highmem, BUFFER_ORDER);
|
/linux/Documentation/fault-injection/ |
A D | fault-injection.rst | 131 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem: 136 highmem/user allocations. 338 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-highmem
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | cachetlb.rst | 173 这个程序应该在asm/highmem.h中实现。
|