Home
last modified time | relevance | path

Searched refs:PT_LO (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/c6x/include/uapi/asm/
Dptrace.h18 #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(15, 14)
[all …]
/Linux-v5.4/arch/mips/include/asm/
Dstackframe.h61 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)
/Linux-v5.4/arch/mips/kernel/
Dasm-offsets.c61 OFFSET(PT_LO, pt_regs, lo); in output_ptreg_defines()