Lines Matching refs:p1
44 #define EIT_PREV_P1 $ir13 ! prev $p1
320 li $p1, 0x2 ! TLB MMU
321 bne $p0, $p1, 1f
329 li $p1, DIS_DCAC
330 and $p0, $p0, $p1 ! Set DC_EN bit
359 andi $p1, $t0, ICAC_MEM_KBF_ISET ! get the ISET field
360 addi $t2, $p1, 6 ! $t2= bit width of ISET
361 andi $p1, $t0, ICAC_MEM_KBF_IWAY ! get bitfield of Iway
362 srli $p1, $p1, 3
363 addi $p1, $p1, 1 ! then $p1 is I way number
365 sll $p1, $p1, $t3 ! GET the total cache size
367 sub $p1, $p1, $t5
368 cctl $p1, L1I_IX_INVAL
369 bnez $p1, ICAC_LOOP
394 andi $p1, $t0, DCAC_MEM_KBF_DSET ! get the DSET field
395 addi $t2, $p1, 6 ! $t2= bit width of DSET
396 andi $p1, $t0, DCAC_MEM_KBF_DWAY ! get bitfield of D way
397 srli $p1, $p1, 3
398 addi $p1, $p1, 1 ! then $p1 is D way number
400 sll $p1, $p1, $t3 ! GET the total cache size
402 sub $p1, $p1, $t5
403 cctl $p1, L1D_IX_INVAL
404 bnez $p1, DCAC_LOOP
541 li $p1, 0x2 ! TLB MMU
542 bne $p0, $p1, 1f
546 li $p1, DIS_DCAC
547 and $p0, $p0, $p1 ! Clear the DC_EN bit