/Linux-v4.19/lib/ |
D | show_mem.c | 15 unsigned long total = 0, reserved = 0, highmem = 0; in show_mem() local 34 highmem += zone->present_pages; in show_mem() 40 printk("%lu pages HighMem/MovableOnly\n", highmem); in show_mem()
|
/Linux-v4.19/arch/um/kernel/ |
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 97 physmem_fd = create_mem_file(len + highmem); in setup_physmem() 142 else if (phys < __pa(end_iomem) + highmem) { in phys_mapping()
|
D | um_arch.c | 300 highmem = 0; in linux_main() 310 highmem = physmem_size + iomem_size - max_physmem; in linux_main() 311 physmem_size -= highmem; in linux_main() 345 setup_physmem(uml_physmem, uml_reserved, physmem_size, highmem); in setup_arch() 346 mem_total_pages(physmem_size, iomem_size, highmem); in setup_arch()
|
D | mem.c | 33 unsigned long long highmem; variable
|
/Linux-v4.19/arch/um/include/shared/ |
D | mem_user.h | 53 unsigned long highmem); 56 unsigned long len, unsigned long long highmem);
|
D | as-layout.h | 52 extern unsigned long long highmem;
|
/Linux-v4.19/tools/testing/fault-injection/ |
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-v4.19/tools/testing/scatterlist/ |
D | Makefile | 16 …$(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h asm/… 28 @touch linux/highmem.h
|
/Linux-v4.19/Documentation/vm/ |
D | 00-INDEX | 11 highmem.rst 12 - Outline of highmem and common issues.
|
D | index.rst | 33 highmem
|
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.
|
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
|
/Linux-v4.19/arch/microblaze/mm/ |
D | Makefile | 8 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/Linux-v4.19/arch/arc/mm/ |
D | Makefile | 11 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/Linux-v4.19/arch/nds32/mm/ |
D | Makefile | 6 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/Linux-v4.19/arch/xtensa/mm/ |
D | Makefile | 7 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | TODO | 5 - possibly fix to work with highmem pages so a bounce buffer isn't
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | memblock.h | 24 unsigned int highmem; member
|
/Linux-v4.19/arch/sparc/mm/ |
D | Makefile | 20 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/Linux-v4.19/kernel/power/ |
D | snapshot.c | 1560 unsigned long highmem, in preallocate_highmem_fraction() argument 1563 unsigned long alloc = __fraction(nr_pages, highmem, total); in preallocate_highmem_fraction() 1574 unsigned long highmem, in preallocate_highmem_fraction() argument 1688 unsigned long saveable, size, max_size, count, highmem, pages = 0; in hibernate_preallocate_memory() local 1717 highmem = save_highmem; in hibernate_preallocate_memory() 1722 highmem += zone_page_state(zone, NR_FREE_PAGES); in hibernate_preallocate_memory() 1727 count += highmem; in hibernate_preallocate_memory() 1780 pages_highmem = preallocate_image_highmem(highmem / 2); in hibernate_preallocate_memory() 1807 size = preallocate_highmem_fraction(alloc, highmem, count); in hibernate_preallocate_memory()
|
/Linux-v4.19/arch/mips/mm/ |
D | Makefile | 18 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/Linux-v4.19/arch/arc/boot/dts/ |
D | nsim_hs.dts | 23 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
|
/Linux-v4.19/arch/powerpc/mm/ |
D | Makefile | 42 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | videobuf-dma-sg.c | 110 goto highmem; in videobuf_pages_to_sg() 118 goto highmem; in videobuf_pages_to_sg() 129 highmem: in videobuf_pages_to_sg()
|
/Linux-v4.19/mm/ |
D | Makefile | 25 mmu-$(CONFIG_MMU) := gup.o highmem.o memory.o mincore.o \
|