Lines Matching refs:pt_regs
56 { "ax", 4, offsetof(struct pt_regs, ax) },
57 { "cx", 4, offsetof(struct pt_regs, cx) },
58 { "dx", 4, offsetof(struct pt_regs, dx) },
59 { "bx", 4, offsetof(struct pt_regs, bx) },
60 { "sp", 4, offsetof(struct pt_regs, sp) },
61 { "bp", 4, offsetof(struct pt_regs, bp) },
62 { "si", 4, offsetof(struct pt_regs, si) },
63 { "di", 4, offsetof(struct pt_regs, di) },
64 { "ip", 4, offsetof(struct pt_regs, ip) },
65 { "flags", 4, offsetof(struct pt_regs, flags) },
66 { "cs", 4, offsetof(struct pt_regs, cs) },
67 { "ss", 4, offsetof(struct pt_regs, ss) },
68 { "ds", 4, offsetof(struct pt_regs, ds) },
69 { "es", 4, offsetof(struct pt_regs, es) },
71 { "ax", 8, offsetof(struct pt_regs, ax) },
72 { "bx", 8, offsetof(struct pt_regs, bx) },
73 { "cx", 8, offsetof(struct pt_regs, cx) },
74 { "dx", 8, offsetof(struct pt_regs, dx) },
75 { "si", 8, offsetof(struct pt_regs, si) },
76 { "di", 8, offsetof(struct pt_regs, di) },
77 { "bp", 8, offsetof(struct pt_regs, bp) },
78 { "sp", 8, offsetof(struct pt_regs, sp) },
79 { "r8", 8, offsetof(struct pt_regs, r8) },
80 { "r9", 8, offsetof(struct pt_regs, r9) },
81 { "r10", 8, offsetof(struct pt_regs, r10) },
82 { "r11", 8, offsetof(struct pt_regs, r11) },
83 { "r12", 8, offsetof(struct pt_regs, r12) },
84 { "r13", 8, offsetof(struct pt_regs, r13) },
85 { "r14", 8, offsetof(struct pt_regs, r14) },
86 { "r15", 8, offsetof(struct pt_regs, r15) },
87 { "ip", 8, offsetof(struct pt_regs, ip) },
88 { "flags", 4, offsetof(struct pt_regs, flags) },
89 { "cs", 4, offsetof(struct pt_regs, cs) },
90 { "ss", 4, offsetof(struct pt_regs, ss) },
98 int dbg_set_reg(int regno, void *mem, struct pt_regs *regs) in dbg_set_reg()
113 char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs) in dbg_get_reg()
397 static void kgdb_disable_hw_debug(struct pt_regs *regs) in kgdb_disable_hw_debug()
462 struct pt_regs *linux_regs) in kgdb_arch_handle_exception()
495 single_step_cont(struct pt_regs *regs, struct die_args *args) in single_step_cont()
516 static int kgdb_nmi_handler(unsigned int cmd, struct pt_regs *regs) in kgdb_nmi_handler()
544 struct pt_regs *regs = args->regs; in __kgdb_notify()
572 struct pt_regs *regs, long err, int trap, int sig) in kgdb_ll_trap()
642 struct perf_sample_data *data, struct pt_regs *regs) in kgdb_hw_overflow_handler()
724 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception()
733 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc()
740 void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long ip) in kgdb_arch_set_pc()