Searched refs:uregs (Results 1 - 7 of 7) sorted by relevance
/third_party/libbpf/src/ |
H A D | usdt.c | 1520 { "r0", offsetof(struct pt_regs, uregs[0]) }, in calc_pt_regs_off() 1521 { "r1", offsetof(struct pt_regs, uregs[1]) }, in calc_pt_regs_off() 1522 { "r2", offsetof(struct pt_regs, uregs[2]) }, in calc_pt_regs_off() 1523 { "r3", offsetof(struct pt_regs, uregs[3]) }, in calc_pt_regs_off() 1524 { "r4", offsetof(struct pt_regs, uregs[4]) }, in calc_pt_regs_off() 1525 { "r5", offsetof(struct pt_regs, uregs[5]) }, in calc_pt_regs_off() 1526 { "r6", offsetof(struct pt_regs, uregs[6]) }, in calc_pt_regs_off() 1527 { "r7", offsetof(struct pt_regs, uregs[7]) }, in calc_pt_regs_off() 1528 { "r8", offsetof(struct pt_regs, uregs[8]) }, in calc_pt_regs_off() 1529 { "r9", offsetof(struct pt_regs, uregs[ in calc_pt_regs_off() [all...] |
H A D | bpf_tracing.h | 198 #define __PT_PARM1_REG uregs[0] 199 #define __PT_PARM2_REG uregs[1] 200 #define __PT_PARM3_REG uregs[2] 201 #define __PT_PARM4_REG uregs[3] 207 #define __PT_PARM5_SYSCALL_REG uregs[4] 208 #define __PT_PARM6_SYSCALL_REG uregs[5] 209 #define __PT_PARM7_SYSCALL_REG uregs[6] 211 #define __PT_RET_REG uregs[14] 212 #define __PT_FP_REG uregs[11] /* Works only with CONFIG_FRAME_POINTER */ 213 #define __PT_RC_REG uregs[ [all...] |
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | user.h | 18 unsigned long uregs[18]; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | user.h | 18 unsigned long uregs[18]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | user.h | 18 unsigned long uregs[18]; member
|
/third_party/musl/arch/arm/bits/ |
H A D | user.h | 18 unsigned long uregs[18]; member
|
/third_party/elfutils/backends/ |
H A D | arm_initreg.c | 70 dwarf_regs[i] = user_regs.uregs[i]; in arm_set_initial_registers_tid()
|
Completed in 5 milliseconds