Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c113 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in subpage_prot_clear()
239 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in SYSCALL_DEFINE3()
244 spt->protptrs[addr >> SBP_L3_SHIFT] = spm; in SYSCALL_DEFINE3()
H A Dhash_utils.c1388 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h696 #define SBP_L3_SHIFT (SBP_L2_SHIFT + SBP_L2_BITS) macro