Searched refs:PT_A1 (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/arch/riscv/kernel/ |
D | entry.S | 54 REG_S x11, PT_A1(sp) 182 REG_L a1, PT_A1(sp) 330 REG_L x11, PT_A1(sp) 391 REG_L a1, PT_A1(sp) 417 REG_S x11, PT_A1(sp) 441 REG_L x11, PT_A1(sp) 466 REG_S x11, PT_A1(sp)
|
D | suspend_entry.S | 25 REG_S a1, (SUSPEND_CONTEXT_REGS + PT_A1)(a0) 102 REG_L a1, (SUSPEND_CONTEXT_REGS + PT_A1)(a0)
|
D | mcount-dyn.S | 79 REG_S x11, PT_A1(sp) 117 REG_L x11, PT_A1(sp)
|
D | crash_save_regs.S | 24 REG_S a1, PT_A1(a0) /* x11 */
|
D | asm-offsets.c | 97 OFFSET(PT_A1, pt_regs, a1); in asm_offsets()
|
/linux-5.19.10/arch/riscv/kernel/probes/ |
D | kprobes_trampoline.S | 23 REG_S x11, PT_A1(sp) 55 REG_L x11, PT_A1(sp)
|
/linux-5.19.10/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 13 #define PT_A1 8 macro
|
/linux-5.19.10/arch/csky/kernel/ |
D | asm-offsets.c | 37 DEFINE(PT_A1, offsetof(struct pt_regs, a1)); in main()
|