Home | History | Annotate | Download | only in sun3x

Lines Matching defs:managed

681 	 * determine if a physical address is "managed" memory.
927 * memory that will be managed by the system. Since memory on
1183 c_tbl->ct_va = 0; /* base of managed range */
1213 * Determine if the given physical address is managed by the PV system.
1216 * do so, it will falsely report that it is managed.
1218 * Note: A "managed" address is one that was reported to the VM system as
1658 bool insert, managed; /* Marks the need for PV insertion.*/
1708 if ((managed = is_managed(pa)) == false)
1870 * Store the pmap and base virtual managed address for faster
2024 * If the physical address being mapped is managed by the PV
2028 if (insert && managed) {