Searched refs:memory_end (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/evbarm/fdt/ |
H A D | fdt_machdep.c | 251 uint64_t memory_start, memory_end; in initarm() local 342 fdt_memory_get(&memory_start, &memory_end); in initarm() 349 if (memory_end > memory_limit) { in initarm() 350 fdt_memory_remove_range(memory_limit , memory_end); in initarm() 351 memory_end = memory_limit; in initarm() 354 uint64_t memory_size = memory_end - memory_start; in initarm() 357 PRIx64 ")\n", __func__, memory_start, memory_end, memory_size); in initarm() 366 fdt_memory_remove_reserved(memory_start, memory_end); in initarm() 372 fdt_build_bootconfig(memory_start, memory_end); in initarm()
|
/netbsd-src/sys/arch/riscv/riscv/ |
H A D | riscv_machdep.c | 559 cpu_kernel_vm_init(paddr_t memory_start, paddr_t memory_end) in cpu_kernel_vm_init() 610 for (size_t i = sidx; i < eidx && pa < memory_end; i++, pa += inc) { 752 uint64_t memory_start, memory_end; in init_riscv() 753 fdt_memory_get(&memory_start, &memory_end); in init_riscv() 755 physical_end = memory_end; in init_riscv() 763 if (memory_end > memory_limit) { in init_riscv() 764 fdt_memory_remove_range(memory_limit, memory_end); in init_riscv() 765 memory_end = memory_limit; in init_riscv() 768 uint64_t memory_size __unused = memory_end - memory_start; in init_riscv() 771 PRIx64 ")\n", __func__, memory_start, memory_end, memory_siz in init_riscv() 551 cpu_kernel_vm_init(paddr_t memory_start,paddr_t memory_end) cpu_kernel_vm_init() argument 744 uint64_t memory_start, memory_end; init_riscv() local [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genpreds.c | 733 static unsigned int memory_start, memory_end; variable 1006 memory_end = next; in choose_enum_order() 1466 memory_start, memory_end); in write_tm_preds_h() 1528 if (memory_start != memory_end) in write_tm_preds_h()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genpreds.cc | 735 static unsigned int memory_start, memory_end; variable 1001 memory_end = next; in choose_enum_order() 1467 memory_start, memory_end); in write_tm_preds_h() 1532 if (memory_start != memory_end) in write_tm_preds_h()
|
H A D | ChangeLog-2014 | 35007 (register_end, satisfied_start, memory_start, memory_end)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 352 MemoryMemberSet::const_iterator memory_end() const { in memory_end() function in __anonccb5b2130111::CongruenceClass 356 return make_range(memory_begin(), memory_end()); in memory()
|