Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S23 REG_S x11, PT_A1(sp)
55 REG_L x11, PT_A1(sp)
/linux/arch/riscv/include/asm/
H A Dasm.h134 REG_S x11, PT_A1(sp)
164 REG_L x11, PT_A1(sp)
/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h13 #define PT_A1 8 macro
/linux/arch/riscv/kernel/
H A Dcrash_save_regs.S24 REG_S a1, PT_A1(a0) /* x11 */
H A Dsuspend_entry.S27 REG_S a1, (SUSPEND_CONTEXT_REGS + PT_A1)(a0)
/linux/arch/csky/kernel/
H A Dasm-offsets.c38 DEFINE(PT_A1, offsetof(struct pt_regs, a1)); in main()