Home
last modified time | relevance | path

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

/linux-4.4.14/arch/c6x/include/uapi/asm/
Dptrace.h17 #define PT_LO(odd, even) odd macro
20 #define PT_LO(odd, even) even macro
24 #define PT_A4_ORG PT_LO(1, 0)
26 #define PT_ILC PT_LO(3, 2)
28 #define PT_CSR PT_LO(5, 4)
30 #define PT_B16 PT_LO(7, 6)
32 #define PT_B18 PT_LO(9, 8)
34 #define PT_B20 PT_LO(11, 10)
36 #define PT_B22 PT_LO(13, 12)
38 #define PT_B24 PT_LO(15, 14)
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dstackframe.h38 LONG_S v1, PT_LO(sp)
62 LONG_S v1, PT_LO(sp)
252 LONG_L $24, PT_LO(sp)
255 LONG_L $24, PT_LO(sp)
/linux-4.4.14/arch/mips/kvm/
Dlocore.S99 LONG_S v0, PT_LO(k1)
604 LONG_L k0, PT_LO(k1)
/linux-4.4.14/arch/mips/kernel/
Dasm-offsets.c59 OFFSET(PT_LO, pt_regs, lo); in output_ptreg_defines()