Lines Matching refs:cache
25 #define ICAC_MEM_KBF_IWAY (0x07<<3) ! I cache ways
26 #define ICAC_MEM_KBF_ISZ (0x07<<6) ! I cache line size
28 #define DCAC_MEM_KBF_DWAY (0x07<<3) ! D cache ways
29 #define DCAC_MEM_KBF_DSZ (0x07<<6) ! D cache line size
45 #define CR_ICAC_MEM $cr1 ! I-cache/memory config reg
46 #define CR_DCAC_MEM $cr2 ! D-cache/memory config reg
354 ! $t1= bit width of I cache line size(ISZ)
358 sll $t5, $t4, $t1 ! get $t5 cache line size
365 sll $p1, $p1, $t3 ! GET the total cache size
389 ! $t1= bit width of D cache line size(DSZ)
393 sll $t5, $t4, $t1 ! get $t5 cache line size
400 sll $p1, $p1, $t3 ! GET the total cache size