Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Dsc-mips.c58 unsigned long pftctl; in mips_sc_prefetch_enable() local
67 pftctl = read_gcr_l2_pft_control(); in mips_sc_prefetch_enable()
68 if (pftctl & CM_GCR_L2_PFT_CONTROL_NPFT) { in mips_sc_prefetch_enable()
69 pftctl &= ~CM_GCR_L2_PFT_CONTROL_PAGEMASK; in mips_sc_prefetch_enable()
70 pftctl |= PAGE_MASK & CM_GCR_L2_PFT_CONTROL_PAGEMASK; in mips_sc_prefetch_enable()
71 pftctl |= CM_GCR_L2_PFT_CONTROL_PFTEN; in mips_sc_prefetch_enable()
72 write_gcr_l2_pft_control(pftctl); in mips_sc_prefetch_enable()
91 unsigned long pftctl; in mips_sc_prefetch_is_enabled() local
96 pftctl = read_gcr_l2_pft_control(); in mips_sc_prefetch_is_enabled()
97 if (!(pftctl & CM_GCR_L2_PFT_CONTROL_NPFT)) in mips_sc_prefetch_is_enabled()
[all …]