Searched refs:PT_A1 (Results 1 – 7 of 7) sorted by relevance
/linux/arch/riscv/kernel/ |
A D | entry.S | 54 REG_S x11, PT_A1(sp) 182 REG_L a1, PT_A1(sp) 312 REG_L x11, PT_A1(sp) 373 REG_L a1, PT_A1(sp) 399 REG_S x11, PT_A1(sp) 423 REG_L x11, PT_A1(sp) 448 REG_S x11, PT_A1(sp)
|
A D | mcount-dyn.S | 79 REG_S x11, PT_A1(sp) 117 REG_L x11, PT_A1(sp)
|
A D | crash_save_regs.S | 24 REG_S a1, PT_A1(a0) /* x11 */
|
A D | asm-offsets.c | 95 OFFSET(PT_A1, pt_regs, a1); in asm_offsets()
|
/linux/arch/riscv/kernel/probes/ |
A D | kprobes_trampoline.S | 23 REG_S x11, PT_A1(sp) 55 REG_L x11, PT_A1(sp)
|
/linux/arch/m68k/include/uapi/asm/ |
A D | ptrace.h | 13 #define PT_A1 8 macro
|
/linux/arch/csky/kernel/ |
A D | asm-offsets.c | 38 DEFINE(PT_A1, offsetof(struct pt_regs, a1)); in main()
|
Completed in 10 milliseconds