/netbsd-src/sys/arch/sparc64/include/ |
H A D | kcore.h | 43 typedef struct cpu_kcore_hdr { struct 44 int cputype; /* CPU type associated with this dump */ 46 int nmemseg; /* # of physical memory segments */ 47 uint64_t memsegoffset; /* start of memseg array (relative */ 50 int nsegmap; /* # of kernel segs */ 51 uint64_t segmapoffset; /* start of segmap array (relative */ 54 uint64_t kernbase; /* copy of KERNBASE goes here */ 78 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | kcore.h | 46 typedef struct cpu_kcore_hdr { struct 56 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | kcore.h | 41 typedef struct cpu_kcore_hdr { struct 53 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/mips/include/ |
H A D | kcore.h | 38 typedef struct cpu_kcore_hdr { struct 49 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/arm/include/ |
H A D | kcore.h | 38 typedef struct cpu_kcore_hdr { struct 55 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/aarch64/include/ |
H A D | kcore.h | 37 typedef struct cpu_kcore_hdr { struct 42 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | kcore.h | 33 typedef struct cpu_kcore_hdr { struct 40 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/amd64/include/ |
H A D | kcore.h | 41 typedef struct cpu_kcore_hdr { struct 47 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/riscv/include/ |
H A D | kcore.h | 35 typedef struct cpu_kcore_hdr { struct 38 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/or1k/include/ |
H A D | kcore.h | 35 typedef struct cpu_kcore_hdr { struct 38 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/i386/include/ |
H A D | kcore.h | 38 typedef struct cpu_kcore_hdr { struct 44 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | kcore.h | 35 struct cpu_kcore_hdr { struct 37 } cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/m68k/include/ |
H A D | kcore.h | 119 struct cpu_kcore_hdr { struct 131 typedef struct cpu_kcore_hdr cpu_kcore_hdr_t; argument
|
/netbsd-src/sys/arch/next68k/next68k/ |
H A D | machdep.c | 154 cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/virt68k/virt68k/ |
H A D | machdep.c | 133 cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/luna68k/luna68k/ |
H A D | machdep.c | 133 cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/mvme68k/mvme68k/ |
H A D | machdep.c | 158 cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/amiga/amiga/ |
H A D | machdep.c | 452 cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/hp300/hp300/ |
H A D | machdep.c | 158 static cpu_kcore_hdr_t cpu_kcore_hdr; global() variable
|
/netbsd-src/sys/arch/news68k/news68k/ |
H A D | machdep.c | 145 cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/atari/atari/ |
H A D | atari_init.c | 121 static cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/x68k/x68k/ |
H A D | machdep.c | 176 cpu_kcore_hdr_t cpu_kcore_hdr; variable
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | machdep.c | 237 cpu_kcore_hdr_t cpu_kcore_hdr; global() variable
|