Searched refs:REST_GPR (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | entry_64.S | 110 REST_GPR(0,r1) 120 REST_GPR(0,r1) 153 REST_GPR(0,r1) 637 REST_GPR(13, r1) 867 REST_GPR(2, r1) /* Restore the TOC */ 868 REST_GPR(13, r1) /* Restore paca */ 945 REST_GPR(2, r1) 946 REST_GPR(13, r1)
|
D | head_fsl_booke.S | 687 REST_GPR(1, r11) 691 REST_GPR(10, r11) 694 REST_GPR(9, r11) 695 REST_GPR(12, r11)
|
D | entry_32.S | 725 REST_GPR(1, r11) 729 REST_GPR(10, r11) 732 REST_GPR(9, r11) 733 REST_GPR(12, r11)
|
D | exceptions-64s.S | 715 REST_GPR(0, r1)
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | ppc_asm.h | 79 #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-2.6.39/arch/powerpc/kvm/ |
D | book3s_interrupts.S | 317 REST_GPR(4, r1)
|