Searched refs:RESTORE_REG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/ia64/kernel/ |
H A D | head.S | 45 #define RESTORE_REG(reg, ptr, _tmp) \ macro 60 _lbl: RESTORE_REG(_breg[_idx], ptr, _tmp);; \ 1103 RESTORE_REG(b0, r25, r17);; 1104 RESTORE_REG(b1, r25, r17);; 1105 RESTORE_REG(b2, r25, r17);; 1106 RESTORE_REG(b3, r25, r17);; 1107 RESTORE_REG(b4, r25, r17);; 1108 RESTORE_REG(b5, r25, r17);; 1112 RESTORE_REG(ar.fpsr, r25, r17);; 1113 RESTORE_REG(ar.pfs, r25, r17);; [all …]
|