dump               25 arch/x86/include/asm/a.out-core.h static inline void aout_dump_thread(struct pt_regs *regs, struct user *dump)
dump               28 arch/x86/include/asm/a.out-core.h 	dump->magic = CMAGIC;
dump               29 arch/x86/include/asm/a.out-core.h 	dump->start_code = 0;
dump               30 arch/x86/include/asm/a.out-core.h 	dump->start_stack = regs->sp & ~(PAGE_SIZE - 1);
dump               31 arch/x86/include/asm/a.out-core.h 	dump->u_tsize = ((unsigned long)current->mm->end_code) >> PAGE_SHIFT;
dump               32 arch/x86/include/asm/a.out-core.h 	dump->u_dsize = ((unsigned long)(current->mm->brk + (PAGE_SIZE - 1)))
dump               34 arch/x86/include/asm/a.out-core.h 	dump->u_dsize -= dump->u_tsize;
dump               35 arch/x86/include/asm/a.out-core.h 	dump->u_ssize = 0;
dump               36 arch/x86/include/asm/a.out-core.h 	aout_dump_debugregs(dump);
dump               38 arch/x86/include/asm/a.out-core.h 	if (dump->start_stack < TASK_SIZE)
dump               39 arch/x86/include/asm/a.out-core.h 		dump->u_ssize = ((unsigned long)(TASK_SIZE - dump->start_stack))
dump               42 arch/x86/include/asm/a.out-core.h 	dump->regs.bx = regs->bx;
dump               43 arch/x86/include/asm/a.out-core.h 	dump->regs.cx = regs->cx;
dump               44 arch/x86/include/asm/a.out-core.h 	dump->regs.dx = regs->dx;
dump               45 arch/x86/include/asm/a.out-core.h 	dump->regs.si = regs->si;
dump               46 arch/x86/include/asm/a.out-core.h 	dump->regs.di = regs->di;
dump               47 arch/x86/include/asm/a.out-core.h 	dump->regs.bp = regs->bp;
dump               48 arch/x86/include/asm/a.out-core.h 	dump->regs.ax = regs->ax;
dump               49 arch/x86/include/asm/a.out-core.h 	dump->regs.ds = (u16)regs->ds;
dump               50 arch/x86/include/asm/a.out-core.h 	dump->regs.es = (u16)regs->es;
dump               51 arch/x86/include/asm/a.out-core.h 	dump->regs.fs = (u16)regs->fs;
dump               52 arch/x86/include/asm/a.out-core.h 	dump->regs.gs = get_user_gs(regs);
dump               53 arch/x86/include/asm/a.out-core.h 	dump->regs.orig_ax = regs->orig_ax;
dump               54 arch/x86/include/asm/a.out-core.h 	dump->regs.ip = regs->ip;
dump               55 arch/x86/include/asm/a.out-core.h 	dump->regs.cs = (u16)regs->cs;
dump               56 arch/x86/include/asm/a.out-core.h 	dump->regs.flags = regs->flags;
dump               57 arch/x86/include/asm/a.out-core.h 	dump->regs.sp = regs->sp;
dump               58 arch/x86/include/asm/a.out-core.h 	dump->regs.ss = (u16)regs->ss;
dump               60 arch/x86/include/asm/a.out-core.h 	dump->u_fpvalid = dump_fpu(regs, &dump->i387);
dump               92 arch/x86/include/asm/debugreg.h extern void aout_dump_debugregs(struct user *dump);
dump              110 include/linux/cb710.h void cb710_dump_regs(struct cb710_chip *chip, unsigned dump);
dump               14 include/linux/inet_diag.h 	void			(*dump)(struct sk_buff *skb,
dump               43 include/linux/kmsg_dump.h 	void (*dump)(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason);
dump             1008 include/linux/mfd/cros_ec_commands.h 		} dump, off, on, init, get_seq, get_params, version;
dump             1034 include/linux/mfd/cros_ec_commands.h 		} dump;
dump             1279 include/linux/mfd/cros_ec_commands.h 		} dump;
dump             1327 include/linux/mfd/cros_ec_commands.h 		} dump;
dump              123 include/linux/netlink.h 	int			(*dump)(struct sk_buff * skb,
dump              145 include/linux/netlink.h 	int (*dump)(struct sk_buff *skb, struct netlink_callback *);
dump               13 include/linux/sock_diag.h 	int (*dump)(struct sk_buff *skb, struct nlmsghdr *nlh);
dump               91 include/net/act_api.h 	int     (*dump)(struct sk_buff *, struct tc_action *, int, int);
dump               89 include/net/dn_fib.h 	int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb);
dump              347 include/net/netfilter/nf_tables.h 	int				(*dump)(struct sk_buff *skb,
dump              238 include/net/pkt_cls.h 	int			(*dump)(struct sk_buff *, struct tcf_ematch *);
dump              173 include/net/sch_generic.h 	int			(*dump)(struct Qdisc *, unsigned long,
dump              196 include/net/sch_generic.h 	int			(*dump)(struct Qdisc *, struct sk_buff *);
dump              228 include/net/sch_generic.h 	int			(*dump)(struct net*, struct tcf_proto*, unsigned long,
dump                9 include/rdma/rdma_netlink.h 	int (*dump)(struct sk_buff *skb, struct netlink_callback *nlcb);