Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/probes/
H A Drethook_trampoline.S28 REG_S x16, PT_A6(sp)
60 REG_L x16, PT_A6(sp)
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h18 #define PT_A6 13 macro
/openbmc/linux/arch/riscv/include/asm/
H A Dasm.h119 REG_S x16, PT_A6(sp)
149 REG_L x16, PT_A6(sp)
H A Dassembler.h48 REG_L a6, (SUSPEND_CONTEXT_REGS + PT_A6)(a0)
/openbmc/linux/arch/riscv/kernel/
H A Dcrash_save_regs.S29 REG_S a6, PT_A6(a0) /* x16 */
H A Dsuspend_entry.S32 REG_S a6, (SUSPEND_CONTEXT_REGS + PT_A6)(a0)
H A Dasm-offsets.c102 OFFSET(PT_A6, pt_regs, a6); in asm_offsets()