Searched refs:ppc64_boot_msg (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | open_pic.c | 303 ppc64_boot_msg(0x20, "OpenPic Init"); in openpic_init() 340 ppc64_boot_msg(0x21, "OpenPic Timer"); in openpic_init() 350 ppc64_boot_msg(0x22, "OpenPic IPI"); in openpic_init() 362 ppc64_boot_msg(0x23, "OpenPic Ext"); in openpic_init() 391 ppc64_boot_msg(0x24, "OpenPic Spurious"); in openpic_init() 403 ppc64_boot_msg(0x25, "OpenPic Done"); in openpic_init()
|
D | setup.c | 200 ppc64_boot_msg(0x10, "Setup System"); in setup_system() 490 ppc64_boot_msg(0x12, "Setup Arch"); in setup_arch() 529 ppc64_boot_msg(0x15, "Setup Done"); in setup_arch() 553 void ppc64_boot_msg(unsigned int src, const char *msg) in ppc64_boot_msg() function
|
D | xics.c | 298 ppc64_boot_msg(0x20, "XICS Init"); in xics_init_IRQ() 413 ppc64_boot_msg(0x21, "XICS Done"); in xics_init_IRQ()
|
D | pci.c | 493 ppc64_boot_msg(0x40, "PCI Probe"); in pcibios_init() 536 ppc64_boot_msg(0x41, "PCI Done"); in pcibios_init()
|
D | htab.c | 134 ppc64_boot_msg(0x05, "htab init"); in htab_initialize() 206 ppc64_boot_msg(0x06, "htab done"); in htab_initialize()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | machdep.h | 157 void ppc64_boot_msg(unsigned int src, const char *msg);
|