Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/mm/
Dsubpage-prot.c40 p = spt->protptrs[i]; in subpage_prot_free()
43 spt->protptrs[i] = NULL; in subpage_prot_free()
110 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in subpage_prot_clear()
175 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in sys_subpage_prot()
180 spt->protptrs[addr >> SBP_L3_SHIFT] = spm; in sys_subpage_prot()
Dhash_utils_64.c851 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection()
/linux-2.6.39/arch/powerpc/include/asm/
Dmmu-hash64.h392 unsigned int **protptrs[2]; member