Home
last modified time | relevance | path

Searched refs:SRR1 (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dstart.S80 mtspr SRR1, r3 /* Make SRR1 match MSR */
187 EXCEPTION_PROLOG(SRR0, SRR1)
198 EXCEPTION_PROLOG(SRR0, SRR1)
273 mtspr SRR1,r20
301 mtspr SRR1,r0
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dstart.S87 EXCEPTION_PROLOG(SRR0, SRR1)
98 EXCEPTION_PROLOG(SRR0, SRR1)
351 mtspr SRR1, r3
482 mtspr SRR1, r3
509 mtspr SRR1,r20
537 mtspr SRR1,r0
/OK3568_Linux_fs/u-boot/include/
H A Dppc_asm.tmpl195 * r21, r22 (SRR0), and r23 (SRR1).
227 EXCEPTION_PROLOG(SRR0, SRR1); \
266 EXCEPTION_PROLOG(SRR0, SRR1); \
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S116 mtspr SRR1, r3
329 EXCEPTION_PROLOG(SRR0, SRR1)
340 EXCEPTION_PROLOG(SRR0, SRR1)
445 mtspr SRR1,r20
473 mtspr SRR1,r0
499 mtspr SRR1, r3 /* Make SRR1 match MSR */
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_32.h35 stw r11, SRR1(r10)
103 lwz r9, SRR1(r12)
H A Dhead_book3s_32.S319 stw r11, SRR1(r10)
354 stw r11, SRR1(r10)
749 lwz r9, SRR1(r10)
H A Dentry_32.S1186 RESTORE_xSRR(SRR0,SRR1);
1196 RESTORE_xSRR(SRR0,SRR1);
1207 RESTORE_xSRR(SRR0,SRR1);
H A Dexceptions-64e.S94 SPECIAL_EXC_STORE(r10,SRR1)
171 SPECIAL_EXC_LOAD(r10,SRR1)
H A Dasm-offsets.c135 OFFSET(SRR1, thread_struct, srr1); in main()
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dtransactional_memory.rst269 if (MSR 29:31 ¬ = 0b010 | SRR1 29:31 ¬ = 0b000) then
270 MSR 29:31 <- SRR1 29:31
H A Dultravisor.rst992 address of the instruction after the ``UV_ESM`` ultracall and ``SRR1``
1002 MSR values set to the value in ``SRR1``.
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1259 EXCEPTION_PROLOG(SRR0, SRR1)
1270 EXCEPTION_PROLOG(SRR0, SRR1)
1338 mtspr SRR1,r0
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h676 #define SRR1 SPRN_SRR1 /* Save and Restore Register 1 */ macro