Searched refs:PT_A2 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/riscv/kernel/probes/ |
D | rethook_trampoline.S | 24 REG_S x12, PT_A2(sp) 56 REG_L x12, PT_A2(sp)
|
/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 14 #define PT_A2 9 macro
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | asm.h | 134 REG_S x12, PT_A2(sp) 164 REG_L x12, PT_A2(sp)
|
D | assembler.h | 44 REG_L a2, (SUSPEND_CONTEXT_REGS + PT_A2)(a0)
|
/linux-6.12.1/arch/riscv/kernel/ |
D | crash_save_regs.S | 25 REG_S a2, PT_A2(a0) /* x12 */
|
D | suspend_entry.S | 28 REG_S a2, (SUSPEND_CONTEXT_REGS + PT_A2)(a0)
|
D | asm-offsets.c | 110 OFFSET(PT_A2, pt_regs, a2); in asm_offsets()
|
/linux-6.12.1/arch/csky/kernel/ |
D | asm-offsets.c | 38 DEFINE(PT_A2, offsetof(struct pt_regs, a2)); in main()
|