Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dsubpage-prot.c118 spp += (addr >> PAGE_SHIFT) & (SBP_L1_COUNT - 1); in subpage_prot_clear()
241 spp += (addr >> PAGE_SHIFT) & (SBP_L1_COUNT - 1); in sys_subpage_prot()
Dhash_utils_64.c941 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection()
/arch/powerpc/include/asm/
Dmmu-hash64.h494 #define SBP_L1_COUNT (1 << SBP_L1_BITS) macro