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)
56 REG_L x12, PT_A2(sp)
/linux/arch/riscv/include/asm/
H A Dasm.h135 REG_S x12, PT_A2(sp)
165 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.S28 REG_S a2, (SUSPEND_CONTEXT_REGS + PT_A2)(a0)
/linux/arch/csky/kernel/
H A Dasm-offsets.c39 DEFINE(PT_A2, offsetof(struct pt_regs, a2)); in main()