Searched refs:P8 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ ! |
D | unwind_decoder.c | 312 case 1: UNW_DEC_REG_SPREL(P8, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 313 case 2: UNW_DEC_REG_SPREL(P8, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 314 case 3: UNW_DEC_REG_SPREL(P8, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() 315 case 4: UNW_DEC_REG_SPREL(P8, UNW_REG_LC, t, arg); break; in unw_decode_p7_p10() 316 case 5: UNW_DEC_REG_SPREL(P8, UNW_REG_UNAT, t, arg); break; in unw_decode_p7_p10() 317 case 6: UNW_DEC_REG_SPREL(P8, UNW_REG_FPSR, t, arg); break; in unw_decode_p7_p10() 318 case 7: UNW_DEC_REG_WHEN(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10() 319 case 8: UNW_DEC_REG_PSPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10() 320 case 9: UNW_DEC_REG_SPREL(P8, UNW_REG_BSP, t, arg); break; in unw_decode_p7_p10() 321 case 10: UNW_DEC_REG_WHEN(P8, UNW_REG_BSPSTORE, t, arg); break; in unw_decode_p7_p10() [all …]
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ ! |
D | kgdb.c | 388 P8, IBR, IRP, SRP, enumerator 566 else if (regno == P0 || regno == VR || regno == P4 || regno == P8) { in write_register() 651 + (regno-P8) * sizeof(unsigned int)); in read_register()
|