Searched refs:dump (Results 1 - 25 of 353) sorted by path

1234567891011>>

/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S18165 # d0 = size of dump #
18191 # then we return the size of the dump and the string to the caller #
18273 sub.l %d0,%sp # subtract size of dump
H A Dpfpsp.S4214 # d0 = size of dump #
4240 # then we return the size of the dump and the string to the caller #
4322 sub.l %d0,%sp # subtract size of dump
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-kmsg.c19 * may not be completely printed. This function does not actually dump the
36 .dump = kmsg_dump_opal_console_flush
H A DMakefile13 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o
H A 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,
69 return sprintf(buf, "ack - acknowledge dump\n");
102 /* Attributes of a dump
103 * The binary attribute of the dump itself is dynamic
104 * due to the dynamic size of the dump
117 return sprintf(buf, "1 - initiate Service Processor(FSP) dump\n");
126 pr_warn("%s: Failed to initiate FSP dump (%d)\n",
140 pr_info("%s: Initiated FSP dump\n", __func__);
164 struct dump_obj *dump; local
180 struct dump_obj *dump; local
198 struct dump_obj *dump; local
243 dump_read_data(struct dump_obj *dump) argument
294 struct dump_obj *dump = to_dump_obj(kobj); local
329 struct dump_obj *dump; local
[all...]
/linux-master/arch/sh/include/asm/
H A Dunwinder.h11 void (*dump)(struct task_struct *, struct pt_regs *, member in struct:unwinder
/linux-master/arch/sh/kernel/
H A Ddwarf.c990 .dump = dwarf_unwinder_dump,
H A Dunwinder.c31 .dump = stack_reader_dump,
147 * can diagnose why curr_unwinder->dump() faulted.
163 curr_unwinder->dump(task, regs, sp, ops, data);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dmxms.c153 u8 *dump = desc; local
158 ptr += sprintf(ptr, "%02x", dump[j]);
159 dump += headerlen;
162 for (i = 0; i < entries; i++, dump += recordlen) {
164 ptr += sprintf(ptr, "%02x", dump[j]);
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.h144 .dump = hdcs_dump,
163 .dump = hdcs_dump,
H A Dstv06xx_pb0100.h128 .dump = pb0100_dump,
H A Dstv06xx_sensor.h70 /* Instructs the sensor to dump all its contents */
71 int (*dump)(struct sd *sd); member in struct:stv06xx_sensor
H A Dstv06xx_vv6410.h192 .dump = vv6410_dump,
/linux-master/tools/firewire/
H A DMakefile3 nosy-dump-version = 0.4
7 all : nosy-dump
9 nosy-dump : CFLAGS = -Wall -O2 -g
10 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
11 nosy-dump : LDFLAGS = -g
12 nosy-dump : LDLIBS = -lpopt
14 nosy-dump : nosy-dump.o decode-fcp.o
17 rm -rf *.o nosy-dump
[all...]
/linux-master/arch/arm/lib/
H A Dbacktrace.S87 bleq dump_backtrace_stm @ dump saved registers
94 bleq dump_backtrace_stm @ dump saved registers
/linux-master/arch/arm/mm/
H A DMakefile17 obj-$(CONFIG_ARM_PTDUMP_CORE) += dump.o
/linux-master/arch/m68k/coldfire/
H A Dvectors.c28 extern void dump(struct pt_regs *fp);
30 dump((struct pt_regs *) fp);
/linux-master/arch/nios2/kernel/
H A Dprocess.c152 void dump(struct pt_regs *fp) function
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c79 .dump = oops_to_nvram
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c3 * SPU core dump code
61 * internal functionality to dump them without needing to actually
138 if (spufs_coredump_read[i].dump) {
139 ret = spufs_coredump_read[i].dump(ctx, cprm);
H A Dspufs.h338 ssize_t (*dump)(struct spu_context *ctx, struct coredump_params *cprm); member in struct:spufs_coredump_reader
/linux-master/arch/powerpc/xmon/
H A Dxmon.c130 static void dump(void);
230 d dump bytes\n\
231 d1 dump 1 byte values\n\
232 d2 dump 2 byte values\n\
233 d4 dump 4 byte values\n\
234 d8 dump 8 byte values\n\
235 di dump instructions\n\
236 df dump float values\n\
237 dd dump double values\n\
238 dl dump th
2893 dump(void) function
[all...]
/linux-master/arch/s390/boot/
H A Dhead.S40 lhi %r1,2 # mode 2 = esame (dump)
239 lhi %r1,2 # mode 2 = esame (dump)
H A Dhead_kdump.S23 lhi %r1,2 # mode 2 = esame (dump)
/linux-master/arch/s390/include/uapi/asm/
H A Dkvm.h242 __u64 gaddr; /* For dump storage state */
275 struct kvm_s390_pv_info_dump dump; member in union:kvm_s390_pv_info::__anon53

Completed in 419 milliseconds

1234567891011>>