Searched refs:pmapdebug (Results 1 – 9 of 9) sorted by relevance
173 int pmapdebug = PDB_PARANOIA|PDB_FOLLOW|PDB_ENTER; variable724 if (pmapdebug & (PDB_FOLLOW|PDB_BOOTSTRAP)) in pmap_bootstrap()1011 if (pmapdebug & PDB_FOLLOW) in pmap_init()1055 if (pmapdebug & (PDB_FOLLOW|PDB_CREATE)) in pmap_create()1097 if (pmapdebug & PDB_FOLLOW) in pmap_destroy()1129 if (pmapdebug & PDB_FOLLOW) in pmap_reference()1149 if (pmapdebug & (PDB_FOLLOW|PDB_REMOVE|PDB_PROTECT)) in pmap_remove()1174 if (pmapdebug & (PDB_FOLLOW|PDB_REMOVE|PDB_PROTECT)) in pmap_do_remove()1328 if ((pmapdebug & (PDB_FOLLOW|PDB_PROTECT)) || in pmap_page_protect()1329 (prot == PROT_NONE && (pmapdebug & PDB_REMOVE))) in pmap_page_protect()[all …]
764 extern int pmapdebug; in cpu_startup()765 int opmapdebug = pmapdebug; in cpu_startup()767 pmapdebug = 0; in cpu_startup()805 pmapdebug = opmapdebug; in cpu_startup()
304 extern int pmapdebug;305 int opmapdebug = pmapdebug;306 pmapdebug = 0;368 pmapdebug = opmapdebug;
223 int pmapdebug = 0; variable225 #define BDPRINTF(n, f) if (pmapdebug & (n)) prom_printf f316 pmapdebug |= PDB_BOOT|PDB_BOOT1; in pmap_bootdebug()319 pmapdebug |= PDB_BOOT1; in pmap_bootdebug()388 if (pmapdebug & PDB_BOOT) { in pmap_bootstrap()591 if (pmapdebug & PDB_BOOT1) { in pmap_bootstrap()629 if (pmapdebug & PDB_BOOT) { in pmap_bootstrap()709 if (pmapdebug & PDB_BOOT) { in pmap_bootstrap()755 if (pmapdebug & PDB_BOOT) { in pmap_bootstrap()788 if (pmapdebug & PDB_BOOT1) { in pmap_bootstrap()[all …]
191 extern int pmapdebug; in cpu_startup()192 int opmapdebug = pmapdebug; in cpu_startup()198 pmapdebug = 0; in cpu_startup()228 pmapdebug = opmapdebug; in cpu_startup()
6483 .comm pmapdebug, 4
50 if ((pmapdebug & (l)) == (l)) \72 int pmapdebug = 0 variable
139 if (pmapdebug & (flag)) \143 int pmapdebug = PDB_ENTER|PDB_FOLLOW; variable
230 #define pmapdebug (cold ? 0 : 0xffffffff) macro232 if (pmapdebug & (_lev_)) \