/linux/arch/arm/mm/ |
H A D | physaddr.c | 21 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 D | mmap.c | 155 if (addr + size > __pa(high_memory - 1) + 1) in valid_phys_addr_range()
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 105 #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/m68k/include/asm/ |
H A D | pgtable_mm.h | 98 #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 D | page_mm.h | 144 …ddr) ((unsigned long)(kaddr) >= PAGE_OFFSET && (unsigned long)(kaddr) < (unsigned long)high_memory)
|
/linux/arch/x86/mm/ |
H A D | init_32.c | 623 high_memory = (void *) __va(highstart_pfn * PAGE_SIZE - 1) + 1; in initmem_init() 625 high_memory = (void *) __va(max_low_pfn * PAGE_SIZE - 1) + 1; in initmem_init() 708 #define high_memory (-128UL << 20) in mem_init() macro 710 #undef high_memory in mem_init() 718 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
|
/linux/arch/parisc/include/asm/ |
H A D | floppy.h | 170 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/microblaze/mm/ |
H A D | pgtable.c | 73 p >= memory_start && p < virt_to_phys(high_memory) && in __ioremap() 130 if ((__force void *)addr > high_memory && in iounmap()
|
/linux/arch/x86/include/asm/ |
H A D | floppy.h | 170 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()
|
/linux/arch/hexagon/include/asm/ |
H A D | mem-layout.h | 62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
|
/linux/arch/powerpc/mm/ |
H A D | ioremap_32.c | 46 if (slab_is_available() && p <= virt_to_phys(high_memory - 1) && in __ioremap_caller()
|
/linux/Documentation/arch/arm/ |
H A D | memory.rst | 65 of the high_memory variable, and VMALLOC_END 68 PAGE_OFFSET high_memory-1 Kernel direct-mapped RAM region.
|
H A D | porting.rst | 101 last virtual RAM address (found using variable high_memory).
|
/linux/arch/m68k/sun3/ |
H A D | config.c | 118 high_memory = (void *)memory_end; in sun3_bootmem_alloc()
|
/linux/arch/nios2/mm/ |
H A D | ioremap.c | 133 if (phys_addr > PHYS_OFFSET && phys_addr < virt_to_phys(high_memory)) { in ioremap()
|
/linux/arch/sh/mm/ |
H A D | mmap.c | 175 if (addr + count > __pa(high_memory)) in valid_phys_addr_range()
|
/linux/arch/arm64/kvm/ |
H A D | va_layout.c | 70 (u64)(high_memory - 1)); in kvm_compute_layout()
|
/linux/arch/arm/mach-footbridge/ |
H A D | dc21285.c | 300 mem_size = (unsigned int)high_memory - PAGE_OFFSET; in dc21285_preinit()
|
/linux/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 156 if (unlikely(phys < virt_to_phys(high_memory))) in sq_remap()
|
/linux/drivers/mtd/nand/raw/ |
H A D | lpc32xx_mlc.c | 446 if ((void *)buf <= high_memory) { in lpc32xx_read_page() 511 if (use_dma && (void *)buf >= high_memory) { in lpc32xx_write_page_lowlevel()
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 50 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
|
/linux/mm/ |
H A D | mm_init.c | 50 * high_memory defines the upper bound on direct map memory, then end 53 void *high_memory; variable 54 EXPORT_SYMBOL(high_memory); 1796 * Some architectures (e.g. ARM) set high_memory very early and in set_high_memory() 1798 * If an architecture already set high_memory don't overwrite it in set_high_memory() 1800 if (high_memory) in set_high_memory() 1809 high_memory = phys_to_virt(highmem - 1) + 1;
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
|
/linux/arch/m68k/mm/ |
H A D | motorola.c | 478 high_memory = phys_to_virt(max_addr) + 1; in paging_init()
|
/linux/Documentation/admin-guide/kdump/ |
H A D | vmcoreinfo.rst | 487 high_memory section in s390 490 Used to get the vmalloc_start address from the high_memory symbol.
|