/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | physmem.c | 27 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 D | um_arch.c | 302 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 D | mem.c | 9 #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 D | physmem.c | 27 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 D | um_arch.c | 371 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 D | mem.c | 9 #include <linux/highmem.h> 52 unsigned long long highmem; variable 53 EXPORT_SYMBOL(highmem); variable
|
/kernel/linux/linux-5.10/lib/ |
H 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()
|
/kernel/linux/linux-5.10/tools/testing/fault-injection/ |
H 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
|
/kernel/linux/linux-6.6/tools/testing/fault-injection/ |
H 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
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | mem_user.h | 51 unsigned long highmem); 53 unsigned long len, unsigned long long highmem);
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | mem_user.h | 53 unsigned long highmem); 56 unsigned long len, unsigned long long highmem);
|
/kernel/linux/linux-5.10/tools/testing/scatterlist/ |
H A D | Makefile | 17 $(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 D | Makefile | 17 $(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 D | Makefile | 9 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | Makefile | 8 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | pgalloc.h | 6 #include <linux/highmem.h>
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | pgalloc.h | 6 #include <linux/highmem.h>
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | Makefile | 8 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/kernel/linux/linux-5.10/arch/xtensa/mm/ |
H A D | Makefile | 8 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | Makefile | 6 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | crash_dump.c | 2 #include <linux/highmem.h>
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | highmem.c | 5 #include <linux/highmem.h>
|
/kernel/linux/linux-6.6/arch/xtensa/mm/ |
H A D | Makefile | 9 obj-$(CONFIG_HIGHMEM) += highmem.o
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | iomap.h | 12 #include <linux/highmem.h>
|
/kernel/linux/linux-6.6/mm/ |
H A D | show_mem.c | 11 #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()
|