Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S27 REG_S x15, PT_A5(sp)
59 REG_L x15, PT_A5(sp)
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h17 #define PT_A5 12 macro
/openbmc/linux/arch/riscv/include/asm/
H A Dasm.h118 REG_S x15, PT_A5(sp)
148 REG_L x15, PT_A5(sp)
H A Dassembler.h47 REG_L a5, (SUSPEND_CONTEXT_REGS + PT_A5)(a0)
/openbmc/linux/arch/riscv/kernel/
H A Dcrash_save_regs.S28 REG_S a5, PT_A5(a0) /* x15 */
H A Dsuspend_entry.S31 REG_S a5, (SUSPEND_CONTEXT_REGS + PT_A5)(a0)
H A Dasm-offsets.c103 OFFSET(PT_A5, pt_regs, a5); in asm_offsets()