| /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/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/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/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()
|
| H A D | mmap.c | 208 return addr + count - 1 <= __pa(high_memory - 1); in valid_phys_addr_range()
|
| /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/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/arch/csky/include/asm/ |
| H A D | page.h | 34 (void *)(kaddr) < high_memory)
|
| /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/powerpc/include/asm/ |
| H A D | page.h | 234 _addr >= PAGE_OFFSET && _addr < (unsigned long)high_memory && \
|
| /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/drivers/char/ |
| H A D | mem.c | 50 return addr + count <= __pa(high_memory); in valid_phys_addr_range() 265 return addr >= __pa(high_memory); in uncached_access()
|
| /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/arch/arm/include/asm/ |
| H A D | pgtable.h | 50 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
|
| /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/mm/ |
| H A D | mm_init.c | 53 void *high_memory; variable 54 EXPORT_SYMBOL(high_memory); 1799 if (high_memory) in set_high_memory() 1808 high_memory = phys_to_virt(highmem - 1) + 1; in set_high_memory()
|
| /linux/arch/m68k/mm/ |
| H A D | motorola.c | 478 high_memory = phys_to_virt(max_addr) + 1; in paging_init()
|