| /freebsd/sys/powerpc/powerpc/ |
| H A D | fpu.c | 59 mtmsr(msr | PSL_FP | PSL_VSX); in save_fpu_int() 61 mtmsr(msr | PSL_FP); in save_fpu_int() 108 mtmsr(msr); in save_fpu_int() 150 mtmsr(msr | PSL_FP | PSL_VSX); in enable_fpu() 152 mtmsr(msr | PSL_FP); in enable_fpu() 200 mtmsr(msr); in enable_fpu() 241 mtmsr(msr | PSL_FP); in cleanup_fpscr() 245 mtmsr(msr); in cleanup_fpscr() 261 mtmsr(msr | PSL_FP); in get_fpu_exception() 266 mtmsr(msr); in get_fpu_exception() [all …]
|
| H A D | altivec.c | 57 mtmsr(msr | PSL_VEC); in save_vec_int() 80 mtmsr(msr); in save_vec_int() 119 mtmsr(msr | PSL_VEC); in enable_vec() 142 mtmsr(msr); in enable_vec() 177 mtmsr(mfmsr() | PSL_VEC); in enable_vec_kern() 193 mtmsr(msr); in disable_vec()
|
| H A D | cpu.c | 388 mtmsr(msr & ~PSL_EE); in cpu_est_clockrate() 408 mtmsr(msr); in cpu_est_clockrate() 426 mtmsr(msr); in cpu_est_clockrate() 786 mtmsr(msr | PSL_POW); in cpu_idle_60x() 813 mtmsr(msr | PSL_WE); in cpu_idle_booke()
|
| H A D | autoconf.c | 89 mtmsr(mfmsr() | PSL_EE); in configure_final()
|
| H A D | interrupt.c | 136 mtmsr(mfmsr() | ee); in powerpc_interrupt()
|
| H A D | trap.c | 942 mtmsr(msr | PSL_VSX); in normalize_inputs() 950 mtmsr(msr); in normalize_inputs()
|
| /freebsd/sys/powerpc/cpufreq/ |
| H A D | pcr.c | 113 mtmsr(msr & ~PSL_EE); isync(); in write_scom() 126 mtmsr(msr); isync(); in write_scom() 136 mtmsr(msr & ~PSL_EE); isync(); in read_scom() 146 mtmsr(msr); isync(); in read_scom() 281 mtmsr(msr & ~PSL_EE); isync(); in pcr_set() 299 mtmsr(msr); isync(); in pcr_set()
|
| /freebsd/sys/powerpc/ofw/ |
| H A D | ofwcall32.S | 85 mtmsr %r5 114 mtmsr %r6 152 mtmsr %r6 169 mtmsr %r6
|
| /freebsd/stand/uboot/arch/powerpc/ |
| H A D | start.S | 47 mtmsr %r11 67 mtmsr %r11 77 mtmsr %r11
|
| /freebsd/sys/powerpc/aim/ |
| H A D | aim_machdep.c | 184 mtmsr(mfmsr() & ~(PSL_IR | PSL_DR)); in aim_early_init() 306 mtmsr((msr & ~(PSL_IR | PSL_DR)) | PSL_RI); in aim_cpu_init() 466 mtmsr(msr); in aim_cpu_init() 656 mtmsr(msr & ~(PSL_EE | PSL_DR)); in flush_disable_caches() 744 mtmsr(msr); in flush_disable_caches() 792 mtmsr(msr); in mpc745x_sleep() 806 mtmsr(saved_msr); in mpc745x_sleep()
|
| H A D | trap_subr32.S | 102 mtmsr %r30; /* stack can now be accessed */ \ 165 mtmsr %r2; \ 219 mtmsr %r2; \ 451 mtmsr %r0 /* flip back to the native gprs */ 587 mtmsr %r0 /* flip back to the native gprs */ 795 mtmsr %r3 809 mtmsr %r3 837 mtmsr %r3 /* disable interrupts */
|
| H A D | trap_subr64.S | 145 mtmsr %r30; /* stack can now be accessed */ \ 208 mtmsr %r2; \ 261 mtmsr %r3; \ 421 mtmsr %r3 865 mtmsr %r3 878 mtmsr %r3 900 mtmsr %r3 /* disable interrupts */
|
| H A D | moea64_native.c | 245 #define DISABLE_TRANS(msr) msr = mfmsr(); mtmsr(msr & ~PSL_DR) 246 #define ENABLE_TRANS(msr) mtmsr(msr) 515 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR); in moea64_cpu_bootstrap_native()
|
| H A D | locore64.S | 229 mtmsr %r14
|
| H A D | mp_cpudep.c | 125 mtmsr(msr); in cpudep_ap_bootstrap()
|
| /freebsd/sys/powerpc/include/ |
| H A D | cpufunc.h | 55 mtmsr(register_t value) in mtmsr() function 238 mtmsr(msr & ~PSL_EE); in intr_disable() 246 mtmsr(msr); in intr_restore()
|
| /freebsd/sys/cddl/dev/dtrace/powerpc/ |
| H A D | dtrace_asm.S | 75 mtmsr %r0 83 mtmsr %r3
|
| /freebsd/sys/powerpc/booke/ |
| H A D | mp_cpudep.c | 75 mtmsr(msr); in cpudep_ap_bootstrap()
|
| H A D | booke_machdep.c | 416 mtmsr(mfmsr() & ~(PSL_CE | PSL_EE | PSL_ME | PSL_DE)); in cpu_halt()
|
| /freebsd/sys/powerpc/pseries/ |
| H A D | platform_chrp.c | 588 mtmsr(msr & ~PSL_EE); in phyp_cpu_idle() 590 mtmsr(msr); in phyp_cpu_idle() 595 mtmsr(msr); in phyp_cpu_idle()
|
| /freebsd/sys/powerpc/powernv/ |
| H A D | platform_powernv.c | 167 mtmsr(msr & ~(PSL_DR | PSL_IR)); in powernv_attach() 188 mtmsr(msr); in powernv_attach()
|
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | platform_mpc85xx.c | 536 mtmsr(mfmsr() & ~PSL_DE); in mpc85xx_reset() 543 mtmsr(mfmsr() | PSL_DE); in mpc85xx_reset()
|
| /freebsd/sys/powerpc/ps3/ |
| H A D | mmu_ps3.c | 131 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR); in mps3_cpu_bootstrap()
|
| /freebsd/sys/dev/hwpmc/ |
| H A D | hwpmc_e500.c | 356 mtmsr(mfmsr() & ~PSL_PMM); in e500_pcpu_fini()
|
| H A D | hwpmc_mpc7xxx.c | 415 mtmsr(mfmsr() & ~PSL_PMM); in mpc7xxx_pcpu_fini()
|