TLBCAM 57 arch/powerpc/mm/nohash/fsl_booke.c struct tlbcam TLBCAM[NUM_TLBCAMS]; TLBCAM 117 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); TLBCAM 118 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); TLBCAM 119 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS2 = virt & PAGE_MASK; TLBCAM 121 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0; TLBCAM 122 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; TLBCAM 123 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; TLBCAM 124 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; TLBCAM 125 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0; TLBCAM 127 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS3 = (phys & MAS3_RPN) | MAS3_SX | MAS3_SR; TLBCAM 128 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS3 |= ((flags & _PAGE_RW) ? MAS3_SW : 0); TLBCAM 130 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS7 = (u64)phys >> 32; TLBCAM 134 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS3 |= MAS3_UX | MAS3_UR; TLBCAM 135 arch/powerpc/mm/nohash/fsl_booke.c TLBCAM[index].MAS3 |= ((flags & _PAGE_RW) ? MAS3_UW : 0);