Lines Matching refs:TEXT

65 		debug_printf(TEXT("vmem is not initialized.\n"));
66 msg_printf(MSG_ERROR, whoami, TEXT("vmem is not initialized.\n"));
70 debug_printf(TEXT("entry point=0x%x\n"), entry);
84 debug_printf(TEXT("arg, vtophysaddr() failed\n"));
86 TEXT("arg, vtophysaddr() failed\n"));
92 debug_printf(TEXT("vtophysaddr() failed, page %d (addr=0x%x) \n"),
95 TEXT("vtophysaddr() failed, page %d (addr=0x%x) \n"),
104 debug_printf(TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"),
107 TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"),
114 debug_printf(TEXT("execute startprog()\n"));
150 debug_printf(TEXT("page %d (phys addr=0x%x) is already in use\n"),
153 TEXT("page %d (phys addr=0x%x) is already in use\n"),
235 debug_printf(TEXT("allocate %d pages\n"), npages);
242 debug_printf(TEXT("can't allocate heap\n"));
243 msg_printf(MSG_ERROR, whoami, TEXT("can't allocate heap\n"));
256 debug_printf(TEXT("can't allocate address table\n"));
257 msg_printf(MSG_ERROR, whoami, TEXT("can't allocate address table\n"));
266 debug_printf(TEXT("magic=%08x%08x\n"), magic0, magic1);
313 debug_printf(TEXT("invalid page header\n"));
314 msg_printf(MSG_ERROR, whoami, TEXT("invalid page header\n"));
323 debug_printf(TEXT("lost %d pages\n"), npages - nfounds);
325 TEXT("lost %d pages (allocated %d pages)\n"),
334 debug_printf(TEXT("can't allocate root page.\n"));
335 msg_printf(MSG_ERROR, whoami, TEXT("can't allocate root page.\n"));
347 debug_printf(TEXT("can't allocate leaf page.\n"));
348 msg_printf(MSG_ERROR, whoami, TEXT("can't allocate leaf page.\n"));
359 debug_printf(TEXT("can't allocate page 0x%x.\n"), start);
360 msg_printf(MSG_ERROR, whoami, TEXT("can't allocate page 0x%x.\n"), start);
394 debug_printf(TEXT("no page map\n"));
401 debug_printf(TEXT("%08X: vaddr=%08X paddr=%08X %s\n"),
402 addr, page, paddr, addr == paddr ? TEXT("*") : TEXT("reloc"));