Searched defs:REG_OFFSET_NAME (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/sh/include/asm/ |
H A D | ptrace.h | 55 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/arc/kernel/ |
H A D | ptrace.c | 20 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | ptrace.c | 196 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/csky/kernel/ |
H A D | ptrace.c | 203 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 668 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/arm/kernel/ |
H A D | ptrace.c | 64 #define REG_OFFSET_NAME(r) \ macro
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-view.c | 16 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ptrace_64.c | 54 #define REG_OFFSET_NAME(n, r) \ macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | ptrace.c | 853 #define REG_OFFSET_NAME(reg, r) { \ macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 82 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 782 #define REG_OFFSET_NAME(n, r) {.name = #n, .offset = offsetof(struct pt_regs, r)} macro
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 51 #define REG_OFFSET_NAME(r) {.name = #r, .offset = offsetof(struct pt_regs, r)} macro
|