pftctl 58 arch/mips/mm/sc-mips.c unsigned long pftctl; pftctl 67 arch/mips/mm/sc-mips.c pftctl = read_gcr_l2_pft_control(); pftctl 68 arch/mips/mm/sc-mips.c if (pftctl & CM_GCR_L2_PFT_CONTROL_NPFT) { pftctl 69 arch/mips/mm/sc-mips.c pftctl &= ~CM_GCR_L2_PFT_CONTROL_PAGEMASK; pftctl 70 arch/mips/mm/sc-mips.c pftctl |= PAGE_MASK & CM_GCR_L2_PFT_CONTROL_PAGEMASK; pftctl 71 arch/mips/mm/sc-mips.c pftctl |= CM_GCR_L2_PFT_CONTROL_PFTEN; pftctl 72 arch/mips/mm/sc-mips.c write_gcr_l2_pft_control(pftctl); pftctl 91 arch/mips/mm/sc-mips.c unsigned long pftctl; pftctl 96 arch/mips/mm/sc-mips.c pftctl = read_gcr_l2_pft_control(); pftctl 97 arch/mips/mm/sc-mips.c if (!(pftctl & CM_GCR_L2_PFT_CONTROL_NPFT)) pftctl 99 arch/mips/mm/sc-mips.c return !!(pftctl & CM_GCR_L2_PFT_CONTROL_PFTEN);