Home
last modified time | relevance | path

Searched refs:memory_end (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/sun3/
H A Dconfig.c109 unsigned long memory_end) in sun3_bootmem_alloc() argument
115 memory_end = memory_end & PAGE_MASK; in sun3_bootmem_alloc()
118 max_pfn = num_pages = __pa(memory_end) >> PAGE_SHIFT; in sun3_bootmem_alloc()
120 high_memory = (void *)memory_end; in sun3_bootmem_alloc()
129 unsigned long memory_start, memory_end; in config_sun3() local
146 memory_end = *(romvec->pv_sun3mem) + PAGE_OFFSET - 2*PAGE_SIZE; in config_sun3()
151 sun3_bootmem_alloc(memory_start, memory_end); in config_sun3()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/sun3/
H A Dconfig.c109 unsigned long memory_end) in sun3_bootmem_alloc() argument
115 memory_end = memory_end & PAGE_MASK; in sun3_bootmem_alloc()
118 max_pfn = num_pages = __pa(memory_end) >> PAGE_SHIFT; in sun3_bootmem_alloc()
120 high_memory = (void *)memory_end; in sun3_bootmem_alloc()
129 unsigned long memory_start, memory_end; in config_sun3() local
146 memory_end = *(romvec->pv_sun3mem) + PAGE_OFFSET - 2*PAGE_SIZE; in config_sun3()
151 sun3_bootmem_alloc(memory_start, memory_end); in config_sun3()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/sun3/
H A Dconfig.c109 unsigned long memory_end) in sun3_bootmem_alloc() argument
115 memory_end = memory_end & PAGE_MASK; in sun3_bootmem_alloc()
118 max_pfn = num_pages = __pa(memory_end) >> PAGE_SHIFT; in sun3_bootmem_alloc()
120 high_memory = (void *)memory_end; in sun3_bootmem_alloc()
129 unsigned long memory_start, memory_end; in config_sun3() local
146 memory_end = *(romvec->pv_sun3mem) + PAGE_OFFSET - 2*PAGE_SIZE; in config_sun3()
151 sun3_bootmem_alloc(memory_start, memory_end); in config_sun3()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/kernel/
H A Dsetup_no.c44 unsigned long memory_end; variable
47 EXPORT_SYMBOL(memory_end);
88 memory_end = _ramend; in setup_arch()
148 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
150 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
163 max_pfn = max_low_pfn = PFN_DOWN(memory_end); in setup_arch()
167 (initrd_end < memory_end)) in setup_arch()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/kernel/
H A Dsetup_no.c44 unsigned long memory_end; variable
47 EXPORT_SYMBOL(memory_end);
88 memory_end = _ramend; in setup_arch()
148 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
150 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
163 max_pfn = max_low_pfn = PFN_DOWN(memory_end); in setup_arch()
167 (initrd_end < memory_end)) in setup_arch()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/kernel/
H A Dsetup_no.c44 unsigned long memory_end; variable
47 EXPORT_SYMBOL(memory_end);
88 memory_end = _ramend; in setup_arch()
148 __bss_stop, memory_start, memory_start, memory_end); in setup_arch()
150 memblock_add(_rambase, memory_end - _rambase); in setup_arch()
163 max_pfn = max_low_pfn = PFN_DOWN(memory_end); in setup_arch()
167 (initrd_end < memory_end)) in setup_arch()
/dports/graphics/icoutils/icoutils-0.32.3/wrestool/
H A Dfileread.c39 const char* memory_end = memory + total_size; in check_offset() local
46 if (((memory > memory_end) || (block > block_end)) in check_offset()
47 || (block < memory) || (block >= memory_end) || (block_end > memory_end)) { in check_offset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/h8300/kernel/
H A Dsetup.c46 unsigned long memory_end; variable
47 EXPORT_SYMBOL(memory_end);
74 memory_end = memory_start = 0; in bootmem_init()
78 memory_end = memblock_end_of_DRAM(); in bootmem_init()
80 if (!memory_end) in bootmem_init()
85 max_low_pfn = PFN_DOWN(memory_end); in bootmem_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/h8300/kernel/
H A Dsetup.c46 unsigned long memory_end; variable
47 EXPORT_SYMBOL(memory_end);
74 memory_end = memory_start = 0; in bootmem_init()
78 memory_end = memblock_end_of_DRAM(); in bootmem_init()
80 if (!memory_end) in bootmem_init()
85 max_low_pfn = PFN_DOWN(memory_end); in bootmem_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/h8300/kernel/
H A Dsetup.c46 unsigned long memory_end; variable
47 EXPORT_SYMBOL(memory_end);
74 memory_end = memory_start = 0; in bootmem_init()
78 memory_end = memblock_end_of_DRAM(); in bootmem_init()
80 if (!memory_end) in bootmem_init()
85 max_low_pfn = PFN_DOWN(memory_end); in bootmem_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/h8300/mm/
H A Dinit.c60 unsigned long end_mem = memory_end & PAGE_MASK; in paging_init()
94 pr_devel("Mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
96 high_memory = (void *) (memory_end & PAGE_MASK); in mem_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/h8300/mm/
H A Dinit.c60 unsigned long end_mem = memory_end & PAGE_MASK; in paging_init()
94 pr_devel("Mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
96 high_memory = (void *) (memory_end & PAGE_MASK); in mem_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/h8300/mm/
H A Dinit.c60 unsigned long end_mem = memory_end & PAGE_MASK; in paging_init()
94 pr_devel("Mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
96 high_memory = (void *) (memory_end & PAGE_MASK); in mem_init()
/dports/cad/openroad/OpenROAD-2.0/src/sta/util/
H A DStats.cc46 double memory_end = static_cast<double>(memoryUsage()); in report() local
47 double memory_delta = memory_end - memory_begin; in report()
51 memory_delta * 1e-6, memory_end * 1e-6, in report()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nios2/kernel/
H A Dsetup.c32 unsigned long memory_end; variable
33 EXPORT_SYMBOL(memory_end);
157 memory_end = memblock_end_of_DRAM(); in setup_arch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nios2/kernel/
H A Dsetup.c32 unsigned long memory_end; variable
33 EXPORT_SYMBOL(memory_end);
157 memory_end = memblock_end_of_DRAM(); in setup_arch()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nios2/kernel/
H A Dsetup.c32 unsigned long memory_end; variable
33 EXPORT_SYMBOL(memory_end);
157 memory_end = memblock_end_of_DRAM(); in setup_arch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/
H A Dpage_no.h8 extern unsigned long memory_end;
34 ((unsigned long)(kaddr) < memory_end))
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/
H A Dpage_no.h8 extern unsigned long memory_end;
34 ((unsigned long)(kaddr) < memory_end))
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/
H A Dpage_no.h8 extern unsigned long memory_end;
34 ((unsigned long)(kaddr) < memory_end))
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nios2/mm/
H A Dinit.c64 unsigned long end_mem = memory_end; /* this must not include in mem_init()
67 pr_debug("mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nios2/mm/
H A Dinit.c64 unsigned long end_mem = memory_end; /* this must not include in mem_init()
67 pr_debug("mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nios2/mm/
H A Dinit.c64 unsigned long end_mem = memory_end; /* this must not include in mem_init()
67 pr_debug("mem_init: start=%lx, end=%lx\n", memory_start, memory_end); in mem_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/openrisc/kernel/
H A Dsetup.c50 phys_addr_t memory_start, memory_end; in setup_memory() local
52 memory_end = memory_start = 0; in setup_memory()
56 memory_end = memblock_end_of_DRAM(); in setup_memory()
58 if (!memory_end) { in setup_memory()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nds32/kernel/
H A Dsetup.c246 phys_addr_t memory_start, memory_end; in setup_memory() local
249 memory_end = memory_start = 0; in setup_memory()
253 memory_end = memblock_end_of_DRAM(); in setup_memory()
255 if (!memory_end) { in setup_memory()

12345678