Home
last modified time | relevance | path

Searched refs:SPRN_L1CSR1 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S774 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 Drelease.S98 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 Dfsl_booke.c231 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 Dcpu_setup_fsl_booke.S20 mfspr r0, SPRN_L1CSR1
25 mtspr SPRN_L1CSR1, r0 /* Enable I-Cache */
H A Dtraps.c635 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 De500_emulate.c252 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 Dprocessor.h491 #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 Dreg_booke.h174 #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ macro