Home
last modified time | relevance | path

Searched refs:PT_A2 (Results 1 – 6 of 6) sorted by relevance

/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S24 REG_S x12, PT_A2(sp)
59 REG_L x12, PT_A2(sp)
/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h14 #define PT_A2 9 macro
/linux/arch/riscv/kernel/
H A Dcrash_save_regs.S25 REG_S a2, PT_A2(a0) /* x12 */
H A Dsuspend_entry.S27 REG_S a2, (SUSPEND_CONTEXT_REGS + PT_A2)(a0)
H A Dasm-offsets.c115 OFFSET(PT_A2, pt_regs, a2); in asm_offsets()
/linux/arch/csky/kernel/
H A Dasm-offsets.c39 DEFINE(PT_A2, offsetof(struct pt_regs, a2)); in main()