Searched refs:ram_segs (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/arch/m88k/include/
H A Dkcore.h36 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; member in struct:cpu_kcore_hdr
/openbsd-current/sys/arch/powerpc/include/
H A Dkcore.h43 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; member in struct:cpu_kcore_hdr
/openbsd-current/sys/arch/mips64/include/
H A Dkcore.h37 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; member in struct:cpu_kcore_hdr
/openbsd-current/sys/arch/arm/include/
H A Dkcore.h14 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; member in struct:cpu_kcore_hdr
/openbsd-current/sys/arch/arm64/include/
H A Dkcore.h14 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; member in struct:cpu_kcore_hdr
/openbsd-current/sys/arch/riscv64/include/
H A Dkcore.h15 phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; member in struct:cpu_kcore_hdr
/openbsd-current/lib/libkvm/
H A Dkvm_arm.c104 (paddr_t)cpup->ram_segs[0].start;
116 phys_ram_seg_t *mp = cpup->ram_segs;
H A Dkvm_arm64.c104 (paddr_t)cpup->ram_segs[0].start;
116 phys_ram_seg_t *mp = cpup->ram_segs;
H A Dkvm_riscv64.c104 (paddr_t)cpup->ram_segs[0].start;
116 phys_ram_seg_t *mp = cpup->ram_segs;
/openbsd-current/sys/arch/arm/arm/
H A Dstubs.c103 cpu_kcore_hdr.ram_segs[block].start =
105 cpu_kcore_hdr.ram_segs[block].size =
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dmachdep.c478 cpu_kcore_hdr.ram_segs[0].start = 0;
479 cpu_kcore_hdr.ram_segs[0].size = ptoa(physmem);

Completed in 198 milliseconds