Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dsubpage-prot.c44 for (j = 0; j < SBP_L2_COUNT && addr < spt->maxaddr; in subpage_prot_free()
50 spt->maxaddr = 0; in subpage_prot_free()
103 if (limit > spt->maxaddr) in subpage_prot_clear()
104 limit = spt->maxaddr; in subpage_prot_clear()
212 if (limit > spt->maxaddr) in sys_subpage_prot()
213 spt->maxaddr = limit; in sys_subpage_prot()
Dhash_utils_64.c862 if (ea >= spt->maxaddr) in subpage_protection()
/arch/powerpc/include/asm/
Dmmu-hash64.h391 unsigned long maxaddr; /* only addresses < this are protected */ member