Searched refs:maxaddr (Results 1 – 3 of 3) sorted by relevance
45 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()
819 if (ea >= spt->maxaddr) in subpage_protection()
34 unsigned long maxaddr; /* only addresses < this are protected */ member