Searched refs:pt_regs_offset (Results 1 - 8 of 8) sorted by relevance

/arch/sh/kernel/
H A Dptrace.c12 const struct pt_regs_offset *roff;
28 const struct pt_regs_offset *roff;
H A Dptrace_32.c279 const struct pt_regs_offset regoffset_table[] = {
H A Dptrace_64.c255 const struct pt_regs_offset regoffset_table[] = {
/arch/x86/kernel/
H A Dperf_regs.c18 static unsigned int pt_regs_offset[PERF_REG_X86_MAX] = { variable
60 if (WARN_ON_ONCE(idx >= ARRAY_SIZE(pt_regs_offset)))
63 return regs_get_register(regs, pt_regs_offset[idx]);
H A Dptrace.c56 struct pt_regs_offset { struct
64 static const struct pt_regs_offset regoffset_table[] = {
106 const struct pt_regs_offset *roff;
122 const struct pt_regs_offset *roff;
/arch/sh/include/asm/
H A Dptrace.h26 struct pt_regs_offset { struct
42 extern const struct pt_regs_offset regoffset_table[];
/arch/arm/kernel/
H A Dptrace.c62 struct pt_regs_offset { struct
71 static const struct pt_regs_offset regoffset_table[] = {
102 const struct pt_regs_offset *roff;
118 const struct pt_regs_offset *roff;
/arch/powerpc/kernel/
H A Dptrace.c55 struct pt_regs_offset { struct
66 static const struct pt_regs_offset regoffset_table[] = {
125 const struct pt_regs_offset *roff;
141 const struct pt_regs_offset *roff;

Completed in 178 milliseconds