Searched refs:SBP_L2_COUNT (Results 1 – 3 of 3) sorted by relevance
45 for (j = 0; j < SBP_L2_COUNT && addr < spt->maxaddr; in subpage_prot_free()108 spp = spm[(addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_prot_clear()177 spm += (addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1); in sys_subpage_prot()
829 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
46 #define SBP_L2_COUNT (1 << SBP_L2_BITS) macro