Home
last modified time | relevance | path

Searched refs:memory_start (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/evbarm/fdt/
H A Dfdt_machdep.c251 uint64_t memory_start, memory_end; in initarm() local
342 fdt_memory_get(&memory_start, &memory_end); 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()
375 cpu_kernel_vm_init(memory_start, memory_size); in initarm()
/netbsd-src/sys/arch/riscv/riscv/
H A Driscv_machdep.c559 cpu_kernel_vm_init(paddr_t memory_start, paddr_t memory_end) in cpu_kernel_vm_init()
595 paddr_t pa = memory_start & ~XSEGOFSET; in cpu_kernel_vm_init()
752 uint64_t memory_start, memory_end; in init_riscv()
753 fdt_memory_get(&memory_start, &memory_end); in init_riscv()
754 physical_start = memory_start; 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_size); in init_riscv()
778 fdt_memory_remove_reserved(memory_start, memory_end); in init_riscv()
786 cpu_kernel_vm_init(memory_start, memory_end); in init_riscv()
856 DPRINTF(memory_start); 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/sys/arch/arm/arm32/
H A Darm32_machdep.c894 cpu_kernel_vm_init(paddr_t memory_start, psize_t memory_size) in cpu_kernel_vm_init() argument
913 __func__, memory_start, memory_start + memory_size); in cpu_kernel_vm_init()
915 arm32_bootmem_init(memory_start, memory_size, KERNEL_BASE_PHYS); in cpu_kernel_vm_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenpreds.c733 static unsigned int memory_start, memory_end; variable
1002 memory_start = 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()
1529 values.safe_push (std::make_pair (memory_start, "CT_MEMORY")); in write_tm_preds_h()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenpreds.cc735 static unsigned int memory_start, memory_end; variable
997 memory_start = 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()
1533 values.safe_push (std::make_pair (memory_start, "CT_MEMORY")); in write_tm_preds_h()
H A DChangeLog-201435007 (register_end, satisfied_start, memory_start, memory_end)
/netbsd-src/sys/arch/aarch64/aarch64/
H A Daarch64_machdep.c143 cpu_kernel_vm_init(uint64_t memory_start __unused, uint64_t memory_size __unused) in cpu_kernel_vm_init()