Searched refs:PT_LO (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/include/uapi/asm/ |
H A D | ptrace.h | 18 #define PT_LO(odd, even) odd macro 21 #define PT_LO(odd, even) even macro 25 #define PT_A4_ORG PT_LO(1, 0) 27 #define PT_ILC PT_LO(3, 2) 29 #define PT_CSR PT_LO(5, 4) 31 #define PT_B16 PT_LO(7, 6) 33 #define PT_B18 PT_LO(9, 8) 35 #define PT_B20 PT_LO(11, 10) 37 #define PT_B22 PT_LO(13, 12) 39 #define PT_B24 PT_LO(1 [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | stackframe.h | 61 LONG_S v1, PT_LO(sp) 85 LONG_S v1, PT_LO(sp) 315 LONG_L $24, PT_LO(sp) 318 LONG_L $24, PT_LO(sp)
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | stackframe.h | 61 LONG_S v1, PT_LO(sp) 85 LONG_S v1, PT_LO(sp) 315 LONG_L $24, PT_LO(sp) 318 LONG_L $24, PT_LO(sp)
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | asm-offsets.c | 61 OFFSET(PT_LO, pt_regs, lo); in output_ptreg_defines()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | asm-offsets.c | 62 OFFSET(PT_LO, pt_regs, lo); in output_ptreg_defines()
|
Completed in 3 milliseconds