Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/mm/
Dsubpage-prot.c44 for (j = 0; j < SBP_L2_COUNT && addr < spt->maxaddr; in subpage_prot_free()
114 spp = spm[(addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_prot_clear()
183 spm += (addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1); in sys_subpage_prot()
Dhash_utils_64.c872 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
/linux-3.4.99/arch/powerpc/include/asm/
Dmmu-hash64.h399 #define SBP_L2_COUNT (1 << SBP_L2_BITS) macro