Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dsubpage-prot.c45 for (j = 0; j < SBP_L2_COUNT && addr < spt->maxaddr; in subpage_prot_free()
51 spt->maxaddr = 0; in subpage_prot_free()
97 if (limit > spt->maxaddr) in subpage_prot_clear()
98 limit = spt->maxaddr; in subpage_prot_clear()
206 if (limit > spt->maxaddr) in sys_subpage_prot()
207 spt->maxaddr = limit; in sys_subpage_prot()
Dhash_utils_64.c819 if (ea >= spt->maxaddr) in subpage_protection()
/arch/powerpc/include/asm/
Dpgtable-64k.h34 unsigned long maxaddr; /* only addresses < this are protected */ member