Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dhash_utils_64.c1167 u32 **sbpm, *sbpp; in subpage_protection() local
1173 sbpm = spt->low_prot; in subpage_protection()
1175 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection()
1176 if (!sbpm) in subpage_protection()
1179 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()