Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 40) sorted by relevance

12

/arch/powerpc/platforms/powernv/
Dopal-dump.c32 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 …]
Dopal-kmsg.c36 .dump = kmsg_dump_opal_console_flush
DMakefile4 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o
/arch/m68k/coldfire/
Dvectors.c27 extern void dump(struct pt_regs *fp); in dbginterrupt_c()
29 dump((struct pt_regs *) fp); in dbginterrupt_c()
/arch/arm64/
DMakefile.postlink22 --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/
Dunwinder.c31 .dump = stack_reader_dump,
163 curr_unwinder->dump(task, regs, sp, ops, data); in unwind_stack()
/arch/h8300/kernel/
Dtraps.c52 static void dump(struct pt_regs *fp) in dump() function
107 dump(fp); in die()
/arch/sh/include/asm/
Dunwinder.h11 void (*dump)(struct task_struct *, struct pt_regs *, member
/arch/powerpc/platforms/cell/spufs/
Dcoredump.c135 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()
Dspufs.h339 ssize_t (*dump)(struct spu_context *ctx, struct coredump_params *cprm); member
Dspu_save_dump.h_shipped3 * Hex-dump auto generated from spu_save.c.
/arch/um/kernel/
Dkmsg_dump.c51 .dump = kmsg_dumper_stdout
/arch/arm/lib/
Dbacktrace.S87 bleq dump_backtrace_stm @ dump saved registers
94 bleq dump_backtrace_stm @ dump saved registers
/arch/s390/boot/
Dhead_kdump.S23 lhi %r1,2 # mode 2 = esame (dump)
Dhead.S165 lhi %r1,2 # mode 2 = esame (dump)
305 lhi %r1,2 # mode 2 = esame (dump)
/arch/x86/kernel/
Damd_gart_64.c155 static int dump; in dump_leak() local
157 if (dump) in dump_leak()
159 dump = 1; in dump_leak()
/arch/s390/kernel/
Dtext_amode31.S120 lhi %r1,2 # Use mode 2 = ESAME (dump)
/arch/x86/xen/
DKconfig36 The Xen tools and crash dump analysis tools might not support
/arch/nios2/kernel/
Dprocess.c151 void dump(struct pt_regs *fp) in dump() function
/arch/arm/mm/
DMakefile17 obj-$(CONFIG_ARM_PTDUMP_CORE) += dump.o
/arch/powerpc/
DKconfig608 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/
Dgemini-sq201.dts183 /* Settings come from memory dump in PLATO */
/arch/powerpc/platforms/pseries/
DKconfig65 tristate "Scanlog dump interface"
/arch/sh/
DKconfig571 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/
Dunaligned.c37 # define DDUMP(str,vp,len) dump(str, vp, len)
40 dump (const char *str, void *vp, size_t len) in dump() function

12