Home
last modified time | relevance | path

Searched refs:high_memory (Results 1 – 25 of 61) sorted by relevance

123

/linux/arch/arm/mm/
H A Dphysaddr.c21 if (!high_memory && x >= PAGE_OFFSET) in __virt_addr_valid()
24 if (high_memory && x >= PAGE_OFFSET && x < (unsigned long)high_memory) in __virt_addr_valid()
H A Dmmap.c155 if (addr + size > __pa(high_memory - 1) + 1) in valid_phys_addr_range()
H A Dnommu.c149 high_memory = __va(end - 1) + 1; in adjust_lowmem_bounds()
/linux/arch/m68k/mm/
H A Dsun3mmu.c63 while (address < (unsigned long)high_memory) { in paging_init()
73 if (address >= (unsigned long)high_memory) in paging_init()
85 max_zone_pfn[ZONE_DMA] = ((unsigned long)high_memory) >> PAGE_SHIFT; in paging_init()
H A Dmcfmmu.c57 while (address < (unsigned long)high_memory) { in paging_init()
67 if (address >= (unsigned long) high_memory) in paging_init()
171 high_memory = (void *)_ramend; in cf_bootmem_alloc()
H A Dinit.c69 high_memory = (void *) end_mem; in paging_init()
/linux/arch/sh/mm/
H A Dinit.c336 high_memory = NULL;
338 high_memory = max_t(void *, high_memory, in mem_init()
368 (unsigned long)memory_start, (unsigned long)high_memory, in mem_init()
369 ((unsigned long)high_memory - (unsigned long)memory_start) >> 20, in mem_init()
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h98 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
109 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
H A Dpage_mm.h144 …ddr) ((unsigned long)(kaddr) >= PAGE_OFFSET && (unsigned long)(kaddr) < (unsigned long)high_memory)
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h105 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE…
107 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/linux/arch/x86/mm/
H A Dinit_32.c646 high_memory = (void *) __va(highstart_pfn * PAGE_SIZE - 1) + 1; in initmem_init()
648 high_memory = (void *) __va(max_low_pfn * PAGE_SIZE - 1) + 1; in initmem_init()
750 #define high_memory (-128UL << 20) in mem_init() macro
752 #undef high_memory in mem_init()
760 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
/linux/arch/microblaze/mm/
H A Dpgtable.c73 p >= memory_start && p < virt_to_phys(high_memory) && in __ioremap()
130 if ((__force void *)addr > high_memory && in iounmap()
/linux/arch/parisc/include/asm/
H A Dfloppy.h170 if((unsigned int) addr >= (unsigned int) high_memory) in _fd_dma_mem_free()
181 if((unsigned int) addr >= (unsigned int) high_memory || in _fd_chose_dma_mode()
/linux/arch/x86/include/asm/
H A Dfloppy.h170 if ((unsigned long)addr >= (unsigned long)high_memory) in _fd_dma_mem_free()
181 if ((unsigned long)addr >= (unsigned long)high_memory || in _fd_chose_dma_mode()
H A Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
/linux/arch/parisc/mm/
H A Dioremap.c30 if (phys_addr < virt_to_phys(high_memory)) { in ioremap_prot()
H A Dinit.c565 high_memory = __va((max_pfn << PAGE_SHIFT)); in mem_init()
597 __va(0), high_memory, in mem_init()
598 ((unsigned long)high_memory - (unsigned long)__va(0)) >> 20, in mem_init()
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
/linux/arch/powerpc/mm/
H A Dioremap_32.c46 if (slab_is_available() && p <= virt_to_phys(high_memory - 1) && in __ioremap_caller()
/linux/Documentation/arch/arm/
H A Dmemory.rst65 of the high_memory variable, and VMALLOC_END
68 PAGE_OFFSET high_memory-1 Kernel direct-mapped RAM region.
/linux/arch/nios2/mm/
H A Dinit.c71 high_memory = __va(end_mem); in mem_init()
H A Dioremap.c133 if (phys_addr > PHYS_OFFSET && phys_addr < virt_to_phys(high_memory)) { in ioremap()
/linux/arch/m68k/sun3/
H A Dconfig.c118 high_memory = (void *)memory_end; in sun3_bootmem_alloc()
/linux/arch/arc/mm/
H A Dinit.c153 high_memory = (void *)(min_high_pfn << PAGE_SHIFT); in setup_arch_memory()
/linux/arch/mips/loongson64/
H A Dnuma.c169 high_memory = (void *) __va(get_num_physpages() << PAGE_SHIFT); in mem_init()

123