Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
Dhash_utils.c1377 u32 **sbpm, *sbpp; in subpage_protection() local
1386 sbpm = spt->low_prot; in subpage_protection()
1388 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection()
1389 if (!sbpm) in subpage_protection()
1392 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()