Searched refs:PT_A1 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/riscv/kernel/probes/ |
D | rethook_trampoline.S | 23 REG_S x11, PT_A1(sp) 55 REG_L x11, PT_A1(sp)
|
/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 13 #define PT_A1 8 macro
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | asm.h | 133 REG_S x11, PT_A1(sp) 163 REG_L x11, PT_A1(sp)
|
D | assembler.h | 43 REG_L a1, (SUSPEND_CONTEXT_REGS + PT_A1)(a0)
|
/linux-6.12.1/arch/riscv/kernel/ |
D | crash_save_regs.S | 24 REG_S a1, PT_A1(a0) /* x11 */
|
D | suspend_entry.S | 27 REG_S a1, (SUSPEND_CONTEXT_REGS + PT_A1)(a0)
|
D | asm-offsets.c | 109 OFFSET(PT_A1, pt_regs, a1); in asm_offsets()
|
/linux-6.12.1/arch/csky/kernel/ |
D | asm-offsets.c | 37 DEFINE(PT_A1, offsetof(struct pt_regs, a1)); in main()
|