Home
last modified time | relevance | path

Searched refs:PT_A0 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S22 REG_S x10, PT_A0(sp)
54 REG_L x10, PT_A0(sp)
/linux/arch/riscv/include/asm/
H A Dasm.h133 REG_S x10, PT_A0(sp)
163 REG_L x10, PT_A0(sp)
/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h12 #define PT_A0 7 macro
/linux/arch/riscv/kernel/
H A Dcrash_save_regs.S23 REG_S a0, PT_A0(a0) /* x10 */
/linux/arch/csky/kernel/
H A Dasm-offsets.c37 DEFINE(PT_A0, offsetof(struct pt_regs, a0)); in main()