/arch/powerpc/platforms/powernv/ |
D | opal-dump.c | 32 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, 34 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, 164 struct dump_obj *dump; in dump_attr_show() local 167 dump = to_dump_obj(kobj); in dump_attr_show() 172 return attribute->show(dump, attribute, buf); in dump_attr_show() 180 struct dump_obj *dump; in dump_attr_store() local 183 dump = to_dump_obj(kobj); in dump_attr_store() 188 return attribute->store(dump, attribute, buf, len); in dump_attr_store() 198 struct dump_obj *dump; in dump_release() local 200 dump = to_dump_obj(kobj); in dump_release() [all …]
|
D | opal-kmsg.c | 36 .dump = kmsg_dump_opal_console_flush
|
D | Makefile | 4 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o
|
/arch/m68k/coldfire/ |
D | vectors.c | 27 extern void dump(struct pt_regs *fp); in dbginterrupt_c() 29 dump((struct pt_regs *) fp); in dbginterrupt_c()
|
/arch/arm64/ |
D | Makefile.postlink | 22 --dump-section=$(shell $(READELF) -SW $@|grep -Eo '\.rela\.text\S*')=$@.rela.text \ 23 --dump-section=$(shell $(READELF) -SW $@|grep -Eo '\.rela\.rodata\S*')=$@.rela.rodata \
|
/arch/sh/kernel/ |
D | unwinder.c | 31 .dump = stack_reader_dump, 163 curr_unwinder->dump(task, regs, sp, ops, data); in unwind_stack()
|
/arch/h8300/kernel/ |
D | traps.c | 52 static void dump(struct pt_regs *fp) in dump() function 107 dump(fp); in die()
|
/arch/sh/include/asm/ |
D | unwinder.h | 11 void (*dump)(struct task_struct *, struct pt_regs *, member
|
/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 135 if (spufs_coredump_read[i].dump) { in spufs_arch_write_note() 136 ret = spufs_coredump_read[i].dump(ctx, cprm); in spufs_arch_write_note()
|
D | spufs.h | 339 ssize_t (*dump)(struct spu_context *ctx, struct coredump_params *cprm); member
|
D | spu_save_dump.h_shipped | 3 * Hex-dump auto generated from spu_save.c.
|
/arch/um/kernel/ |
D | kmsg_dump.c | 51 .dump = kmsg_dumper_stdout
|
/arch/arm/lib/ |
D | backtrace.S | 87 bleq dump_backtrace_stm @ dump saved registers 94 bleq dump_backtrace_stm @ dump saved registers
|
/arch/s390/boot/ |
D | head_kdump.S | 23 lhi %r1,2 # mode 2 = esame (dump)
|
D | head.S | 165 lhi %r1,2 # mode 2 = esame (dump) 305 lhi %r1,2 # mode 2 = esame (dump)
|
/arch/x86/kernel/ |
D | amd_gart_64.c | 155 static int dump; in dump_leak() local 157 if (dump) in dump_leak() 159 dump = 1; in dump_leak()
|
/arch/s390/kernel/ |
D | text_amode31.S | 120 lhi %r1,2 # Use mode 2 = ESAME (dump)
|
/arch/x86/xen/ |
D | Kconfig | 36 The Xen tools and crash dump analysis tools might not support
|
/arch/nios2/kernel/ |
D | process.c | 151 void dump(struct pt_regs *fp) in dump() function
|
/arch/arm/mm/ |
D | Makefile | 17 obj-$(CONFIG_ARM_PTDUMP_CORE) += dump.o
|
/arch/powerpc/ |
D | Kconfig | 608 bool "Build a dump capture kernel" 612 Build a kernel suitable for use as a dump capture kernel. 613 The same kernel binary can be used as production kernel and dump 617 bool "Firmware-assisted dump" 622 A robust mechanism to get reliable kernel crash dump with 625 while preserving memory contents. Firmware-assisted dump 633 bool "Preserve Firmware-assisted dump"
|
/arch/arm/boot/dts/ |
D | gemini-sq201.dts | 183 /* Settings come from memory dump in PLATO */
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 65 tristate "Scanlog dump interface"
|
/arch/sh/ |
D | Kconfig | 571 Generate crash dump after being started by kexec. 572 This should be normally only set in special crash dump kernels 575 a crash by kdump/kexec. The crash dump kernel must be compiled
|
/arch/ia64/kernel/ |
D | unaligned.c | 37 # define DDUMP(str,vp,len) dump(str, vp, len) 40 dump (const char *str, void *vp, size_t len) in dump() function
|