Searched refs:mfspr (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx_gpio.c190 svr = mfspr(SPR_SVR);
H A Dplatform_mpc85xx.c322 cpuref->cr_cpuid = mfspr(SPR_PIR);
528 mtspr(SPR_DBCR0, mfspr(SPR_DBCR0) | DBCR0_IDM | DBCR0_RST_SYSTEM);
/freebsd-12-stable/sys/powerpc/ps3/
H A Dplatform_ps3.c134 ps3_boot_pir = mfspr(SPR_PIR);
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl198 my $mfspr = sub {
203 " mfspr $rd,$idx";
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Ddarwin-vecsave.asm132 mfspr r11,VRsave
H A Ddarwin-world.asm154 mfspr r0,VRsave
/freebsd-12-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c148 powernv_boot_pir = mfspr(SPR_PIR);
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl83 mfspr $vrsave,256
215 mfspr $vrsave,256
265 mfspr $vrsave,256
/freebsd-12-stable/sys/powerpc/aim/
H A Disa3_hashtb.c345 mtspr(SPR_HID0, mfspr(SPR_HID0) & ~HID0_RADIX);
H A Dtrap_subr64.S781 mfspr %r1, SPR_HSRR0
783 mfspr %r1, SPR_HSRR1
H A Dmmu_oea64.c582 mtspr(SPR_HID4, mfspr(SPR_HID4) & ~HID4_970_DISABLE_LG_PG);
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl314 mfspr r7, 256 # save vrsave
546 mfspr r7, 256 # save vrsave
646 mfspr r12, 256
1396 mfspr r6, 256 # save vrsave
1474 mfspr r6, 256 # save vrsave
H A Daesp8-ppc.pl130 mfspr $vrsave,256
434 mfspr $vrsave,256
516 mfspr $vrsave,256
1275 mfspr $vrsave,256
1941 mfspr r12,256 # save vrsave
2152 mfspr r12,256 # save vrsave
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl156 mfspr $vrsave,256
H A Dkeccak1600p8-ppc.pl229 mfspr r7, 256 ; save vrsave
385 mfspr r7, 256 ; save vrsave
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl459 mfspr r12,256
994 mfspr r12,256
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S602 mfspr %r0, 256
/freebsd-12-stable/sys/powerpc/include/
H A Dspr.h37 #define mfspr(reg) \ macro
39 __asm __volatile("mfspr %0,%1" : "=r"(val) : "K"(reg)); \
73 mfspr %1,%2; \
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c1043 td->td_pcb->pcb_dscr = mfspr(SPR_DSCR);
1084 } else if ((instr & XFX) == 0x7c0002a6) { /* mfspr */

Completed in 305 milliseconds

12