Searched refs:SBP_L1_COUNT (Results 1 – 3 of 3) sorted by relevance
117 spp += (addr >> PAGE_SHIFT) & (SBP_L1_COUNT - 1); in subpage_prot_clear()191 spp += (addr >> PAGE_SHIFT) & (SBP_L1_COUNT - 1); in sys_subpage_prot()
858 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection()
398 #define SBP_L1_COUNT (1 << SBP_L1_BITS) macro