Lines Matching refs:kprintf
23 kprintf("Initializing PMAP ... ");
63 kprintf("Done!\n");
364 kprintf("Map failed to allocate memory!\n");
396 kprintf("Unmap tried to allocate memory!\n");
435 kprintf("Map failed to allocate memory!\n");
489 kprintf("SystemLMap failed to allocate memory!\n");
523 kprintf("SystemMap failed to allocate memory!\n");
560 kprintf("Root: %016llx\n", (uint64_t)space->root);
569 kprintf("Level 1: %016llx\n", (uint64_t)pte);
578 kprintf("Level 2: %016llx\n", (uint64_t)pte2);
587 kprintf("Level 3: %016llx:%016llx\n",
595 kprintf("Level 4: %016llx:%016llx\n",
624 kprintf("%-18s %-18s %-5s\n", "Virtual", "Physical PTE", "Flags");
651 kprintf("0x%016llx: 0x%016llx P%c%c%c%c%c\n",