Home
last modified time | relevance | path

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

/arch/powerpc/mm/book3s64/
Dsubpage_prot.c115 spp = spm[(addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_prot_clear()
253 spm += (addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1); in SYSCALL_DEFINE3()
Dhash_utils.c1238 sbpp = sbpm[(ea >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_protection()
/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h688 #define SBP_L2_SHIFT (PAGE_SHIFT + SBP_L1_BITS) macro
689 #define SBP_L3_SHIFT (SBP_L2_SHIFT + SBP_L2_BITS)