Home
last modified time | relevance | path

Searched refs:REST_GPR (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S66 #define REST_GPR(n) ld n,GPR_SAVE(n)(r1) macro
332 REST_GPR(0)
333 REST_GPR(2)
334 REST_GPR(3)
335 REST_GPR(4)
336 REST_GPR(5)
337 REST_GPR(6)
338 REST_GPR(7)
339 REST_GPR(8)
340 REST_GPR(9)
[all …]
/linux-4.4.14/arch/powerpc/boot/
Dcrt0.S234 #define REST_GPR(n, base) ld n,8*(n)(base) macro
239 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
289 REST_GPR(2, r1)
290 REST_GPR(13, r1)
/linux-4.4.14/arch/powerpc/kernel/
Dtm.S405 REST_GPR(0, r7) /* GPR0 */
407 REST_GPR(4, r7) /* GPR4 */
442 REST_GPR(1, r7) /* GPR1 */
443 REST_GPR(5, r7) /* GPR5-7 */
444 REST_GPR(6, r7)
Dentry_64.S116 REST_GPR(0,r1)
889 REST_GPR(13, r1)
1113 REST_GPR(2, r1) /* Restore the TOC */
1114 REST_GPR(13, r1) /* Restore paca */
1193 REST_GPR(2, r1)
1194 REST_GPR(13, r1)
Didle_power7.S465 REST_GPR(2, r1)
493 REST_GPR(2, r1)
Dexceptions-64s.S1307 REST_GPR(0, r1)
1309 REST_GPR(10, r1)
1312 REST_GPR(11, r1)
1345 REST_GPR(0, r1); \
1347 REST_GPR(10, r1); \
1354 REST_GPR(11, r1); \
Dentry_32.S684 REST_GPR(1, r11)
688 REST_GPR(10, r11)
691 REST_GPR(9, r11)
692 REST_GPR(12, r11)
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_interrupts.S102 REST_GPR(4, r1)
250 REST_GPR(4, r1)
/linux-4.4.14/arch/powerpc/include/asm/
Dppc_asm.h79 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) macro
84 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) macro
87 #define REST_NVGPRS(base) REST_GPR(13, base); REST_8GPRS(14, base); \
95 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
/linux-4.4.14/arch/powerpc/crypto/
Dmd5-asm.S52 REST_GPR(26, r1); \