Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dhash_utils_64.c927 u32 **sbpm, *sbpp; in subpage_protection() local
939 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
940 if (!sbpp) in subpage_protection()
942 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection()