Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S25 REG_S x13, PT_A3(sp)
57 REG_L x13, PT_A3(sp)
/linux/arch/riscv/include/asm/
H A Dasm.h136 REG_S x13, PT_A3(sp)
166 REG_L x13, PT_A3(sp)
/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h15 #define PT_A3 10 macro
/linux/arch/riscv/kernel/
H A Dcrash_save_regs.S26 REG_S a3, PT_A3(a0) /* x13 */
H A Dsuspend_entry.S29 REG_S a3, (SUSPEND_CONTEXT_REGS + PT_A3)(a0)
/linux/arch/csky/kernel/
H A Dasm-offsets.c40 DEFINE(PT_A3, offsetof(struct pt_regs, a3)); in main()