Searched refs:SPRN_L1CSR1 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | start.S | 774 mtspr SPRN_L1CSR1,r2 776 mfspr r3,SPRN_L1CSR1 782 mtspr SPRN_L1CSR1,r3 785 mfspr r3,SPRN_L1CSR1 936 mtspr SPRN_L1CSR1,r3 939 mfspr r4,SPRN_L1CSR1 947 mtspr SPRN_L1CSR1,r3 950 mfspr r4,SPRN_L1CSR1 986 mfspr r11, SPRN_L1CSR1 990 mtspr SPRN_L1CSR1, r11 [all …]
|
| H A D | release.S | 98 mtspr SPRN_L1CSR1,r2 100 mfspr r3,SPRN_L1CSR1 106 mtspr SPRN_L1CSR1,r3 109 mfspr r3,SPRN_L1CSR1
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | fsl_booke.c | 231 tmp = mfspr(SPRN_L1CSR1); in flush_instruction_cache() 233 mtspr(SPRN_L1CSR1, tmp); in flush_instruction_cache()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | cpu_setup_fsl_booke.S | 20 mfspr r0, SPRN_L1CSR1 25 mtspr SPRN_L1CSR1, r0 /* Enable I-Cache */
|
| H A D | traps.c | 635 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc() 636 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | e500_emulate.c | 252 case SPRN_L1CSR1: in kvmppc_core_emulate_mtspr_e500() 381 case SPRN_L1CSR1: in kvmppc_core_emulate_mfspr_e500()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | processor.h | 491 #define SPRN_L1CSR1 0x3f3 /* L1 Instruction Cache Control and Status Register 1 */ macro 734 #define L1CSR1 SPRN_L1CSR1
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg_booke.h | 174 #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ macro
|