Searched refs:cpu_kcore_hdr (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/sys/arch/hppa/include/
H A Dkcore.h33 struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/amd64/include/
H A Dkcore.h42 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/m88k/include/
H A Dkcore.h34 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/powerpc/include/
H A Dkcore.h40 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/sh/include/
H A Dkcore.h26 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/alpha/include/
H A Dkcore.h34 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/mips64/include/
H A Dkcore.h34 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/arm/include/
H A Dkcore.h7 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/arm64/include/
H A Dkcore.h7 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/riscv64/include/
H A Dkcore.h8 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/sparc64/include/
H A Dkcore.h36 * a `struct cpu_kcore_hdr'
39 typedef struct cpu_kcore_hdr { struct
/openbsd-current/sys/arch/arm/arm/
H A Dstubs.c66 cpu_kcore_hdr_t cpu_kcore_hdr; variable
103 cpu_kcore_hdr.ram_segs[block].start =
105 cpu_kcore_hdr.ram_segs[block].size =
176 *chdr_p = cpu_kcore_hdr;
/openbsd-current/sys/arch/landisk/landisk/
H A Dmachdep.c393 extern cpu_kcore_hdr_t cpu_kcore_hdr;
414 bcopy(&cpu_kcore_hdr, h, sizeof(*h));
441 extern cpu_kcore_hdr_t cpu_kcore_hdr;
442 cpu_kcore_hdr_t *h = &cpu_kcore_hdr;
443 phys_ram_seg_t *seg = cpu_kcore_hdr.kcore_segs;
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dmachdep.c455 cpu_kcore_hdr_t cpu_kcore_hdr; variable
478 cpu_kcore_hdr.ram_segs[0].start = 0;
479 cpu_kcore_hdr.ram_segs[0].size = ptoa(physmem);
480 cpu_kcore_hdr.cputype = cputyp;
547 *chdr_p = cpu_kcore_hdr;
/openbsd-current/sys/arch/sh/sh/
H A Dsh_machdep.c145 cpu_kcore_hdr_t cpu_kcore_hdr; variable
302 cpu_kcore_hdr_t *h = &cpu_kcore_hdr;
334 cpu_kcore_hdr_t *h = &cpu_kcore_hdr;

Completed in 232 milliseconds