Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dsubpage-prot.c40 p = spt->protptrs[i]; in subpage_prot_free()
43 spt->protptrs[i] = NULL; in subpage_prot_free()
111 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in subpage_prot_clear()
224 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in sys_subpage_prot()
229 spt->protptrs[addr >> SBP_L3_SHIFT] = spm; in sys_subpage_prot()
Dhash_utils_64.c1175 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection()
/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h627 unsigned int **protptrs[(TASK_SIZE_USER64 >> 43)]; member