Home
last modified time | relevance | path

Searched refs:PT_A3 (Results 1 – 8 of 8) 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)
H A Dassembler.h45 REG_L a3, (SUSPEND_CONTEXT_REGS + PT_A3)(a0)
/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)
H A Dasm-offsets.c116 OFFSET(PT_A3, pt_regs, a3); in asm_offsets()
/linux/arch/csky/kernel/ !
H A Dasm-offsets.c40 DEFINE(PT_A3, offsetof(struct pt_regs, a3)); in main()