Home
last modified time | relevance | path

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

/linux-4.4.14/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()
223 spm = spt->protptrs[addr >> SBP_L3_SHIFT]; in sys_subpage_prot()
228 spt->protptrs[addr >> SBP_L3_SHIFT] = spm; in sys_subpage_prot()
Dhash_utils_64.c935 sbpm = spt->protptrs[ea >> SBP_L3_SHIFT]; in subpage_protection()
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash64.h496 unsigned int **protptrs[(TASK_SIZE_USER64 >> 43)]; member