Home
last modified time | relevance | path

Searched refs:PT_A4 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S26 REG_S x14, PT_A4(sp)
58 REG_L x14, PT_A4(sp)
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h16 #define PT_A4 11 macro
/openbmc/linux/arch/riscv/include/asm/
H A Dasm.h117 REG_S x14, PT_A4(sp)
147 REG_L x14, PT_A4(sp)
H A Dassembler.h46 REG_L a4, (SUSPEND_CONTEXT_REGS + PT_A4)(a0)
/openbmc/linux/arch/riscv/kernel/
H A Dcrash_save_regs.S27 REG_S a4, PT_A4(a0) /* x14 */
H A Dsuspend_entry.S30 REG_S a4, (SUSPEND_CONTEXT_REGS + PT_A4)(a0)
H A Dasm-offsets.c100 OFFSET(PT_A4, pt_regs, a4); in asm_offsets()