Home
last modified time | relevance | path

Searched refs:highmem (Results 1 – 24 of 24) sorted by relevance

/arch/um/kernel/
Dphysmem.c27 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()
Dum_arch.c302 highmem = 0; in linux_main()
312 highmem = physmem_size + iomem_size - max_physmem; in linux_main()
313 physmem_size -= highmem; in linux_main()
322 setup_physmem(uml_physmem, uml_reserved, physmem_size, highmem); in linux_main()
323 mem_total_pages(physmem_size, iomem_size, highmem); in linux_main()
Dmem.c35 unsigned long long highmem; variable
/arch/um/include/shared/
Dmem_user.h53 unsigned long highmem);
56 unsigned long len, unsigned long long highmem);
Das-layout.h52 extern unsigned long long highmem;
/arch/microblaze/mm/
DMakefile8 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/xtensa/mm/
DMakefile7 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/arc/mm/
DMakefile11 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/tile/mm/
DMakefile9 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/frv/mm/
DMakefile8 pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \
/arch/metag/mm/
DMakefile16 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/unicore32/include/asm/
Dmemblock.h24 unsigned int highmem; member
/arch/sparc/mm/
DMakefile19 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/powerpc/mm/
DMakefile37 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/arc/boot/dts/
Dnsim_hs.dts22 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
/arch/mips/mm/
DMakefile17 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/arm/mm/
Dmmu.c1114 int highmem = 0; in sanity_check_meminfo() local
1125 highmem = 1; in sanity_check_meminfo()
1132 if (highmem) { in sanity_check_meminfo()
1151 if (!highmem) { in sanity_check_meminfo()
DMakefile19 obj-$(CONFIG_HIGHMEM) += highmem.o
/arch/unicore32/mm/
Dinit.c124 if (bank->highmem) in find_limits()
/arch/powerpc/kernel/
Dprom_init.c1026 int highmem) in alloc_down() argument
1031 highmem ? "(high)" : "(low)"); in alloc_down()
1035 if (highmem) { in alloc_down()
/arch/frv/
DKconfig94 bool "Allocate page tables in highmem"
/arch/mips/
DKconfig2466 # - The current highmem code will only work properly on physically indexed
2469 # moment we protect the user and offer the highmem option only on machines
2470 # where it's known to be safe. This will not offer highmem on a few systems
2473 # - We use SYS_SUPPORTS_HIGHMEM to offer highmem only for systems where we
2474 # know they might have memory configurations that could make use of highmem
/arch/arm/
DKconfig1695 bool "Allocate 2nd-level pagetables from highmem" if EXPERT
/arch/x86/
DKconfig1496 bool "Allocate 3rd-level pagetables from highmem"