Home
last modified time | relevance | path

Searched refs:highmem (Results 1 - 25 of 920) sorted by relevance

12345678910>>...37

/kernel/linux/linux-5.10/arch/um/kernel/
H A Dphysmem.c27 unsigned long highmem) in mem_total_pages()
34 highmem_pages = highmem >> PAGE_SHIFT; in mem_total_pages()
66 * @highmem: Number of highmem bytes that should be mapped/made available.
68 * Creates an unlinked temporary file of size (len + highmem) and memory maps
72 * (len + highmem) includes the size of the memory used be the executable image,
80 unsigned long len, unsigned long long highmem) in setup_physmem()
92 physmem_fd = create_mem_file(len + highmem); in setup_physmem()
111 memblock_add(__pa(start), len + highmem); in setup_physmem() local
139 else if (phys < __pa(end_iomem) + highmem) { in phys_mapping()
26 mem_total_pages(unsigned long physmem, unsigned long iomem, unsigned long highmem) mem_total_pages() argument
79 setup_physmem(unsigned long start, unsigned long reserve_end, unsigned long len, unsigned long long highmem) setup_physmem() argument
[all...]
H A Dum_arch.c302 highmem = 0; in linux_main()
308 * so this makes sure that's true for highmem in linux_main()
312 highmem = physmem_size + iomem_size - max_physmem; in linux_main()
313 physmem_size -= highmem; in linux_main()
347 setup_physmem(uml_physmem, uml_reserved, physmem_size, highmem); in setup_arch()
348 mem_total_pages(physmem_size, iomem_size, highmem); in setup_arch()
H A Dmem.c9 #include <linux/highmem.h>
33 unsigned long long highmem; variable
34 EXPORT_SYMBOL(highmem); variable
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dphysmem.c27 unsigned long highmem) in mem_total_pages()
34 highmem_pages = highmem >> PAGE_SHIFT; in mem_total_pages()
66 * @highmem: Number of highmem bytes that should be mapped/made available.
68 * Creates an unlinked temporary file of size (len + highmem) and memory maps
72 * (len + highmem) includes the size of the memory used be the executable image,
80 unsigned long len, unsigned long long highmem) in setup_physmem()
92 physmem_fd = create_mem_file(len + highmem); in setup_physmem()
111 memblock_add(__pa(start), len + highmem); in setup_physmem() local
139 else if (phys < __pa(end_iomem) + highmem) { in phys_mapping()
26 mem_total_pages(unsigned long physmem, unsigned long iomem, unsigned long highmem) mem_total_pages() argument
79 setup_physmem(unsigned long start, unsigned long reserve_end, unsigned long len, unsigned long long highmem) setup_physmem() argument
[all...]
H A Dum_arch.c371 highmem = 0; in linux_main()
377 * so this makes sure that's true for highmem in linux_main()
381 highmem = physmem_size + iomem_size - max_physmem; in linux_main()
382 physmem_size -= highmem; in linux_main()
418 setup_physmem(uml_physmem, uml_reserved, physmem_size, highmem); in setup_arch()
419 mem_total_pages(physmem_size, iomem_size, highmem); in setup_arch()
H A Dmem.c9 #include <linux/highmem.h>
52 unsigned long long highmem; variable
53 EXPORT_SYMBOL(highmem); variable
/kernel/linux/linux-5.10/lib/
H A Dshow_mem.c14 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()
/kernel/linux/linux-5.10/tools/testing/fault-injection/
H A Dfailcmd.sh52 --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
/kernel/linux/linux-6.6/tools/testing/fault-injection/
H A Dfailcmd.sh52 --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
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dmem_user.h51 unsigned long highmem);
53 unsigned long len, unsigned long long highmem);
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dmem_user.h53 unsigned long highmem);
56 unsigned long len, unsigned long long highmem);
/kernel/linux/linux-5.10/tools/testing/scatterlist/
H A DMakefile17 $(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linux/slab.h asm/io.h
29 @touch linux/highmem.h
/kernel/linux/linux-6.6/tools/testing/scatterlist/
H A DMakefile17 $(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linux/slab.h asm/io.h
29 @touch linux/highmem.h
/kernel/linux/linux-5.10/arch/microblaze/mm/
H A DMakefile9 obj-$(CONFIG_HIGHMEM) += highmem.o
/kernel/linux/linux-5.10/arch/arc/mm/
H A DMakefile8 obj-$(CONFIG_HIGHMEM) += highmem.o
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dpgalloc.h6 #include <linux/highmem.h>
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dpgalloc.h6 #include <linux/highmem.h>
/kernel/linux/linux-6.6/arch/arc/mm/
H A DMakefile8 obj-$(CONFIG_HIGHMEM) += highmem.o
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A DMakefile8 obj-$(CONFIG_HIGHMEM) += highmem.o
/kernel/linux/linux-5.10/arch/nds32/mm/
H A DMakefile6 obj-$(CONFIG_HIGHMEM) += highmem.o
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcrash_dump.c2 #include <linux/highmem.h>
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dhighmem.c5 #include <linux/highmem.h>
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A DMakefile9 obj-$(CONFIG_HIGHMEM) += highmem.o
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Diomap.h12 #include <linux/highmem.h>
/kernel/linux/linux-6.6/mm/
H A Dshow_mem.c11 #include <linux/highmem.h>
405 unsigned long total = 0, reserved = 0, highmem = 0; in __show_mem() local
417 highmem += zone->present_pages; in __show_mem()
421 printk("%lu pages HighMem/MovableOnly\n", highmem); in __show_mem()

Completed in 10 milliseconds

12345678910>>...37