Home
last modified time | relevance | path

Searched refs:pr_info (Results 1 – 200 of 1974) sorted by relevance

12345678910

/linux-4.4.14/arch/h8300/kernel/
Dtraps.c59 pr_info("\nCURRENT PROCESS:\n\n"); in dump()
60 pr_info("COMM=%s PID=%d\n", current->comm, current->pid); in dump()
62 pr_info("TEXT=%08x-%08x DATA=%08x-%08x BSS=%08x-%08x\n", in dump()
69 pr_info("USER-STACK=%08x KERNEL-STACK=%08lx\n\n", in dump()
75 pr_info("\nCODE:"); in dump()
79 pr_info("\n%08x: ", (int) (tp + i)); in dump()
80 pr_info("%08x ", (int) *sp++); in dump()
82 pr_info("\n"); in dump()
84 pr_info("\nKERNEL STACK:"); in dump()
88 pr_info("\n%08x: ", (int) (tp + i)); in dump()
[all …]
/linux-4.4.14/mm/
Dkmemleak-test.c55 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
56 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
57 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
58 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
59 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
60 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
61 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
62 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
64 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
66 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
[all …]
Dmemory-failure.c308 pr_info("MCE: Unable to find user space address %lx in %s\n", in add_to_kill()
615 pr_info("MCE %#lx: failed to release buffers\n", pfn); in me_pagecache_clean()
1403 pr_info(fmt, pfn); \
1543 pr_info("%s: %#lx free huge page\n", __func__, pfn); in __get_any_page()
1546 pr_info("%s: %#lx free buddy page\n", __func__, pfn); in __get_any_page()
1549 pr_info("%s: %#lx: unknown zero refcount page type %lx\n", in __get_any_page()
1578 pr_info("soft_offline: %#lx: unknown non LRU page type %lx\n", in get_any_page()
1601 pr_info("soft offline: %#lx hugepage already poisoned\n", pfn); in soft_offline_huge_page()
1613 pr_info("soft offline: %#lx hugepage failed to isolate\n", pfn); in soft_offline_huge_page()
1620 pr_info("soft offline: %#lx: migration failed %d, type %lx\n", in soft_offline_huge_page()
[all …]
Dmemtest.c29 pr_info(" %016llx bad mem addr %pa - %pa reserved\n", in reserve_bad_mem()
75 pr_info(" %pa - %pa pattern %016llx\n", in do_one_pass()
107 pr_info("early_memtest: # of tests: %u\n", memtest_pattern); in early_memtest()
/linux-4.4.14/arch/arm/mach-u300/
Ddummyspichip.c79 pr_info("Simple test 1: write 0xAA byte, read back garbage byte " in dummy_looptest()
86 pr_info("Simple test 1: SUCCESS!\n"); in dummy_looptest()
88 pr_info("Simple test 2: write 8 bytes, read back 8 bytes garbage " in dummy_looptest()
95 pr_info("Simple test 2: SUCCESS!\n"); in dummy_looptest()
97 pr_info("Simple test 3: write 14 bytes, read back 14 bytes garbage " in dummy_looptest()
104 pr_info("Simple test 3: SUCCESS!\n"); in dummy_looptest()
106 pr_info("Simple test 4: write 8 bytes with spi_write(), read 8 " in dummy_looptest()
113 pr_info("Simple test 4 step 1: SUCCESS!\n"); in dummy_looptest()
119 pr_info("Simple test 4 step 2: SUCCESS!\n"); in dummy_looptest()
121 pr_info("Simple test 5: write 14 bytes with spi_write(), read " in dummy_looptest()
[all …]
/linux-4.4.14/drivers/mtd/tests/
Dpagetest.c129 pr_info("crosstest\n"); in crosstest()
164 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
173 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
182 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
190 pr_info("verifying pages read at %#llx match\n", in crosstest()
196 pr_info("crosstest ok\n"); in crosstest()
207 pr_info("erasecrosstest\n"); in erasecrosstest()
220 pr_info("erasing block %d\n", ebnum); in erasecrosstest()
225 pr_info("writing 1st page of block %d\n", ebnum); in erasecrosstest()
232 pr_info("reading 1st page of block %d\n", ebnum); in erasecrosstest()
[all …]
Doobtest.c106 pr_info("writing OOBs of whole device\n"); in write_whole_device()
114 pr_info("written up to eraseblock %u\n", i); in write_whole_device()
120 pr_info("written %u eraseblocks\n", i); in write_whole_device()
139 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0x%x diff 0x%x\n", in memcmpshowoffset()
167 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0xff diff 0x%x\n", in memffshow()
215 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock()
258 pr_info("ignoring errors as within bitflip limit\n"); in verify_eraseblock()
309 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock_in_one_go()
321 pr_info("verifying all eraseblocks\n"); in verify_all_eraseblocks()
329 pr_info("verified up to eraseblock %u\n", i); in verify_all_eraseblocks()
[all …]
Dsubpagetest.c141 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
153 pr_info("------------- written----------------\n"); in verify_eraseblock()
155 pr_info("------------- read ------------------\n"); in verify_eraseblock()
157 pr_info("-------------------------------------\n"); in verify_eraseblock()
168 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
178 pr_info("error: verify failed at %#llx\n", in verify_eraseblock()
180 pr_info("------------- written----------------\n"); in verify_eraseblock()
182 pr_info("------------- read ------------------\n"); in verify_eraseblock()
184 pr_info("-------------------------------------\n"); in verify_eraseblock()
205 pr_info("ECC correction at %#llx\n", in verify_eraseblock2()
[all …]
Dnandbiterrs.c106 pr_info("write_page\n"); in write_page()
118 pr_info("rewrite page\n"); in rewrite_page()
148 pr_info("read_page\n"); in read_page()
172 pr_info("verify_page\n"); in verify_page()
201 pr_info("Inserted biterror @ %u/%u\n", byte, bit); in insert_biterror()
219 pr_info("incremental biterrors test\n"); in incremental_errors_test()
236 pr_info("Read reported %d corrected bit errors\n", err); in incremental_errors_test()
250 pr_info("Successfully corrected %d bit errors per subpage\n", in incremental_errors_test()
282 pr_info("overwrite biterrors test\n"); in overwrite_test()
300 pr_info("Implausible number of bit errors corrected\n"); in overwrite_test()
[all …]
Dspeedtest.c203 pr_info("Please specify a valid mtd-device via module parameter\n"); in mtd_speedtest_init()
209 pr_info("MTD device: %d count: %d\n", dev, count); in mtd_speedtest_init()
211 pr_info("MTD device: %d\n", dev); in mtd_speedtest_init()
221 pr_info("not NAND flash, assume page size is 512 " in mtd_speedtest_init()
232 pr_info("MTD device size %llu, eraseblock size %u, " in mtd_speedtest_init()
264 pr_info("testing eraseblock write speed\n"); in mtd_speedtest_init()
279 pr_info("eraseblock write speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
282 pr_info("testing eraseblock read speed\n"); in mtd_speedtest_init()
297 pr_info("eraseblock read speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
304 pr_info("testing page write speed\n"); in mtd_speedtest_init()
[all …]
Dtorturetest.c138 pr_info("re-try reading data from EB %d\n", in check_eraseblock()
142 pr_info("retried %d times, still errors, " in check_eraseblock()
149 pr_info("only attempt number %d was OK (!!!)\n", in check_eraseblock()
173 pr_info("written only %zd bytes of %zd, but no error" in write_pattern()
188 pr_info("Warning: this program is trying to wear out your " in tort_init()
192 pr_info("Please specify a valid mtd-device via module parameter\n"); in tort_init()
197 pr_info("MTD device: %d\n", dev); in tort_init()
198 pr_info("torture %d eraseblocks (%d-%d) of mtd%d\n", in tort_init()
201 pr_info("torturing just %d pages per eraseblock\n", in tort_init()
203 pr_info("write verify %s\n", check ? "enabled" : "disabled"); in tort_init()
[all …]
Dreadtest.c97 pr_info("dumping eraseblock %d\n", ebnum); in dump_eraseblock()
110 pr_info("dumping oob from eraseblock %d\n", ebnum); in dump_eraseblock()
134 pr_info("Please specify a valid mtd-device via module parameter\n"); in mtd_readtest_init()
138 pr_info("MTD device: %d\n", dev); in mtd_readtest_init()
148 pr_info("not NAND flash, assume page size is 512 " in mtd_readtest_init()
159 pr_info("MTD device size %llu, eraseblock size %u, " in mtd_readtest_init()
181 pr_info("testing page read\n"); in mtd_readtest_init()
202 pr_info("finished with errors\n"); in mtd_readtest_init()
204 pr_info("finished\n"); in mtd_readtest_init()
213 pr_info("error %d occurred\n", err); in mtd_readtest_init()
Dstresstest.c158 pr_info("Please specify a valid mtd-device via module parameter\n"); in mtd_stresstest_init()
163 pr_info("MTD device: %d\n", dev); in mtd_stresstest_init()
173 pr_info("not NAND flash, assume page size is 512 " in mtd_stresstest_init()
184 pr_info("MTD device size %llu, eraseblock size %u, " in mtd_stresstest_init()
217 pr_info("doing operations\n"); in mtd_stresstest_init()
220 pr_info("%d operations done\n", op); in mtd_stresstest_init()
229 pr_info("finished, %d operations done\n", op); in mtd_stresstest_init()
239 pr_info("error %d occurred\n", err); in mtd_stresstest_init()
Dmtd_test.c22 pr_info("error %d while erasing EB %d\n", err, ebnum); in mtdtest_erase_eraseblock()
27 pr_info("some erase error occurred at EB %d\n", ebnum); in mtdtest_erase_eraseblock()
40 pr_info("block %d is bad\n", ebnum); in is_block_bad()
53 pr_info("scanning for bad eraseblocks\n"); in mtdtest_scan_for_bad_eraseblocks()
60 pr_info("scanned %d eraseblocks, %d are bad\n", i, bad); in mtdtest_scan_for_bad_eraseblocks()
/linux-4.4.14/kernel/
Dbacktracetest.c22 pr_info("Testing a backtrace from process context.\n"); in backtrace_test_normal()
23 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_normal()
40 pr_info("Testing a backtrace from irq context.\n"); in backtrace_test_irq()
41 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_irq()
54 pr_info("Testing a saved backtrace.\n"); in backtrace_test_saved()
55 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_saved()
68 pr_info("Saved backtrace test skipped.\n"); in backtrace_test_saved()
74 pr_info("====[ backtrace testing ]===========\n"); in backtrace_regression_test()
80 pr_info("====[ end of backtrace testing ]====\n"); in backtrace_regression_test()
/linux-4.4.14/drivers/staging/gs_fpgaboot/
Dgs_fpgaboot.c111 pr_info("bitstream file magic number Ok\n"); in readmagic_bitstream()
128 pr_info("file: %s\n", fimage->filename); in gs_print_header()
129 pr_info("part: %s\n", fimage->part); in gs_print_header()
130 pr_info("date: %s\n", fimage->date); in gs_print_header()
131 pr_info("time: %s\n", fimage->time); in gs_print_header()
132 pr_info("lendata: %d\n", fimage->lendata); in gs_print_header()
161 pr_info("image is bitstream format\n"); in gs_read_image()
178 pr_info("load fpgaimage %s\n", fw_file); in gs_load_image()
222 pr_info("device init done\n"); in gs_download_image()
227 pr_info("program done\n"); in gs_download_image()
[all …]
/linux-4.4.14/lib/
Dtest_kasan.c25 pr_info("out-of-bounds to right\n"); in kmalloc_oob_right()
41 pr_info("out-of-bounds to left\n"); in kmalloc_oob_left()
57 pr_info("kmalloc_node(): out-of-bounds to right\n"); in kmalloc_node_oob_right()
73 pr_info("kmalloc large allocation: out-of-bounds to right\n"); in kmalloc_large_oob_right()
90 pr_info("out-of-bounds after krealloc more\n"); in kmalloc_oob_krealloc_more()
109 pr_info("out-of-bounds after krealloc less\n"); in kmalloc_oob_krealloc_less()
127 pr_info("kmalloc out-of-bounds for 16-bytes access\n"); in kmalloc_oob_16()
146 pr_info("out-of-bounds in memset2\n"); in kmalloc_oob_memset_2()
162 pr_info("out-of-bounds in memset4\n"); in kmalloc_oob_memset_4()
179 pr_info("out-of-bounds in memset8\n"); in kmalloc_oob_memset_8()
[all …]
Dtest_rhashtable.c134 pr_info("Info: encountered resize\n"); in test_bucket_stats()
149 pr_info(" Traversal complete: counted=%u, nelems=%u, entries=%d, table-jumps=%u\n", in test_bucket_stats()
167 pr_info(" Adding %d keys\n", entries); in test_rhashtable()
187 pr_info(" %u insertions failed due to memory pressure\n", in test_rhashtable()
197 pr_info(" Deleting %d keys\n", entries); in test_rhashtable()
212 pr_info(" Duration of test: %lld ns\n", end - start); in test_rhashtable()
266 pr_info(" thread[%d]: %d insert failures\n", in threadfunc()
317 pr_info("Running rhashtable test nelem=%d, max_size=%d, shrinking=%d\n", in test_rht_init()
323 pr_info("Test %02d:\n", i); in test_rht_init()
343 pr_info("Average test time: %llu\n", total_time); in test_rht_init()
[all …]
Dtest_firmware.c62 pr_info("loading '%s'\n", name); in trigger_request_store()
69 pr_info("load of '%s' failed: %d\n", name, rc); in trigger_request_store()
70 pr_info("loaded: %zu\n", test_firmware ? test_firmware->size : 0); in trigger_request_store()
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-setup.c113 pr_info("Enabled Bonito CPU coherency\n"); in plat_enable_iocoherency()
121 pr_info("Disabled Bonito IOBC coherency\n"); in plat_enable_iocoherency()
127 pr_info("Enabled Bonito IOBC coherency\n"); in plat_enable_iocoherency()
131 pr_info("CMP IOCU detected\n"); in plat_enable_iocoherency()
152 pr_info("Hardware DMA cache coherency disabled\n"); in plat_setup_iocoherency()
154 pr_info("Hardware DMA cache coherency enabled\n"); in plat_setup_iocoherency()
157 pr_info("Hardware DMA cache coherency unsupported, but enabled from command line!\n"); in plat_setup_iocoherency()
159 pr_info("Software DMA cache coherency enabled\n"); in plat_setup_iocoherency()
223 pr_info("Enabled Bonito debug mode\n"); in bonito_quirks_setup()
230 pr_info("Enabled Bonito CPU coherency\n"); in bonito_quirks_setup()
[all …]
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h159 pr_info("mf:\n\t"); in _debug_dump_mf()
162 pr_info("\n\t"); in _debug_dump_mf()
163 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_mf()
165 pr_info("\n"); in _debug_dump_mf()
178 pr_info("reply:\n\t"); in _debug_dump_reply()
181 pr_info("\n\t"); in _debug_dump_reply()
182 pr_info("%08x ", le32_to_cpu(mfp[i])); in _debug_dump_reply()
184 pr_info("\n"); in _debug_dump_reply()
197 pr_info("config:\n\t"); in _debug_dump_config()
200 pr_info("\n\t"); in _debug_dump_config()
[all …]
Dmpt3sas_trigger_diag.c75 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: enter\n", in _mpt3sas_raise_sigio()
88 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in _mpt3sas_raise_sigio()
97 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in _mpt3sas_raise_sigio()
103 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: exit\n", ioc->name, in _mpt3sas_raise_sigio()
118 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: enter\n", in mpt3sas_process_trigger_data()
124 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_process_trigger_data()
132 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: exit\n", ioc->name, in mpt3sas_process_trigger_data()
171 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_trigger_master()
185 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_trigger_master()
205 dTriggerDiagPrintk(ioc, pr_info(MPT3SAS_FMT "%s: exit\n", ioc->name, in mpt3sas_trigger_master()
[all …]
Dmpt3sas_base.c112 pr_info("setting fwfault_debug(%d)\n", mpt3sas_fwfault_debug); in _scsih_set_fwfault_debug()
607 pr_info(MPT3SAS_FMT "Discovery: (%s)", ioc->name, in _base_display_event_data()
611 pr_info("discovery_status(0x%08x)", in _base_display_event_data()
613 pr_info("\n"); in _base_display_event_data()
655 pr_info(MPT3SAS_FMT "%s\n", ioc->name, desc); in _base_display_event_data()
1718 pr_info(MPT3SAS_FMT in _base_config_dma_addressing()
1759 dfailprintk(ioc, pr_info(MPT3SAS_FMT "msix not supported\n", in _base_check_enable_msix()
1778 dinitprintk(ioc, pr_info(MPT3SAS_FMT in _base_check_enable_msix()
1904 dinitprintk(ioc, pr_info(MPT3SAS_FMT in _base_assign_reply_queues()
1967 dfailprintk(ioc, pr_info(MPT3SAS_FMT in _base_enable_msix()
[all …]
Dmpt3sas_warpdrive.c130 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
136 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
142 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
151 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
158 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
181 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is " in mpt3sas_init_warpdrive_properties()
191 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is " in mpt3sas_init_warpdrive_properties()
208 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
221 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
232 pr_info(MPT3SAS_FMT "WarpDrive : Direct IO is disabled " in mpt3sas_init_warpdrive_properties()
[all …]
Dmpt3sas_scsih.c293 pr_info("setting logging_level(0x%08x)\n", logging_level); in _scsih_set_debug_level()
492 dinitprintk(ioc, pr_info(MPT3SAS_FMT in _scsih_determine_boot_device()
507 dinitprintk(ioc, pr_info(MPT3SAS_FMT in _scsih_determine_boot_device()
522 dinitprintk(ioc, pr_info(MPT3SAS_FMT in _scsih_determine_boot_device()
669 pr_info(MPT3SAS_FMT in _scsih_sas_device_remove()
675 pr_info(MPT3SAS_FMT in _scsih_sas_device_remove()
681 pr_info(MPT3SAS_FMT in _scsih_sas_device_remove()
771 dewtprintk(ioc, pr_info(MPT3SAS_FMT in _scsih_sas_device_add()
777 dewtprintk(ioc, pr_info(MPT3SAS_FMT in _scsih_sas_device_add()
783 dewtprintk(ioc, pr_info(MPT3SAS_FMT in _scsih_sas_device_add()
[all …]
Dmpt3sas_transport.c149 pr_info(MPT3SAS_FMT "%s: host reset in progress!\n", in _transport_set_identify()
314 pr_info(MPT3SAS_FMT "%s: host reset in progress!\n", in _transport_expander_report_manufacture()
341 pr_info(MPT3SAS_FMT in _transport_expander_report_manufacture()
346 pr_info(MPT3SAS_FMT "%s: ioc is operational\n", in _transport_expander_report_manufacture()
392 dtransportprintk(ioc, pr_info(MPT3SAS_FMT in _transport_expander_report_manufacture()
410 dtransportprintk(ioc, pr_info(MPT3SAS_FMT in _transport_expander_report_manufacture()
418 dtransportprintk(ioc, pr_info(MPT3SAS_FMT in _transport_expander_report_manufacture()
444 dtransportprintk(ioc, pr_info(MPT3SAS_FMT in _transport_expander_report_manufacture()
1114 pr_info(MPT3SAS_FMT "%s: host reset in progress!\n", in _transport_get_expander_phy_error_log()
1141 pr_info(MPT3SAS_FMT in _transport_get_expander_phy_error_log()
[all …]
Dmpt3sas_ctl.c214 pr_info(MPT3SAS_FMT "%s: %s, smid(%d)\n", in _ctl_display_some_debug()
221 pr_info(MPT3SAS_FMT in _ctl_display_some_debug()
248 pr_info(MPT3SAS_FMT in _ctl_display_some_debug()
459 dtmprintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_ctl_reset_handler()
472 dtmprintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_ctl_reset_handler()
481 dtmprintk(ioc, pr_info(MPT3SAS_FMT in mpt3sas_ctl_reset_handler()
590 dctlprintk(ioc, pr_info(MPT3SAS_FMT in _ctl_set_task_mid()
609 dctlprintk(ioc, pr_info(MPT3SAS_FMT in _ctl_set_task_mid()
665 pr_info(MPT3SAS_FMT in _ctl_do_mpt_command()
671 pr_info(MPT3SAS_FMT "%s: ioc is operational\n", in _ctl_do_mpt_command()
[all …]
/linux-4.4.14/arch/mips/lib/
Ddump_tlb.c20 pr_info("Index : %0x\n", read_c0_index()); in dump_tlb_regs()
21 pr_info("PageMask : %0x\n", read_c0_pagemask()); in dump_tlb_regs()
22 pr_info("EntryHi : %0*lx\n", field, read_c0_entryhi()); in dump_tlb_regs()
23 pr_info("EntryLo0 : %0*lx\n", field, read_c0_entrylo0()); in dump_tlb_regs()
24 pr_info("EntryLo1 : %0*lx\n", field, read_c0_entrylo1()); in dump_tlb_regs()
25 pr_info("Wired : %0x\n", read_c0_wired()); in dump_tlb_regs()
31 pr_info("FrameMask: %0x\n", read_c0_framemask()); in dump_tlb_regs()
35 pr_info("PageGrain: %0x\n", read_c0_pagegrain()); in dump_tlb_regs()
37 pr_info("PWField : %0*lx\n", field, read_c0_pwfield()); in dump_tlb_regs()
38 pr_info("PWSize : %0*lx\n", field, read_c0_pwsize()); in dump_tlb_regs()
[all …]
Dr3k_dump_tlb.c21 pr_info("Index : %0x\n", read_c0_index()); in dump_tlb_regs()
22 pr_info("EntryHi : %0lx\n", read_c0_entryhi()); in dump_tlb_regs()
23 pr_info("EntryLo : %0lx\n", read_c0_entrylo0()); in dump_tlb_regs()
25 pr_info("Wired : %0x\n", read_c0_wired()); in dump_tlb_regs()
/linux-4.4.14/drivers/watchdog/
Dpc87413_wdt.c90 pr_info(DPFX in pc87413_select_wdt_out()
114 pr_info(DPFX "pc87413 - Enable SWC functions\n"); in pc87413_enable_swc()
135 pr_info(DPFX in pc87413_get_swc_base_addr()
148 pr_info(DPFX "Select Bank3 of SWC\n"); in pc87413_swc_bank3()
159 pr_info(DPFX "Set WDTO to %d minutes\n", pc87413_time); in pc87413_programm_wdto()
170 pr_info(DPFX "Enable WDEN\n"); in pc87413_enable_wden()
180 pr_info(DPFX "Enable SW_WD_TREN\n"); in pc87413_enable_sw_wd_tren()
191 pr_info(DPFX "pc87413 - Disable SW_WD_TREN\n"); in pc87413_disable_sw_wd_tren()
202 pr_info(DPFX "pc87413 - Enable SW_WD_TRG\n"); in pc87413_enable_sw_wd_trg()
213 pr_info(DPFX "Disable SW_WD_TRG\n"); in pc87413_disable_sw_wd_trg()
[all …]
Dalim7101_wdt.c162 pr_info("Watchdog timer is now enabled\n"); in wdt_startup()
170 pr_info("Watchdog timer is now disabled...\n"); in wdt_turnoff()
364 pr_info("Steve Hill <steve@navaho.co.uk>\n"); in alim7101_wdt_init()
368 pr_info("ALi M7101 PMU not present - WDT not set\n"); in alim7101_wdt_init()
378 pr_info("ALi 1543 South-Bridge not present - WDT not set\n"); in alim7101_wdt_init()
385pr_info("Detected old alim7101 revision 'a1d'. If this is a cobalt board, set the 'use_gpio' modu… in alim7101_wdt_init()
390pr_info("ALi 1543 South-Bridge does not have the correct revision number (???1001?) - WDT not set\… in alim7101_wdt_init()
397 pr_info("timeout value must be 1 <= x <= 3600, using %d\n", in alim7101_wdt_init()
423 pr_info("WDT driver for ALi M7101 initialised. timeout=%d sec (nowayout=%d)\n", in alim7101_wdt_init()
Dpcwd.c336 pr_info("ISA-PC Watchdog (REV.A) detected at port 0x%04x\n", in pcwd_show_card_info()
340 pr_info("ISA-PC Watchdog (REV.C) detected at port 0x%04x (Firmware version: %s)\n", in pcwd_show_card_info()
343 pr_info("Option switches (0x%02x): Temperature Reset Enable=%s, Power On Delay=%s\n", in pcwd_show_card_info()
356 pr_info("Temperature Option Detected\n"); in pcwd_show_card_info()
359 pr_info("Previous reboot was caused by the card\n"); in pcwd_show_card_info()
367 pr_info("No previous trip detected - Cold boot or reset\n"); in pcwd_show_card_info()
418 pr_info("Could not start watchdog\n"); in pcwd_start()
446 pr_info("Could not stop watchdog\n"); in pcwd_stop()
509 pr_info("Temperature overheat trip!\n"); in pcwd_get_status()
520 pr_info("Temperature overheat trip!\n"); in pcwd_get_status()
[all …]
Dsbc7240_wdt.c67 pr_info("Watchdog timer is now disabled\n"); in wdt_disable()
76 pr_info("Watchdog timer is now enabled\n"); in wdt_enable()
89 pr_info("timeout set to %d seconds\n", t); in wdt_set_timeout()
249 pr_info("Removing watchdog\n"); in sbc7240_wdt_unload()
273 pr_info("timeout value must be 1<=x<=%d, using %d\n", in sbc7240_wdt_init()
292 pr_info("Watchdog driver for SBC7240 initialised (nowayout=%d)\n", in sbc7240_wdt_init()
Dsmsc37b787_wdt.c366 pr_info("Watchdog enabled. Timeout set to %d %s\n", in wb_smsc_wdt_open()
380 pr_info("Watchdog disabled, sleeping again...\n"); in wb_smsc_wdt_release()
534 pr_info("SMsC 37B787 watchdog component driver " in wb_smsc_wdt_init()
564 pr_info("Timeout set to %d %s\n", in wb_smsc_wdt_init()
566 pr_info("Watchdog initialized and sleeping (nowayout=%d)...\n", in wb_smsc_wdt_init()
588 pr_info("Watchdog disabled\n"); in wb_smsc_wdt_exit()
595 pr_info("SMsC 37B787 watchdog component driver removed\n"); in wb_smsc_wdt_exit()
Dpnx833x_wdt.c80 pr_info("Started watchdog timer\n"); in pnx833x_wdt_start()
91 pr_info("Stopped watchdog timer\n"); in pnx833x_wdt_stop()
117 pr_info("Started watchdog timer\n"); in pnx833x_wdt_open()
244 pr_info("The system was previously reset due to the watchdog firing - please investigate...\n"); in watchdog_init()
261 pr_info("Hardware Watchdog Timer for PNX833x: Version 0.1\n"); in watchdog_init()
Dxen_wdt.c256 pr_info("timeout value invalid, using %d\n", timeout); in xen_wdt_probe()
266 pr_info("initialized (timeout=%ds, nowayout=%d)\n", in xen_wdt_probe()
271 pr_info("not supported\n"); in xen_wdt_probe()
276 pr_info("bogus return value %d\n", ret); in xen_wdt_probe()
334 pr_info("Xen WatchDog Timer Driver v%s\n", DRV_VERSION); in xen_wdt_init_module()
354 pr_info("module unloaded\n"); in xen_wdt_cleanup_module()
Dpcwd_pci.c244 pr_info("Found card at port 0x%04x (Firmware: %s) %s temp option\n", in pcipcwd_show_card_info()
248 pr_info("Option switches (0x%02x): Temperature Reset Enable=%s, Power On Delay=%s\n", in pcipcwd_show_card_info()
254 pr_info("Previous reset was caused by the Watchdog card\n"); in pcipcwd_show_card_info()
257 pr_info("Card sensed a CPU Overheat\n"); in pcipcwd_show_card_info()
260 pr_info("No previous trip detected - Cold boot or reset\n"); in pcipcwd_show_card_info()
368 pr_info("clearing watchdog trip status & LED\n"); in pcipcwd_clear_status()
692 pr_info("%s\n", DRIVER_VERSION); in pcipcwd_card_init()
745 pr_info("heartbeat value must be 0<heartbeat<65536, using %d\n", in pcipcwd_card_init()
771 pr_info("initialized. heartbeat=%d sec (nowayout=%d)\n", in pcipcwd_card_init()
Dadvantechwdt.c264 pr_info("timeout value must be 1<=x<=63, using %d\n", timeout); in advwdt_probe()
273 pr_info("initialized. timeout=%d sec (nowayout=%d)\n", in advwdt_probe()
313 pr_info("WDT driver for Advantech single board computer initialising\n"); in advwdt_init()
335 pr_info("Watchdog Module Unloaded\n"); in advwdt_exit()
Dindydog.c55 pr_info("Stopped watchdog timer\n"); in indydog_stop()
78 pr_info("Started watchdog timer\n"); in indydog_open()
191 pr_info("Hardware Watchdog Timer for SGI IP22: 0.3\n"); in watchdog_init()
Dsbc_epx_c3.c55 pr_info("Stopped watchdog timer\n"); in epx_c3_stop()
79 pr_info("Started watchdog timer\n"); in epx_c3_open()
198 pr_info("Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"); in watchdog_init()
Drc32434_wdt.c121 pr_info("Started watchdog timer\n"); in rc32434_wdt_start()
132 pr_info("Stopped watchdog timer\n"); in rc32434_wdt_stop()
289 pr_info("timeout value must be between 0 and %d\n", in rc32434_wdt_probe()
299 pr_info("Watchdog Timer version " VERSION ", timer margin: %d sec\n", in rc32434_wdt_probe()
Dw83877f_wdt.c167 pr_info("Watchdog timer is now enabled\n"); in wdt_startup()
177 pr_info("Watchdog timer is now disabled...\n"); in wdt_turnoff()
358 pr_info("timeout value must be 1 <= x <= 3600, using %d\n", in w83877f_wdt_init()
388 pr_info("WDT driver for W83877F initialised. timeout=%d sec (nowayout=%d)\n", in w83877f_wdt_init()
Dsbc60xxwdt.c149 pr_info("Watchdog timer is now enabled\n"); in wdt_startup()
157 pr_info("Watchdog timer is now disabled...\n"); in wdt_turnoff()
337 pr_info("timeout value must be 1 <= x <= 3600, using %d\n", in sbc60xxwdt_init()
368 pr_info("WDT driver for 60XX single board computer initialised. timeout=%d sec (nowayout=%d)\n", in sbc60xxwdt_init()
Dsc520_wdt.c186 pr_info("Watchdog timer is now enabled\n"); in wdt_startup()
198 pr_info("Watchdog timer is now disabled...\n"); in wdt_turnoff()
391 pr_info("timeout value must be 1 <= timeout <= 3600, using %d\n", in sc520_wdt_init()
415 pr_info("WDT driver for SC520 initialised. timeout=%d sec (nowayout=%d)\n", in sc520_wdt_init()
Dwdt977.c121 pr_info("activated\n"); in wdt977_start()
166 pr_info("shutdown\n"); in wdt977_stop()
447 pr_info("driver v%s\n", WATCHDOG_VERSION); in wd977_init()
453 pr_info("timeout value must be 60 < timeout < 15300, using %d\n", in wd977_init()
482 pr_info("initialized. timeout=%d sec (nowayout=%d, testmode=%i)\n", in wd977_init()
Dw83977f_wdt.c133 pr_info("activated\n"); in wdt_start()
187 pr_info("shutdown\n"); in wdt_stop()
472 pr_info("driver v%s\n", WATCHDOG_VERSION); in w83977f_wdt_init()
480 pr_info("timeout value must be 15 <= timeout <= 7635, using %d\n", in w83977f_wdt_init()
503 pr_info("initialized. timeout=%d sec (nowayout=%d testmode=%d)\n", in w83977f_wdt_init()
Dsp5100_tco.c334 pr_info("PCI Revision ID: 0x%x\n", sp5100_tco_pci->revision); in sp5100_tco_setupdevice()
430 pr_info("Using 0x%04x for watchdog MMIO address\n", val); in sp5100_tco_setupdevice()
477 pr_info("Last reboot was %striggered by watchdog.\n", in sp5100_tco_init()
499 pr_info("initialized (0x%p). heartbeat=%d sec (nowayout=%d)\n", in sp5100_tco_init()
549 pr_info("SP5100/SB800 TCO WatchDog Timer Driver v%s\n", TCO_VERSION); in sp5100_tco_init_module()
573 pr_info("SP5100/SB800 TCO Watchdog Module Unloaded\n"); in sp5100_tco_cleanup_module()
/linux-4.4.14/security/keys/
Dtrusted.h43 pr_info("trusted_key: sealing key type %d\n", o->keytype); in dump_options()
44 pr_info("trusted_key: sealing key handle %0X\n", o->keyhandle); in dump_options()
45 pr_info("trusted_key: pcrlock %d\n", o->pcrlock); in dump_options()
46 pr_info("trusted_key: pcrinfo %d\n", o->pcrinfo_len); in dump_options()
53 pr_info("trusted_key: key_len %d\n", p->key_len); in dump_payload()
56 pr_info("trusted_key: bloblen %d\n", p->blob_len); in dump_payload()
59 pr_info("trusted_key: migratable %d\n", p->migratable); in dump_payload()
66 pr_info("trusted-key: secret:\n"); in dump_sess()
69 pr_info("trusted-key: enonce:\n"); in dump_sess()
78 pr_info("\ntrusted-key: tpm buffer\n"); in dump_tpm_buf()
Dtrusted.c67 pr_info("trusted_key: can't alloc %s\n", hash_alg); in TSS_sha1()
87 pr_info("trusted_key: can't alloc %s\n", hmac_alg); in TSS_rawhmac()
137 pr_info("trusted_key: can't alloc %s\n", hash_alg); in TSS_authhmac()
209 pr_info("trusted_key: can't alloc %s\n", hash_alg); in TSS_checkhmac1()
301 pr_info("trusted_key: can't alloc %s\n", hash_alg); in TSS_checkhmac2()
594 pr_info("trusted_key: oiap failed (%d)\n", ret); in tpm_unseal()
599 pr_info("trusted_key: oiap failed (%d)\n", ret); in tpm_unseal()
607 pr_info("trusted_key: tpm_get_random failed (%d)\n", ret); in tpm_unseal()
639 pr_info("trusted_key: authhmac failed (%d)\n", ret); in tpm_unseal()
651 pr_info("trusted_key: TSS_checkhmac2 failed (%d)\n", ret); in tpm_unseal()
[all …]
/linux-4.4.14/arch/microblaze/kernel/
Dsetup.c148 pr_info("Ramdisk addr 0x%08x, ", ram); in machine_early_init()
150 pr_info("FDT at 0x%08x\n", fdt); in machine_early_init()
152 pr_info("Compiled-in FDT at %p\n", _fdt_start); in machine_early_init()
155 pr_info("Found romfs @ 0x%08x (0x%08x)\n", in machine_early_init()
157 pr_info("#### klimit %p ####\n", old_klimit); in machine_early_init()
160 pr_info("Moved 0x%08x bytes from 0x%08x to 0x%08x\n", in machine_early_init()
163 pr_info("New klimit: 0x%08x\n", (unsigned)klimit); in machine_early_init()
168 pr_info("!!!Your kernel has setup MSR instruction but "); in machine_early_init()
173 pr_info("!!!Your kernel not setup MSR instruction but "); in machine_early_init()
Dprocess.c26 pr_info(" Registers dump: mode=%X\r\n", regs->pt_mode); in show_regs()
27 pr_info(" r1=%08lX, r2=%08lX, r3=%08lX, r4=%08lX\n", in show_regs()
29 pr_info(" r5=%08lX, r6=%08lX, r7=%08lX, r8=%08lX\n", in show_regs()
31 pr_info(" r9=%08lX, r10=%08lX, r11=%08lX, r12=%08lX\n", in show_regs()
33 pr_info(" r13=%08lX, r14=%08lX, r15=%08lX, r16=%08lX\n", in show_regs()
35 pr_info(" r17=%08lX, r18=%08lX, r19=%08lX, r20=%08lX\n", in show_regs()
37 pr_info(" r21=%08lX, r22=%08lX, r23=%08lX, r24=%08lX\n", in show_regs()
39 pr_info(" r25=%08lX, r26=%08lX, r27=%08lX, r28=%08lX\n", in show_regs()
41 pr_info(" r29=%08lX, r30=%08lX, r31=%08lX, rPC=%08lX\n", in show_regs()
43 pr_info(" msr=%08lX, ear=%08lX, esr=%08lX, fsr=%08lX\n", in show_regs()
Dearly_printk.c126 pr_info("Early console on uartlite at 0x%08x\n", in setup_early_printk()
133 pr_info("Early console on uart16650 at 0x%08x\n", in setup_early_printk()
139 pr_info("Unsupported early console %d\n", in setup_early_printk()
156 pr_info("early_printk_console remapping from 0x%x to ", base_addr); in remap_early_printk()
Dreset.c28 pr_info("Skipping unavailable RESET gpio %d (%s)\n", in of_platform_reset_gpio_probe()
35 pr_info("GPIO pin is already allocated\n"); in of_platform_reset_gpio_probe()
52 pr_info("RESET: Registered gpio device: %d, current val: %d\n", in of_platform_reset_gpio_probe()
Dtraps.c52 pr_info("Kernel Stack:\n"); in show_stack()
69 pr_info("\n\nCall Trace:\n"); in show_stack()
71 pr_info("\n"); in show_stack()
/linux-4.4.14/drivers/media/rc/
Dnuvoton-cir.c134 pr_info("%s: Dump CIR logical device registers:\n", NVT_DRIVER_NAME); in cir_dump_regs()
135 pr_info(" * CR CIR ACTIVE : 0x%x\n", in cir_dump_regs()
137 pr_info(" * CR CIR BASE ADDR: 0x%x\n", in cir_dump_regs()
140 pr_info(" * CR CIR IRQ NUM: 0x%x\n", in cir_dump_regs()
145 pr_info("%s: Dump CIR registers:\n", NVT_DRIVER_NAME); in cir_dump_regs()
146 pr_info(" * IRCON: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRCON)); in cir_dump_regs()
147 pr_info(" * IRSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRSTS)); in cir_dump_regs()
148 pr_info(" * IREN: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IREN)); in cir_dump_regs()
149 pr_info(" * RXFCONT: 0x%x\n", nvt_cir_reg_read(nvt, CIR_RXFCONT)); in cir_dump_regs()
150 pr_info(" * CP: 0x%x\n", nvt_cir_reg_read(nvt, CIR_CP)); in cir_dump_regs()
[all …]
Dfintek-cir.c120 pr_info("%s: Dump CIR logical device registers:\n", FINTEK_DRIVER_NAME); in cir_dump_regs()
121 pr_info(" * CR CIR BASE ADDR: 0x%x\n", in cir_dump_regs()
124 pr_info(" * CR CIR IRQ NUM: 0x%x\n", in cir_dump_regs()
129 pr_info("%s: Dump CIR registers:\n", FINTEK_DRIVER_NAME); in cir_dump_regs()
130 pr_info(" * STATUS: 0x%x\n", in cir_dump_regs()
132 pr_info(" * CONTROL: 0x%x\n", in cir_dump_regs()
134 pr_info(" * RX_DATA: 0x%x\n", in cir_dump_regs()
136 pr_info(" * TX_CONTROL: 0x%x\n", in cir_dump_regs()
138 pr_info(" * TX_DATA: 0x%x\n", in cir_dump_regs()
/linux-4.4.14/arch/x86/mm/
Damdtopology.c88 pr_info("Scanning NUMA topology in Northbridge %d\n", nb); in amd_numa_init()
95 pr_info("Number of physical nodes %d\n", numnodes); in amd_numa_init()
107 pr_info("Skipping disabled node %d\n", i); in amd_numa_init()
111 pr_info("Ignoring excess node %d (%Lx:%Lx)\n", nodeid, in amd_numa_init()
117 pr_info("Skipping node entry %d (base %Lx)\n", in amd_numa_init()
127 pr_info("Node %d already present, skipping\n", in amd_numa_init()
165 pr_info("Node %d MemBase %016Lx Limit %016Lx\n", in amd_numa_init()
187 pr_info("BSP APIC ID: %02x\n", boot_cpu_physical_apicid); in amd_numa_init()
Dtestmmiotrace.c34 pr_info("write test.\n"); in do_write_test()
51 pr_info("read test.\n"); in do_read_test()
72 pr_info("read far test.\n"); in do_read_far_test()
129 pr_info("All done.\n"); in init()
Dmmio-mod.c110 pr_info("pte for 0x%lx: 0x%llx 0x%llx\n", in print_pte()
404 pr_info("CPU%d is down.\n", cpu); in enter_uniprocessor()
424 pr_info("enabled CPU%d.\n", cpu); in leave_uniprocessor()
450 pr_info("MMIO tracing disabled.\n"); in enable_mmiotrace()
456 pr_info("enabled.\n"); in enable_mmiotrace()
475 pr_info("disabled.\n"); in disable_mmiotrace()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_libfc.h44 pr_info("libfc: " fmt, ##args))
48 pr_info("host%u: lport %6.6x: " fmt, \
54 pr_info("host%u: disc: " fmt, \
60 pr_info("host%u: rport %6.6x: " fmt, \
73 pr_info("host%u: fcp: %6.6x: " \
79 pr_info("host%u: fcp: %6.6x: " fmt, \
87 pr_info("host%u: xid %4x: " fmt, \
93 pr_info("host%u: scsi: " fmt, \
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_core.c50 pr_info("\t----------------------------------------------\n" in dwmac100_dump_mac_regs()
53 pr_info("\tcontrol reg (offset 0x%x): 0x%08x\n", MAC_CONTROL, in dwmac100_dump_mac_regs()
55 pr_info("\taddr HI (offset 0x%x): 0x%08x\n ", MAC_ADDR_HIGH, in dwmac100_dump_mac_regs()
57 pr_info("\taddr LO (offset 0x%x): 0x%08x\n", MAC_ADDR_LOW, in dwmac100_dump_mac_regs()
59 pr_info("\tmulticast hash HI (offset 0x%x): 0x%08x\n", in dwmac100_dump_mac_regs()
61 pr_info("\tmulticast hash LO (offset 0x%x): 0x%08x\n", in dwmac100_dump_mac_regs()
63 pr_info("\tflow control (offset 0x%x): 0x%08x\n", in dwmac100_dump_mac_regs()
65 pr_info("\tVLAN1 tag (offset 0x%x): 0x%08x\n", MAC_VLAN1, in dwmac100_dump_mac_regs()
67 pr_info("\tVLAN2 tag (offset 0x%x): 0x%08x\n", MAC_VLAN2, in dwmac100_dump_mac_regs()
184 pr_info("\tDWMAC100\n"); in dwmac100_setup()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-power.c68 pr_info("Existing DPO event detected.\n"); in poweroff_pending()
74 pr_info("Existing EPOW event detected.\n"); in poweroff_pending()
90 pr_info("EPOW msg received. Powering off system\n"); in opal_power_control_event()
95 pr_info("DPO msg received. Powering off system\n"); in opal_power_control_event()
102 pr_info("Reboot requested\n"); in opal_power_control_event()
106 pr_info("Poweroff requested\n"); in opal_power_control_event()
161 pr_info("OPAL EPOW, DPO support detected.\n"); in opal_power_control_init()
Dpci.c125 pr_info("P7IOC PHB#%d Diag-data (Version: %d)\n", in pnv_pci_dump_p7ioc_diag_data()
129 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_p7ioc_diag_data()
133 pr_info("UtlSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
140 pr_info("RootSts: %08x %08x %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
148 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
154 pr_info("RootErrLog: %08x %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
161 pr_info("RootErrLog1: %08x %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
166 pr_info("PhbSts: %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
170 pr_info("Lem: %016llx %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
175 pr_info("PhbErr: %016llx %016llx %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
[all …]
Dpci-p5ioc2.c79 pr_info(" Allocated bitmap for %d MSIs (base IRQ 0x%x)\n", in pnv_pci_init_p5ioc2_msis()
133 pr_info(" Initializing p5ioc2 PHB %s\n", np->full_name); in pnv_pci_init_p5ioc2_phb()
222 pr_info("Probing p5ioc2 IO-Hub %s\n", np->full_name); in pnv_pci_init_p5ioc2_hub()
230 pr_info(" HUB-ID : 0x%016llx\n", hub_id); in pnv_pci_init_p5ioc2_hub()
240 pr_info(" No PHBs for Hub %s\n", np->full_name); in pnv_pci_init_p5ioc2_hub()
245 pr_info(" Allocating %lld MB of TCE memory per PHB\n", in pnv_pci_init_p5ioc2_hub()
Deeh-powernv.c1135 pr_info(" GEM: %016llx %016llx %016llx %016llx %016llx\n", in pnv_eeh_dump_hub_diag_common()
1145 pr_info(" LEM: %016llx %016llx %016llx %016llx %016llx\n", in pnv_eeh_dump_hub_diag_common()
1168 pr_info("P7IOC diag-data for RGC\n\n"); in pnv_eeh_get_and_dump_hub_diag()
1171 pr_info(" RGC: %016llx %016llx\n", in pnv_eeh_get_and_dump_hub_diag()
1176 pr_info("P7IOC diag-data for BI %s\n\n", in pnv_eeh_get_and_dump_hub_diag()
1181 pr_info(" BI: %016llx %016llx %016llx %016llx\n", in pnv_eeh_get_and_dump_hub_diag()
1188 pr_info("P7IOC diag-data for CI Port %d\n\n", in pnv_eeh_get_and_dump_hub_diag()
1192 pr_info(" CI: %016llx %016llx\n", in pnv_eeh_get_and_dump_hub_diag()
1197 pr_info("P7IOC diag-data for MISC\n\n"); in pnv_eeh_get_and_dump_hub_diag()
1201 pr_info("P7IOC diag-data for I2C\n\n"); in pnv_eeh_get_and_dump_hub_diag()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c226 pr_info("Unable to create_proc_read_entry!\n");
242 pr_info("Unable to create dir_dev directory\n");
254 pr_info("Unable to create_proc_read_entry!\n");
262 pr_info("Unable to create_proc_read_entry!\n");
271 pr_info("Unable to create_proc_read_entry!\n");
278 pr_info("Unable to create_proc_read_entry!\n");
285 pr_info("Unable to create_proc_read_entry!\n");
292 pr_info("Unable to create_proc_read_entry!\n");
299 pr_info("Unable to create_proc_read_entry!\n");
306 pr_info("Unable to create_proc_read_entry!\n");
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Dsetup_64.c549 pr_info("Starting Linux %s %s\n", init_utsname()->machine, in setup_system()
552 pr_info("-----------------------------------------------------\n"); in setup_system()
553 pr_info("ppc64_pft_size = 0x%llx\n", ppc64_pft_size); in setup_system()
554 pr_info("phys_mem_size = 0x%llx\n", memblock_phys_mem_size()); in setup_system()
557 pr_info("dcache_line_size = 0x%x\n", ppc64_caches.dline_size); in setup_system()
559 pr_info("icache_line_size = 0x%x\n", ppc64_caches.iline_size); in setup_system()
561 pr_info("cpu_features = 0x%016lx\n", cur_cpu_spec->cpu_features); in setup_system()
562 pr_info(" possible = 0x%016lx\n", CPU_FTRS_POSSIBLE); in setup_system()
563 pr_info(" always = 0x%016lx\n", CPU_FTRS_ALWAYS); in setup_system()
564 pr_info("cpu_user_features = 0x%08x 0x%08x\n", cur_cpu_spec->cpu_user_features, in setup_system()
[all …]
Deeh_driver.c625 pr_info("EEH: Sleep 5s ahead of complete hotplug\n"); in eeh_reset_device()
636 pr_info("EEH: Sleep 5s ahead of partial hotplug\n"); in eeh_reset_device()
686 pr_info("EEH: Notify device drivers to shutdown\n"); in eeh_handle_normal_event()
706 pr_info("EEH: Collect temporary log\n"); in eeh_handle_normal_event()
714 pr_info("EEH: Reset with hotplug activity\n"); in eeh_handle_normal_event()
725 pr_info("EEH: Enable I/O for affected devices\n"); in eeh_handle_normal_event()
733 pr_info("EEH: Notify device drivers to resume I/O\n"); in eeh_handle_normal_event()
740 pr_info("EEH: Enabled DMA for affected devices\n"); in eeh_handle_normal_event()
766 pr_info("EEH: Reset without hotplug activity\n"); in eeh_handle_normal_event()
774 pr_info("EEH: Notify device drivers " in eeh_handle_normal_event()
[all …]
/linux-4.4.14/drivers/net/ethernet/freescale/
Ducc_geth.c367 pr_info("Init enet entry %d:\n", i); in dump_init_enet_entries()
368 pr_info("Base address: 0x%08x\n", in dump_init_enet_entries()
569 pr_info("TX BDs[%d]\n", i); in dump_bds()
578 pr_info("RX BDs[%d]\n", i); in dump_bds()
588 pr_info("UCC%d Geth registers:\n", ugeth->ug_info->uf_info.ucc_num + 1); in dump_regs()
589 pr_info("Base address: 0x%08x\n", (u32)ugeth->ug_regs); in dump_regs()
591 pr_info("maccfg1 : addr - 0x%08x, val - 0x%08x\n", in dump_regs()
594 pr_info("maccfg2 : addr - 0x%08x, val - 0x%08x\n", in dump_regs()
597 pr_info("ipgifg : addr - 0x%08x, val - 0x%08x\n", in dump_regs()
600 pr_info("hafdup : addr - 0x%08x, val - 0x%08x\n", in dump_regs()
[all …]
/linux-4.4.14/drivers/fmc/
Dfmc-dump.c30 pr_info("%04x: ", addr); in dump_line()
40 pr_info("[...]\n"); in dump_line()
52 pr_info("FMC: %s (%s), slot %i, device %s\n", dev_name(fmc->hwdev), in fmc_dump_eeprom()
54 pr_info("FMC: dumping eeprom 0x%x (%i) bytes\n", fmc->eeprom_len, in fmc_dump_eeprom()
90 pr_info("FMC: %s (%s), slot %i, device %s\n", dev_name(fmc->hwdev), in fmc_dump_sdb()
92 pr_info("FMC: poor dump of sdb first level:\n"); in fmc_dump_sdb()
Dfmc-match.c80 pr_info(" EEPROM has no FRU information\n"); in fmc_fill_id_info()
84 pr_info(" FRU: wrong header checksum\n"); in fmc_fill_id_info()
89 pr_info(" FRU: wrong board area checksum\n"); in fmc_fill_id_info()
94 pr_info(" Manufacturer: %s\n", fmc->id.manufacturer); in fmc_fill_id_info()
95 pr_info(" Product name: %s\n", fmc->id.product_name); in fmc_fill_id_info()
/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dnuma.c48 pr_info("CP0_Config3: CP0 16.3 (0x%lx)\n", value); in enable_lpa()
54 pr_info("CP0_PageGrain: CP0 5.1 (0x%lx)\n", value); in enable_lpa()
68 pr_info("NUMA: Discovered %d cpus on %d nodes\n", in cpu_node_probe()
146 pr_info("Node%d: mem_type:%d, mem_start:0x%llx, mem_size:0x%llx MB\n", in szmem()
148 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n", in szmem()
160 pr_info("Node%d: mem_type:%d, mem_start:0x%llx, mem_size:0x%llx MB\n", in szmem()
162 pr_info(" start_pfn:0x%llx, end_pfn:0x%llx, num_physpages:0x%lx\n", in szmem()
170 pr_info("Node%d: mem_type:%d, mem_start:0x%llx, mem_size:0x%llx MB\n", in szmem()
188 pr_info("Node%d's addrspace_offset is 0x%lx\n", in node_mem_init()
195 pr_info("Node%d: start_pfn=0x%lx, end_pfn=0x%lx, freepfn=0x%lx\n", in node_mem_init()
[all …]
/linux-4.4.14/arch/mips/pistachio/
Dinit.c41 pr_info("CMP IOCU detected\n"); in plat_setup_iocoherency()
44 pr_info("Hardware DMA cache coherency disabled\n"); in plat_setup_iocoherency()
46 pr_info("Hardware DMA cache coherency enabled\n"); in plat_setup_iocoherency()
49 pr_info("Hardware DMA cache coherency unsupported, but enabled from command line!\n"); in plat_setup_iocoherency()
51 pr_info("Software DMA cache coherency enabled\n"); in plat_setup_iocoherency()
Dirq.c21 pr_info("EIC is %s\n", cpu_has_veic ? "on" : "off"); in arch_init_irq()
22 pr_info("VINT is %s\n", cpu_has_vint ? "on" : "off"); in arch_init_irq()
/linux-4.4.14/drivers/usb/usbip/
Dvhci_rx.c82 pr_info("max seqnum %d\n", in vhci_recv_ret_submit()
124 pr_info("unlink->seqnum %lu\n", unlink->seqnum); in dequeue_pending_unlink()
150 pr_info("cannot find the pending unlink %u\n", in vhci_recv_ret_unlink()
165 pr_info("the urb (seqnum %d) was already given back\n", in vhci_recv_ret_unlink()
172 pr_info("urb->status %d\n", urb->status); in vhci_recv_ret_unlink()
211 pr_info("connection reset by peer\n"); in vhci_rx_pdu()
216 pr_info("connection timed out with pending urbs\n"); in vhci_rx_pdu()
218 pr_info("xmit failed %d\n", ret); in vhci_rx_pdu()
224 pr_info("connection closed"); in vhci_rx_pdu()
Dvhci_hcd.c625 pr_info("dequeue a urb %p\n", urb); in vhci_urb_dequeue()
654 pr_info("device %p seems to be disconnected\n", vdev); in vhci_urb_dequeue()
666 pr_info("gives back urb %p\n", urb); in vhci_urb_dequeue()
692 pr_info("seqnum max\n"); in vhci_urb_dequeue()
696 pr_info("device %p seems to be still connected\n", vdev); in vhci_urb_dequeue()
720 pr_info("unlink cleanup tx %lu\n", unlink->unlink_seqnum); in vhci_device_unlink_cleanup()
732 pr_info("unlink cleanup rx %lu\n", unlink->unlink_seqnum); in vhci_device_unlink_cleanup()
736 pr_info("the urb (seqnum %lu) was already given back\n", in vhci_device_unlink_cleanup()
789 pr_info("stop threads\n"); in vhci_shutdown_connection()
796 pr_info("release socket\n"); in vhci_shutdown_connection()
[all …]
/linux-4.4.14/arch/arm/mm/
Dcache-tauros2.c188 pr_info("Tauros2: %s L2 prefetch.\n", in enable_extra_feature()
196 pr_info("Tauros2: %s line fill burt8.\n", in enable_extra_feature()
219 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init()
256 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init()
269 pr_info("Tauros2: L2 cache support initialised " in tauros2_internal_init()
289 pr_info("Not found marvell,tauros2-cache, disable it\n"); in tauros2_init()
295 pr_info("Not found marvell,tauros-cache-features property, " in tauros2_init()
/linux-4.4.14/net/ipv4/
Dxfrm4_tunnel.c80 pr_info("%s: can't add xfrm type\n", __func__); in ipip_init()
85 pr_info("%s: can't add xfrm handler for AF_INET\n", __func__); in ipip_init()
91 pr_info("%s: can't add xfrm handler for AF_INET6\n", __func__); in ipip_init()
104 pr_info("%s: can't remove xfrm handler for AF_INET6\n", in ipip_fini()
108 pr_info("%s: can't remove xfrm handler for AF_INET\n", in ipip_fini()
111 pr_info("%s: can't remove xfrm type\n", __func__); in ipip_fini()
Dipcomp.c178 pr_info("%s: can't add xfrm type\n", __func__); in ipcomp4_init()
182 pr_info("%s: can't add protocol\n", __func__); in ipcomp4_init()
192 pr_info("%s: can't remove protocol\n", __func__); in ipcomp4_fini()
194 pr_info("%s: can't remove xfrm type\n", __func__); in ipcomp4_fini()
/linux-4.4.14/tools/perf/
Dbuiltin-lock.c694 pr_info("\n=== output for debug===\n\n"); in print_bad_events()
695 pr_info("bad: %d, total: %d\n", bad, total); in print_bad_events()
696 pr_info("bad rate: %.2f %%\n", (double)bad / (double)total * 100); in print_bad_events()
697 pr_info("histogram of events caused bad sequence\n"); in print_bad_events()
699 pr_info(" %10s: %d\n", name[i], bad_hist[i]); in print_bad_events()
709 pr_info("%20s ", "Name"); in print_result()
710 pr_info("%10s ", "acquired"); in print_result()
711 pr_info("%10s ", "contended"); in print_result()
713 pr_info("%15s ", "avg wait (ns)"); in print_result()
714 pr_info("%15s ", "total wait (ns)"); in print_result()
[all …]
Dbuiltin-kvm.c364 pr_info("%" PRIu64 " VM %d, vcpu %d: %s event took %" PRIu64 "usec\n", in handle_end_event()
544 pr_info("Analyze events for "); in print_vcpu_info()
547 pr_info("all VMs, "); in print_vcpu_info()
549 pr_info("pid(s) %s, ", kvm->opts.target.pid); in print_vcpu_info()
551 pr_info("dazed and confused on what is monitored, "); in print_vcpu_info()
554 pr_info("all VCPUs:\n\n"); in print_vcpu_info()
556 pr_info("VCPU %d:\n\n", vcpu); in print_vcpu_info()
568 pr_info("%s.%06ld", date, tv.tv_usec); in show_timeofday()
570 pr_info("00:00:00.000000"); in show_timeofday()
586 pr_info("\n\n"); in print_result()
[all …]
/linux-4.4.14/arch/microblaze/mm/
Dinit.c134 pr_info("%s: Main mem: 0x%x, size 0x%08x\n", in setup_memory()
150 pr_info("%s: kernel addr:0x%08x-0x%08x size=0x%08x\n", in setup_memory()
172 pr_info("%s: max_mapnr: %#lx\n", __func__, max_mapnr); in setup_memory()
173 pr_info("%s: min_low_pfn: %#lx\n", __func__, min_low_pfn); in setup_memory()
174 pr_info("%s: max_low_pfn: %#lx\n", __func__, max_low_pfn); in setup_memory()
175 pr_info("%s: max_pfn: %#lx\n", __func__, max_pfn); in setup_memory()
252 pr_info("Kernel virtual memory layout:\n"); in mem_init()
253 pr_info(" * 0x%08lx..0x%08lx : fixmap\n", FIXADDR_START, FIXADDR_TOP); in mem_init()
255 pr_info(" * 0x%08lx..0x%08lx : highmem PTEs\n", in mem_init()
258 pr_info(" * 0x%08lx..0x%08lx : early ioremap\n", in mem_init()
[all …]
/linux-4.4.14/net/netfilter/
Dxt_SECMARK.c63 pr_info("invalid security context \'%s\'\n", info->secctx); in checkentry_lsm()
68 pr_info("unable to map security context \'%s\'\n", info->secctx); in checkentry_lsm()
74 pr_info("unable to obtain relabeling permission\n"); in checkentry_lsm()
89 pr_info("target only valid in the \'mangle\' " in secmark_tg_check()
95 pr_info("mode already set to %hu cannot mix with " in secmark_tg_check()
104 pr_info("invalid mode: %hu\n", info->mode); in secmark_tg_check()
Dxt_l2tp.c219 pr_info("unknown flags: %x\n", info->flags); in l2tp_mt_check()
228 pr_info("invalid flags combination: %x\n", info->flags); in l2tp_mt_check()
237 pr_info("wrong L2TP version: %u\n", info->version); in l2tp_mt_check()
244 pr_info("v2 tid > 0xffff: %u\n", info->tid); in l2tp_mt_check()
249 pr_info("v2 sid > 0xffff: %u\n", info->sid); in l2tp_mt_check()
271 pr_info("missing protocol rule (udp|l2tpip)\n"); in l2tp_mt_check4()
277 pr_info("v2 doesn't support IP mode\n"); in l2tp_mt_check4()
298 pr_info("missing protocol rule (udp|l2tpip)\n"); in l2tp_mt_check6()
304 pr_info("v2 doesn't support IP mode\n"); in l2tp_mt_check6()
Dxt_CT.c85 pr_info("You must specify a L4 protocol, and not use " in xt_ct_set_helper()
93 pr_info("No such helper \"%s\"\n", helper_name); in xt_ct_set_helper()
134 pr_info("Timeout policy base is empty\n"); in xt_ct_set_timeout()
141 pr_info("You must specify a L4 protocol, and not use " in xt_ct_set_timeout()
149 pr_info("No such timeout policy \"%s\"\n", timeout_name); in xt_ct_set_timeout()
155 pr_info("Timeout policy `%s' can only be used by L3 protocol " in xt_ct_set_timeout()
165 pr_info("Timeout policy `%s' can only be used by L4 protocol " in xt_ct_set_timeout()
423 pr_info("netfilter: NOTRACK target is deprecated, " in notrack_chk()
Dxt_CONNSECMARK.c94 pr_info("target only valid in the \'mangle\' " in connsecmark_tg_check()
105 pr_info("invalid mode: %hu\n", info->mode); in connsecmark_tg_check()
111 pr_info("cannot load conntrack support for proto=%u\n", in connsecmark_tg_check()
Dxt_policy.c136 pr_info("neither incoming nor outgoing policy selected\n"); in policy_mt_check()
141 pr_info("output policy not valid in PREROUTING and INPUT\n"); in policy_mt_check()
146 pr_info("input policy not valid in POSTROUTING and OUTPUT\n"); in policy_mt_check()
150 pr_info("too many policy elements\n"); in policy_mt_check()
Dxt_CHECKSUM.c39 pr_info("unsupported CHECKSUM operation %x\n", einfo->operation); in checksum_tg_check()
43 pr_info("no CHECKSUM operation enabled\n"); in checksum_tg_check()
Dxt_HL.c109 pr_info("TTL: invalid or unknown mode %u\n", info->mode); in ttl_tg_check()
122 pr_info("invalid or unknown mode %u\n", info->mode); in hl_tg6_check()
126 pr_info("increment/decrement does not " in hl_tg6_check()
/linux-4.4.14/drivers/misc/
Dlkdtm.c326 pr_info("do_overwritten wasn't overwritten!\n"); in do_overwritten()
342 pr_info("attempting ok execution at %p\n", do_nothing); in execute_location()
347 pr_info("attempting bad execution at %p\n", func); in execute_location()
356 pr_info("attempting ok execution at %p\n", do_nothing); in execute_user_location()
362 pr_info("attempting bad execution at %p\n", func); in execute_user_location()
494 pr_info("attempting bad read at %p\n", ptr); in lkdtm_do_action()
498 pr_info("attempting bad write at %p\n", ptr); in lkdtm_do_action()
510 pr_info("attempting bad write at %p\n", ptr); in lkdtm_do_action()
523 pr_info("attempting bad %zu byte write at %p\n", size, ptr); in lkdtm_do_action()
545 pr_info("Crash point %s of type %s hit, trigger in %d rounds\n", in lkdtm_handler()
[all …]
/linux-4.4.14/arch/x86/kernel/
Dmpparse.c71 pr_info("Processor #%d%s\n", m->apicid, bootup_cpu); in MP_processor_info()
175 pr_info("MPTABLE: OEM ID: %s\n", oem); in smp_check_mpc()
180 pr_info("MPTABLE: Product ID: %s\n", str); in smp_check_mpc()
182 pr_info("MPTABLE: APIC at: 0x%X\n", mpc->lapic); in smp_check_mpc()
299 pr_info("ISA/PCI bus type with no IRQ information... falling back to ELCR\n"); in construct_default_ioirq_mptable()
305 pr_info("Using ELCR to identify PCI interrupts\n"); in construct_default_ioirq_mptable()
516 pr_info("Intel MultiProcessor Specification v1.%d\n", in default_get_smp_config()
520 pr_info(" IMCR and PIC compatibility mode.\n"); in default_get_smp_config()
523 pr_info(" Virtual Wire compatibility mode.\n"); in default_get_smp_config()
539 pr_info("Default MP configuration #%d\n", mpf->feature1); in default_get_smp_config()
[all …]
Daperture_64.c85 pr_info("Mapping aperture over RAM [mem %#010lx-%#010lx] (%uKB)\n", in allocate_aperture()
130 pr_info("pci 0000:%02x:%02x:%02x: AGP bridge\n", bus, slot, func); in read_agp()
158 pr_info("pci 0000:%02x:%02x.%d: AGP aperture [bus addr %#010Lx-%#010Lx] (old size %uMB)\n", in read_agp()
162pr_info("pci 0000:%02x:%02x.%d: AGP aperture size %uMB (APSIZE %#x) is not right, using settings f… in read_agp()
167 pr_info("pci 0000:%02x:%02x.%d: AGP aperture [bus addr %#010Lx-%#010Lx] (%uMB, APSIZE %#x)\n", in read_agp()
225 pr_info("No AGP bridge found\n"); in search_agp_bridge()
320 pr_info("e820: reserve [mem %#010Lx-%#010Lx] for GART\n", in early_gart_iommu_check()
368 pr_info("Checking aperture...\n"); in gart_iommu_hole_init()
409 pr_info("Node %d: aperture [bus addr %#010Lx-%#010Lx] (%uMB)\n", in gart_iommu_hole_init()
461 pr_info("Your BIOS doesn't leave an aperture memory hole\n"); in gart_iommu_hole_init()
[all …]
Dtsc_msr.c100 pr_info("Maximum core-clock to bus-clock ratio: 0x%x\n", ratio); in try_msr_calibrate_tsc()
109 pr_info("Resolved frequency ID: %u, frequency: %u KHz\n", in try_msr_calibrate_tsc()
116 pr_info("TSC runs at %lu KHz\n", res); in try_msr_calibrate_tsc()
120 pr_info("lapic_timer_frequency = %d\n", lapic_timer_frequency); in try_msr_calibrate_tsc()
Dtsc.c639 pr_info("Fast TSC calibration failed\n"); in quick_pit_calibrate()
658 pr_info("Fast TSC calibration using PIT\n"); in quick_pit_calibrate()
760 pr_info("PIT calibration matches %s. %d loops\n", in native_calibrate_tsc()
798 pr_info("using %s reference calibration\n", in native_calibrate_tsc()
806 pr_info("Using PIT calibration value\n"); in native_calibrate_tsc()
823 pr_info("Using PIT calibration value\n"); in native_calibrate_tsc()
1011 pr_info("Marking TSC unstable due to %s\n", reason); in mark_tsc_unstable()
1140 pr_info("Refined TSC clocksource calibration: %lu.%03lu MHz\n", in tsc_refine_calibration_work()
1204 pr_info("Detected %lu.%03lu MHz processor\n", in tsc_init()
/linux-4.4.14/drivers/scsi/fcoe/
Dlibfcoe.h20 pr_info("libfcoe: " fmt, ##args);)
24 pr_info("host%d: fip: " fmt, \
29 pr_info("%s: " fmt, __func__, ##args);)
33 pr_info("ctlr_%d: " fmt, cdev->id, ##args);)
/linux-4.4.14/arch/um/kernel/
Dsysrq.c20 pr_info(" [<%08lx>]", address); in _print_addr()
45 pr_info("Stack:\n"); in show_stack()
56 pr_info("Call Trace:\n"); in show_stack()
58 pr_info("\n"); in show_stack()
/linux-4.4.14/arch/metag/mm/
Dl2cache.c48 pr_info("L2 Cache: Not present\n"); in meta_l2c_setup()
70 pr_info("L2 Cache: Enabling... "); in meta_l2c_setup()
76 pr_info("L2 Cache: Not enabling\n"); in meta_l2c_setup()
83 pr_info("L2 Cache: Enabling prefetch... "); in meta_l2c_setup()
89 pr_info("L2 Cache: Not enabling prefetch\n"); in meta_l2c_setup()
/linux-4.4.14/net/atm/
Dmpc.c188 pr_info("mpoa: out of memory\n"); in atm_mpoa_add_qos()
316 pr_info("(%s) not starting\n", dev->name); in start_mpc()
387 pr_info("(%s) no mpc\n", dev->name); in lane2_assoc_ind()
398 pr_info("TLV value extends past its buffer, aborting parse\n"); in lane2_assoc_ind()
403 pr_info("mpoa: (%s) TLV type was 0, returning\n", in lane2_assoc_ind()
418 pr_info("(%s) short MPOA Device Type TLV\n", in lane2_assoc_ind()
424 pr_info("(%s) short MPOA Device Type TLV\n", dev->name); in lane2_assoc_ind()
436 pr_info("(%s) MPS_AND_MPC has zero MACs\n", dev->name); in lane2_assoc_ind()
454 pr_info("(%s) ignoring %Zd bytes of trailing TLV garbage\n", in lane2_assoc_ind()
477 pr_info("(%s) out of mem\n", mpc->dev->name); in copy_macs()
[all …]
/linux-4.4.14/drivers/firmware/google/
Dmemconsole.c74 pr_info("BIOS console v1 EBDA structure found at %p\n", hdr); in found_v1_header()
75 pr_info("BIOS console buffer at 0x%.8x, " in found_v1_header()
86 pr_info("BIOS console v2 EBDA structure found at %p\n", hdr); in found_v2_header()
87 pr_info("BIOS console buffer at 0x%.8x, " in found_v2_header()
107 pr_info("BIOS EBDA non-existent.\n"); in found_memconsole()
135 pr_info("BIOS console EBDA structure not found!\n"); in found_memconsole()
/linux-4.4.14/arch/mips/netlogic/xlr/
Dfmn-config.c52 pr_info("Bucket size :\n"); in print_credit_config()
53 pr_info("Station\t: Size\n"); in print_credit_config()
55 pr_info(" %d %d %d %d %d %d %d %d\n", in print_credit_config()
64 pr_info("\n"); in print_credit_config()
66 pr_info("Credits distribution :\n"); in print_credit_config()
67 pr_info("Station\t: Size\n"); in print_credit_config()
69 pr_info(" %d %d %d %d %d %d %d %d\n", in print_credit_config()
78 pr_info("\n"); in print_credit_config()
102 pr_info("Credit distribution complete.\n"); in check_credit_distribution()
/linux-4.4.14/fs/ncpfs/
Dgetopt.c51 pr_info("%s: the %s option requires an argument\n", in ncp_getopt()
59 pr_info("%s: invalid numeric value in %s=%s\n", in ncp_getopt()
68 pr_info("%s: unexpected argument %s to the %s option\n", in ncp_getopt()
73 pr_info("%s: Unrecognized mount option %s\n", caller, token); in ncp_getopt()
/linux-4.4.14/drivers/block/
Dfloppy.c154 pr_info("floppy%d: " format, current_drive, ##args)
284 pr_info("DMA memory shortage. Temporarily falling back on virtual DMA\n"); in fallback_on_nodma_alloc()
628 pr_info("%s:%s dtime=%lu\n", func, msg, jiffies - debugtimer); in debugt()
855 pr_info("bad fdc value\n"); in set_fdc()
1048 pr_info("zero dma transfer size:"); in setup_DMA()
1057 pr_info("non aligned address: %p\n", raw_cmd->kernel_data); in setup_DMA()
1688 pr_info("DOR0=%x\n", fdc_state[0].dor); in floppy_interrupt()
1689 pr_info("floppy interrupt on bizarre fdc %d\n", fdc); in floppy_interrupt()
1690 pr_info("handler=%pf\n", handler); in floppy_interrupt()
1749 pr_info("reset set in interrupt, calling %pf\n", cont->error); in reset_interrupt()
[all …]
/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_ov7660.c51 pr_info("Forcing an %s sensor\n", ov7660.name); in ov7660_probe()
82 pr_info("Sensor reported 0x%x%x\n", prod_id, ver_id); in ov7660_probe()
85 pr_info("Detected a ov7660 sensor\n"); in ov7660_probe()
292 pr_info("Dumping the ov7660 register state\n"); in ov7660_dump_registers()
296 pr_info("register 0x%x contains 0x%x\n", address, value); in ov7660_dump_registers()
299 pr_info("ov7660 register state dump complete\n"); in ov7660_dump_registers()
301 pr_info("Probing for which registers that are read/write\n"); in ov7660_dump_registers()
311 pr_info("register 0x%x is writeable\n", address); in ov7660_dump_registers()
313 pr_info("register 0x%x is read only\n", address); in ov7660_dump_registers()
Dm5602_s5k83a.c58 pr_info("Forcing a %s sensor\n", s5k83a.name); in s5k83a_probe()
91 pr_info("Detected a s5k83a sensor\n"); in s5k83a_probe()
130 pr_info("Invalid stream command, exiting init\n"); in s5k83a_init()
187 pr_info("Camera was flipped\n"); in rotation_thread_function()
422 pr_info("Dumping the s5k83a register state for page 0x%x\n", in s5k83a_dump_registers()
427 pr_info("register 0x%x contains 0x%x\n", address, val); in s5k83a_dump_registers()
430 pr_info("s5k83a register state dump complete\n"); in s5k83a_dump_registers()
434 pr_info("Probing for which registers that are read/write for page 0x%x\n", in s5k83a_dump_registers()
444 pr_info("register 0x%x is writeable\n", in s5k83a_dump_registers()
447 pr_info("register 0x%x is read only\n", in s5k83a_dump_registers()
[all …]
Dm5602_s5k4aa.c153 pr_info("Forcing a %s sensor\n", s5k4aa.name); in s5k4aa_probe()
189 pr_info("Invalid stream command, exiting init\n"); in s5k4aa_probe()
205 pr_info("Detected a s5k4aa sensor\n"); in s5k4aa_probe()
321 pr_info("Invalid stream command, exiting init\n"); in s5k4aa_init()
529 pr_info("Dumping the s5k4aa register state for page 0x%x\n", in s5k4aa_dump_registers()
534 pr_info("register 0x%x contains 0x%x\n", in s5k4aa_dump_registers()
538 pr_info("s5k4aa register state dump complete\n"); in s5k4aa_dump_registers()
542 pr_info("Probing for which registers that are read/write for page 0x%x\n", in s5k4aa_dump_registers()
552 pr_info("register 0x%x is writeable\n", in s5k4aa_dump_registers()
555 pr_info("register 0x%x is read only\n", in s5k4aa_dump_registers()
[all …]
Dm5602_mt9m111.c63 pr_info("Forcing a %s sensor\n", mt9m111.name); in mt9m111_probe()
91 pr_info("Detected a mt9m111 sensor\n"); in mt9m111_probe()
427 pr_info("Dumping the mt9m111 register state\n"); in mt9m111_dump_registers()
429 pr_info("Dumping the mt9m111 sensor core registers\n"); in mt9m111_dump_registers()
434 pr_info("register 0x%x contains 0x%x%x\n", in mt9m111_dump_registers()
438 pr_info("Dumping the mt9m111 color pipeline registers\n"); in mt9m111_dump_registers()
443 pr_info("register 0x%x contains 0x%x%x\n", in mt9m111_dump_registers()
447 pr_info("Dumping the mt9m111 camera control registers\n"); in mt9m111_dump_registers()
452 pr_info("register 0x%x contains 0x%x%x\n", in mt9m111_dump_registers()
456 pr_info("mt9m111 register state dump complete\n"); in mt9m111_dump_registers()
Dm5602_po1030.c62 pr_info("Forcing a %s sensor\n", po1030.name); in po1030_probe()
86 pr_info("Detected a po1030 sensor\n"); in po1030_probe()
120 pr_info("Invalid stream command, exiting init\n"); in po1030_init()
493 pr_info("Dumping the po1030 sensor core registers\n"); in po1030_dump_registers()
496 pr_info("register 0x%x contains 0x%x\n", address, value); in po1030_dump_registers()
499 pr_info("po1030 register state dump complete\n"); in po1030_dump_registers()
501 pr_info("Probing for which registers that are read/write\n"); in po1030_dump_registers()
511 pr_info("register 0x%x is writeable\n", address); in po1030_dump_registers()
513 pr_info("register 0x%x is read only\n", address); in po1030_dump_registers()
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-core.c285 pr_info("Registered device AU0828 [%s]\n", in au0828_usb_probe()
301 pr_info("Suspend\n"); in au0828_suspend()
318 pr_info("Resume\n"); in au0828_resume()
350 pr_info("%s() Debugging is enabled\n", __func__); in au0828_init()
353 pr_info("%s() USB Debugging is enabled\n", __func__); in au0828_init()
356 pr_info("%s() I2C Debugging is enabled\n", __func__); in au0828_init()
359 pr_info("%s() Bridge Debugging is enabled\n", in au0828_init()
363 pr_info("%s() IR Debugging is enabled\n", in au0828_init()
366 pr_info("au0828 driver loaded\n"); in au0828_init()
/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c49 pr_info("%s", buf); in print_reg_file()
78 pr_info("Path: %s\n", !IS_ERR(path_nm) ? path_nm : "?"); in print_task_path_n_nm()
107 pr_info(" @off 0x%lx in [%s]\n" in show_faulting_vma()
113 pr_info(" @No matching VMA found\n"); in show_faulting_vma()
123 pr_info("\n[ECR ]: 0x%08lx => ", regs->event); in show_ecr_verbose()
187 pr_info("[EFA ]: 0x%08lx\n[BLINK ]: %pS\n[ERET ]: %pS\n", in show_regs()
194 pr_info("[STAT32]: 0x%08lx", regs->status32); in show_regs()
210 pr_info("BTA: 0x%08lx\t SP: 0x%08lx\t FP: 0x%08lx\n", in show_regs()
212 pr_info("LPS: 0x%08lx\tLPE: 0x%08lx\tLPC: 0x%08lx\n", in show_regs()
Dsmp.c132 pr_info("## CPU%u LIVE ##: Executing Code...\n", cpu); in start_kernel_secondary()
164 pr_info("Idle Task [%d] %p", cpu, idle); in __cpu_up()
165 pr_info("Trying to bring up CPU%u ...\n", cpu); in __cpu_up()
181 pr_info("Timeout: CPU%u FAILED to comeup !!!\n", cpu); in __cpu_up()
342 pr_info("IPI with bogus msg %ld in %ld\n", msg, copy); in do_IPI()
/linux-4.4.14/drivers/firmware/
Dpsci.c194 pr_info("probing for conduit method from DT.\n"); in get_set_conduit_method()
277 pr_info("Trusted OS migration not required\n"); in psci_init_migrate()
282 pr_info("MIGRATE_INFO_TYPE not supported.\n"); in psci_init_migrate()
302 pr_info("Trusted OS resident on physical CPU 0x%lx\n", cpuid); in psci_init_migrate()
307 pr_info("Using standard PSCI v0.2 function IDs\n"); in psci_0_2_set_functions()
337 pr_info("PSCIv%d.%d detected in firmware.\n", in psci_probe()
400 pr_info("Using PSCI v0.1 Function IDs from DT\n"); in psci_0_1_init()
457 pr_info("is not implemented in ACPI.\n"); in psci_acpi_init()
461 pr_info("probing for conduit method from ACPI.\n"); in psci_acpi_init()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dodm_debug.h87 pr_info("%s(): " fmt, __func__, ## args);
96 pr_info("[ODM-8188E] "); \
102 pr_info("Assertion failed! %s at ......\n", #expr); \
103 pr_info(" ......%s,%s,line=%d\n", __FILE__, \
Drtw_debug.h78 pr_info(DRIVER_PREFIX"ERROR " fmt, ##arg); \
84 pr_info(DRIVER_PREFIX __VA_ARGS__); \
90 pr_info(DRIVER_PREFIX __VA_ARGS__); \
96 pr_info("%s [0x%08x,%d]", DRIVER_PREFIX, \
98 pr_info fmt; \
107 pr_info("%s", DRIVER_PREFIX); \
108 pr_info(_titlestring); \
110 pr_info("%02X%s", ptr[__i], \
/linux-4.4.14/drivers/cpufreq/
Dpowernv-cpufreq.c103 pr_info("cpufreq pstate min %d nominal %d max %d\n", pstate_min, in init_powernv_pstates()
335 pr_info("CPU %d on Chip %u has Pmax reduced below turbo frequency (%d < %d)\n", in powernv_cpufreq_throttle_check()
340 pr_info("CPU %d on Chip %u has Pmax restored to %d\n", cpu, in powernv_cpufreq_throttle_check()
348 pr_info("Pstate set to safe frequency\n"); in powernv_cpufreq_throttle_check()
354 pr_info("Frequency Control disabled from OS\n"); in powernv_cpufreq_throttle_check()
358 pr_info("PMSR = %16lx\n", pmsr); in powernv_cpufreq_throttle_check()
474 pr_info("OCC (On Chip Controller - enforces hard thermal/power limits) Resetting\n"); in powernv_cpufreq_occ_msg()
489 pr_info("OCC Loading, CPU frequency is throttled until OCC is started\n"); in powernv_cpufreq_occ_msg()
498 pr_info("OCC Active, CPU frequency is no longer throttled\n"); in powernv_cpufreq_occ_msg()
510 pr_info("OCC: Chip %u Pmax reduced due to %s\n", in powernv_cpufreq_occ_msg()
[all …]
/linux-4.4.14/drivers/infiniband/core/
Diwpm_msg.c118 pr_info("%s: %s (client = %d)\n", __func__, err_str, nl_client); in iwpm_register_pid()
187 pr_info("%s: %s (client = %d)\n", __func__, err_str, nl_client); in iwpm_add_mapping()
263 pr_info("%s: %s (client = %d)\n", __func__, err_str, nl_client); in iwpm_add_and_query_mapping()
326 pr_info("%s: %s (client = %d)\n", __func__, err_str, nl_client); in iwpm_remove_mapping()
366 pr_info("%s: Could not find a matching request (seq = %u)\n", in iwpm_register_pid_cb()
381 pr_info("%s: Incorrect info (dev = %s name = %s version = %d)\n", in iwpm_register_pid_cb()
434 pr_info("%s: Could not find a matching request (seq = %u)\n", in iwpm_add_mapping_cb()
449 pr_info("%s: Sockaddr family doesn't match the requested one\n", in iwpm_add_mapping_cb()
507 pr_info("%s: Could not find a matching request (seq = %u)\n", in iwpm_add_and_query_mapping_cb()
523 pr_info("%s: Received a Reject (pid = %u, echo seq = %u)\n", in iwpm_add_and_query_mapping_cb()
[all …]
/linux-4.4.14/drivers/net/wan/
Dcosa.c451 pr_info("invalid IRQ %d\n", irq); in cosa_probe()
457 pr_info("invalid I/O address 0x%x\n", base); in cosa_probe()
462 pr_info("invalid DMA %d\n", dma); in cosa_probe()
468 pr_info("8/16 bit base and DMA mismatch (base=0x%x, dma=%d)\n", in cosa_probe()
495 pr_info("valid signature not found at 0x%x\n", base); in cosa_probe()
528 pr_info("multiple interrupts obtained (%d, board at 0x%x)\n", in cosa_probe()
534 pr_info("no interrupt obtained (board at 0x%x)\n", in cosa_probe()
601 pr_info("cosa%d: %s (%s at 0x%x irq %d dma %d), %d channels\n", in cosa_probe()
930 pr_info("cosa_poll is here\n"); in cosa_poll()
1015 pr_info("cosa%d: WARNING: reset requested with cosa->usage > 1 (%d). Odd things may happen.\n", in cosa_reset()
[all …]
/linux-4.4.14/arch/arm/kernel/
Dtcm.c146 pr_info("CPU: found %sTCM%d %dk @ %08x, %senabled\n", in setup_tcm_bank()
173 pr_info("CPU: moved %sTCM%d %dk to %08x, enabled\n", in setup_tcm_bank()
274 pr_info("CPU TCM: %u bytes of DTCM and %u bytes of " in tcm_init()
308 pr_info("CPU DTCM: %u bytes of code compiled to " in tcm_init()
332 pr_info("CPU DTCM: %u bytes of code compiled to DTCM but no " in tcm_init()
346 pr_info("CPU ITCM: %u bytes of code compiled to " in tcm_init()
370 pr_info("CPU ITCM: %u bytes of code compiled to ITCM but no " in tcm_init()
/linux-4.4.14/drivers/acpi/
Dtables.c91 pr_info("INT_SRC_OVR (bus %d bus_irq %d global_irq %d %s %s)\n", in acpi_table_print_madt_entry()
97 pr_info("INT_SRC_OVR unexpected reserved flags: 0x%x\n", in acpi_table_print_madt_entry()
107 pr_info("NMI_SRC (%s %s global_irq %d)\n", in acpi_table_print_madt_entry()
118 pr_info("LAPIC_NMI (acpi_id[0x%02x] %s %s lint[0x%x])\n", in acpi_table_print_madt_entry()
135 pr_info("X2APIC_NMI (uid[0x%02x] %s %s lint[0x%x])\n", in acpi_table_print_madt_entry()
147 pr_info("LAPIC_ADDR_OVR (address[%p])\n", in acpi_table_print_madt_entry()
176pr_info("PLAT_INT_SRC (%s %s type[0x%x] id[0x%04x] eid[0x%x] iosapic_vector[0x%x] global_irq[0x%x]… in acpi_table_print_madt_entry()
449 pr_info("Early table checksum verification enabled\n"); in acpi_table_init()
452 pr_info("Early table checksum verification disabled\n"); in acpi_table_init()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c214 pr_info("%s Enabled\n", opt->name); in ixgb_validate_option()
217 pr_info("%s Disabled\n", opt->name); in ixgb_validate_option()
223 pr_info("%s set to %i\n", opt->name, *value); in ixgb_validate_option()
235 pr_info("%s\n", ent->str); in ixgb_validate_option()
245 pr_info("Invalid %s specified (%i) %s\n", opt->name, *value, opt->err); in ixgb_validate_option()
367 pr_info("Ignoring RxFCHighThresh when no RxFC\n"); in ixgb_check_options()
386 pr_info("Ignoring RxFCLowThresh when no RxFC\n"); in ixgb_check_options()
406 pr_info("Ignoring FCReqTimeout when no RxFC\n"); in ixgb_check_options()
413 pr_info("RxFCHighThresh must be >= (RxFCLowThresh + 8), Using Defaults\n"); in ixgb_check_options()
/linux-4.4.14/arch/metag/kernel/
Dprocess.c134 pr_info(" pt_regs @ %p\n", regs); in show_regs()
135 pr_info(" SaveMask = 0x%04hx\n", regs->ctx.SaveMask); in show_regs()
136 pr_info(" Flags = 0x%04hx (%c%c%c%c)\n", regs->ctx.Flags, in show_regs()
141 pr_info(" TXRPT = 0x%08x\n", regs->ctx.CurrRPT); in show_regs()
142 pr_info(" PC = 0x%08x\n", regs->ctx.CurrPC); in show_regs()
146 pr_info(" %s = 0x%08x ", in show_regs()
158 pr_info(" A0.2 = 0x%08x ", in show_regs()
165 pr_info(" A0.%d = 0x%08x ", i + 3, regs->ctx.AX3[i].U0); in show_regs()
170 pr_info(" %s = 0x%08x ", DX0_names[i], regs->ctx.DX[i].U0); in show_regs()
Dda.c21 pr_info("DA present\n"); in metag_da_probe()
23 pr_info("DA not present\n"); in metag_da_probe()
/linux-4.4.14/arch/mips/kernel/
Dsysrq.c28 pr_info("CPU%d:\n", smp_processor_id()); in sysrq_tlbdump_single()
30 pr_info("\n"); in sysrq_tlbdump_single()
32 pr_info("\n"); in sysrq_tlbdump_single()
Drtlx.c33 pr_info("id 0x%lx state %d\n", rtlx->id, rtlx->state); in dump_rtlx()
38 pr_info(" rt_state %d lx_state %d buffer_size %d\n", in dump_rtlx()
41 pr_info(" rt_read %d rt_write %d\n", in dump_rtlx()
44 pr_info(" lx_read %d lx_write %d\n", in dump_rtlx()
47 pr_info(" rt_buffer <%s>\n", chan->rt_buffer); in dump_rtlx()
48 pr_info(" lx_buffer <%s>\n", chan->lx_buffer); in dump_rtlx()
/linux-4.4.14/drivers/edac/
Dghes_edac.c89 pr_info("Can't get DIMM%i size\n", in ghes_edac_dmidecode()
438 pr_info("Can't allocate memory for EDAC data\n"); in ghes_edac_register()
460 pr_info("This EDAC driver relies on BIOS to enumerate memory and get error reports.\n"); in ghes_edac_register()
461 pr_info("Unfortunately, not all BIOSes reflect the memory layout correctly.\n"); in ghes_edac_register()
462 pr_info("So, the end result of using this driver varies from vendor to vendor.\n"); in ghes_edac_register()
463 pr_info("If you find incorrect reports, please contact your hardware vendor\n"); in ghes_edac_register()
464 pr_info("to correct its BIOS.\n"); in ghes_edac_register()
465 pr_info("This system has %d DIMM sockets.\n", in ghes_edac_register()
468 pr_info("This system has a very crappy BIOS: It doesn't even list the DIMMS.\n"); in ghes_edac_register()
469 pr_info("Its SMBIOS info is wrong. It is doubtful that the error report would\n"); in ghes_edac_register()
[all …]
/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c93 pr_info("WARN: Access flags mismatch\n"); in aim_open()
97 pr_info("WARN: Device is busy\n"); in aim_open()
205 pr_info("submitting MBO to core failed\n"); in aim_write()
323 pr_info("Bad interface pointer\n"); in aim_disconnect_channel()
371 pr_info("WARN: Fifo is full\n"); in aim_rx_completion()
389 pr_info("Bad interface pointer\n"); in aim_tx_completion()
393 pr_info("Channel ID out of range\n"); in aim_tx_completion()
428 pr_info("Probing AIM with bad arguments"); in aim_probe()
457 pr_info("failed to alloc channel kfifo"); in aim_probe()
473 pr_info("failed to create new device node %s\n", name); in aim_probe()
[all …]
/linux-4.4.14/sound/ppc/
Dsnd_ps3.c143 pr_info("%s: DMA ch %d is not stopped.", in snd_ps3_verify_dma_stop()
482 pr_info("%s: invalid rate %d\n", __func__, in snd_ps3_set_avsetting()
496 pr_info("%s: invalid width %d\n", __func__, in snd_ps3_set_avsetting()
796 pr_info("%s: ioremap 0 failed p=%#lx l=%#lx \n", in snd_ps3_map_mmio()
822 pr_info("%s: device map 1 failed %d\n", __func__, in snd_ps3_allocate_irq()
829 pr_info("%s: ioremap 1 failed \n", __func__); in snd_ps3_allocate_irq()
838 pr_info("%s: unmap 1 failed\n", __func__); in snd_ps3_allocate_irq()
845 pr_info("%s:ps3_alloc_irq failed (%d)\n", __func__, ret); in snd_ps3_allocate_irq()
852 pr_info("%s: request_irq failed (%d)\n", __func__, ret); in snd_ps3_allocate_irq()
881 pr_info("%s: gpu_attribute failed %d\n", __func__, in snd_ps3_audio_set_base_addr()
[all …]
/linux-4.4.14/arch/mips/bcm63xx/
Dsetup.c27 pr_info("System halted\n"); in bcm63xx_machine_halt()
37 pr_info("soft-resetting all blocks ...\n"); in bcm6348_a1_reboot()
49 pr_info("jumping to reset vector.\n"); in bcm6348_a1_reboot()
113 pr_info("triggering watchdog soft-reset...\n"); in bcm63xx_machine_reboot()
/linux-4.4.14/tools/perf/tests/
Dvmlinux-kallsyms.c186 pr_info("Maps only in vmlinux:\n"); in test__vmlinux_matches_kallsyms()
206 pr_info("Maps in vmlinux with a different name in kallsyms:\n"); in test__vmlinux_matches_kallsyms()
220 pr_info(" %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as", in test__vmlinux_matches_kallsyms()
223 pr_info(":\n*%" PRIx64 "-%" PRIx64 " %" PRIx64, in test__vmlinux_matches_kallsyms()
225 pr_info(" %s\n", pair->dso->name); in test__vmlinux_matches_kallsyms()
230 pr_info("Maps only in kallsyms:\n"); in test__vmlinux_matches_kallsyms()
Dhists_filter.c150 pr_info("Normal histogram\n"); in test__hists_filter()
174 pr_info("Histogram for thread filter\n"); in test__hists_filter()
203 pr_info("Histogram for dso filter\n"); in test__hists_filter()
238 pr_info("Histogram for symbol filter\n"); in test__hists_filter()
267 pr_info("Histogram for socket filters\n"); in test__hists_filter()
298 pr_info("Histogram for all filters\n"); in test__hists_filter()
Dhists_common.c168 pr_info("----- %s --------\n", __func__); in print_hists_in()
176 pr_info("%2d: entry: %-8s [%-8s] %20s: period = %"PRIu64"\n", in print_hists_in()
195 pr_info("----- %s --------\n", __func__); in print_hists_out()
203 pr_info("%2d: entry: %8s:%5d [%-8s] %20s: period = %"PRIu64"/%"PRIu64"\n", in print_hists_out()
/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_hw.c36 pr_info("mmio phyAddr = %lx\n", sm750_dev->vidreg_start); in hw_sm750_map()
57 pr_info("mmio virtual addr = %p\n", sm750_dev->pvReg); in hw_sm750_map()
73 pr_info("video memory phyAddr = %lx, size = %u bytes\n", in hw_sm750_map()
84 pr_info("video memory vaddr = %p\n", sm750_dev->pvMem); in hw_sm750_map()
164 pr_info("yes,CH7301 DVI chip found\n"); in hw_sm750_inithw()
168 pr_info("okay,CH7301 DVI chip setup done\n"); in hw_sm750_inithw()
193 pr_info("primary channel\n"); in hw_sm750_output_setMode()
200 pr_info("secondary channel\n"); in hw_sm750_output_setMode()
217 pr_info("ddk setlogicdispout done\n"); in hw_sm750_output_setMode()
422 pr_info("flag = FB_BLANK_UNBLANK\n"); in hw_sm750_setBLANK()
[all …]
Dsm750.c328 pr_info("fix->line_length = %d\n", fix->line_length); in lynxfb_ops_set_par()
676 pr_info("use simul primary mode\n"); in sm750fb_set_drv()
780 pr_info("crtc->cursor.mmio = %p\n", crtc->cursor.mmio); in lynxfb_set_fbinfo()
812 pr_info("success! use specified mode:%s in %s\n", in lynxfb_set_fbinfo()
835 pr_info("Member of info->var is :\n\ in lynxfb_set_fbinfo()
876 pr_info("fix->smem_start = %lx\n", fix->smem_start); in lynxfb_set_fbinfo()
885 pr_info("fix->smem_len = %x\n", fix->smem_len); in lynxfb_set_fbinfo()
889 pr_info("fix->mmio_start = %lx\n", fix->mmio_start); in lynxfb_set_fbinfo()
891 pr_info("fix->mmio_len = %x\n", fix->mmio_len); in lynxfb_set_fbinfo()
952 pr_info("opt=%s\n", opt); in sm750fb_setup()
[all …]
/linux-4.4.14/net/ipv6/
Dmip6.c313 pr_info("%s: spi is not 0: %u\n", __func__, x->id.spi); in mip6_destopt_init_state()
317 pr_info("%s: state's mode is not %u: %u\n", in mip6_destopt_init_state()
448 pr_info("%s: spi is not 0: %u\n", __func__, x->id.spi); in mip6_rthdr_init_state()
452 pr_info("%s: state's mode is not %u: %u\n", in mip6_rthdr_init_state()
484 pr_info("Mobile IPv6\n"); in mip6_init()
487 pr_info("%s: can't add xfrm type(destopt)\n", __func__); in mip6_init()
491 pr_info("%s: can't add xfrm type(rthdr)\n", __func__); in mip6_init()
495 pr_info("%s: can't add rawv6 mh filter\n", __func__); in mip6_init()
513 pr_info("%s: can't remove rawv6 mh filter\n", __func__); in mip6_fini()
515 pr_info("%s: can't remove xfrm type(rthdr)\n", __func__); in mip6_fini()
[all …]
Dipcomp6.c205 pr_info("%s: can't add xfrm type\n", __func__); in ipcomp6_init()
209 pr_info("%s: can't add protocol\n", __func__); in ipcomp6_init()
219 pr_info("%s: can't remove protocol\n", __func__); in ipcomp6_fini()
221 pr_info("%s: can't remove xfrm type\n", __func__); in ipcomp6_fini()
/linux-4.4.14/arch/arm64/kernel/
Defi.c123 pr_info("EFI v%u.%.02u by %s\n", in uefi_init()
169 pr_info("Processing EFI memory map:\n"); in reserve_regions()
178 pr_info(" 0x%012llx-0x%012llx %s", in reserve_regions()
249 pr_info(" EFI remap 0x%016llx => %p\n", in efi_virtmap_init()
282 pr_info("EFI services will not be available.\n"); in arm64_enable_runtime_services()
287 pr_info("EFI runtime services will be disabled.\n"); in arm64_enable_runtime_services()
291 pr_info("Remapping and enabling EFI services.\n"); in arm64_enable_runtime_services()
/linux-4.4.14/arch/blackfin/mm/
Disram-driver.c211 pr_info("INFO: running isram_read tests\n"); in isram_read_test()
237 pr_info("INFO: running isram_write tests\n"); in isram_write_test()
287 pr_info("INFO: running broad isram_memcpy tests\n"); in isram_memcpy_test()
292 pr_info("INFO: running isram_memcpy (read) tests\n"); in isram_memcpy_test()
322 pr_info("INFO: running isram_memcpy (write) tests\n"); in isram_memcpy_test()
369 pr_info("INFO: testing %#x bytes (%p - %p)\n", in isram_test_init()
381 pr_info("INFO: running initial dma_memcpy checks %p\n", sdram); in isram_test_init()
399 pr_info("PASS: all tests worked !\n"); in isram_test_init()
/linux-4.4.14/include/linux/
Dgenl_magic_func.h47 #ifndef pr_info
48 #define pr_info(args...) fprintf(stderr, args); macro
61 pr_info("%s attr %s: %d 0x%08x\n", dir, in dprint_field()
66 pr_info("%s attr %s: %lld 0x%08llx\n", dir, in dprint_field()
71 pr_info("%s attr %s: set\n", dir, name); in dprint_field()
83 pr_info("%s attr %s: [len:%u] '%s'\n", dir, name, len, val); in dprint_array()
88 pr_info("%s attr %s: [len:%u] %02x%02x%02x%02x ...\n", in dprint_array()
93 #define DPRINT_TLA(a, op, b) pr_info("%s %s %s\n", a, op, b);
182 pr_info("<< must not change invariant attr: %s\n", #name); \
190 pr_info("<< missing attr: %s\n", #name); \
/linux-4.4.14/kernel/trace/
Dtrace_sched_switch.c44 pr_info("wakeup trace: Couldn't activate tracepoint" in tracing_sched_register()
51 pr_info("wakeup trace: Couldn't activate tracepoint" in tracing_sched_register()
58 pr_info("sched trace: Couldn't activate tracepoint" in tracing_sched_register()
/linux-4.4.14/drivers/soc/brcmstb/
Dbiuctrl.c38 pr_info("MCP: Enabling write pairing\n"); in mcp_write_pairing_set()
42 pr_info("MCP: Disabling write pairing\n"); in mcp_write_pairing_set()
46 pr_info("MCP: Write pairing already disabled\n"); in mcp_write_pairing_set()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_debug.h149 pr_info(DRIVER_PREFIX fmt, ##arg);\
155 pr_info(DRIVER_PREFIX __VA_ARGS__); \
161 pr_info(DRIVER_PREFIX __VA_ARGS__); \
180 pr_info("%s", DRIVER_PREFIX); \
181 pr_info(_TitleString); \
/linux-4.4.14/init/
Dcalibrate.c283 pr_info("Calibrating delay loop (skipped) " in calibrate_delay()
288 pr_info("Calibrating delay loop (skipped) " in calibrate_delay()
292 pr_info("Calibrating delay loop (skipped), " in calibrate_delay()
298 pr_info("Calibrating delay using timer " in calibrate_delay()
302 pr_info("Calibrating delay loop... "); in calibrate_delay()
/linux-4.4.14/lib/raid6/
Dalgos.c124 pr_info("raid6: using %s recovery algorithm\n", best->name); in raid6_choose_recov()
161 pr_info("raid6: %-8s gen() %5ld MB/s\n", (*algo)->name, in raid6_choose_gen()
184 pr_info("raid6: %-8s xor() %5ld MB/s\n", (*algo)->name, in raid6_choose_gen()
190 pr_info("raid6: using algorithm %s gen() %ld MB/s\n", in raid6_choose_gen()
194 pr_info("raid6: .... xor() %ld MB/s, rmw enabled\n", in raid6_choose_gen()
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
Deeprom.c168 pr_info("%s: Controller %d of multiport board\n", in tulip_parse_eeprom()
174 pr_info("%s: Missing EEPROM, this interface may not work correctly!\n", in tulip_parse_eeprom()
187 pr_info("%s: Old format EEPROM on '%s' board. Using substitute media control info\n", in tulip_parse_eeprom()
193 pr_info("%s: Old style EEPROM with no media selection information\n", in tulip_parse_eeprom()
239 pr_info("%s: EEPROM default media type %s\n", in tulip_parse_eeprom()
305 pr_info("%s: MII interface PHY %d, setup/reset sequences %d/%d long, capabilities %02x %02x\n", in tulip_parse_eeprom()
311 pr_info("%s: Index #%d - Media %s (#%d) described by a %s (%d) block\n", in tulip_parse_eeprom()
/linux-4.4.14/drivers/s390/block/
Dxpram.c300 pr_info(" number of devices (partitions): %d \n", xpram_devs); in xpram_setup_sizes()
303 pr_info(" size of partition %d: %u kB\n", in xpram_setup_sizes()
306 pr_info(" size of partition %d to be set " in xpram_setup_sizes()
309 pr_info(" memory needed (for sized partitions): %lu kB\n", in xpram_setup_sizes()
311 pr_info(" partitions to be sized automatically: %d\n", in xpram_setup_sizes()
327 pr_info(" automatically determined " in xpram_setup_sizes()
454 pr_info(" %u pages expanded memory found (%lu KB).\n", in xpram_init()
/linux-4.4.14/drivers/staging/most/aim-v4l2/
Dvideo.c82 pr_info("aim_vdev_open()\n"); in aim_vdev_open()
131 pr_info("aim_vdev_close()\n"); in aim_vdev_close()
259 pr_info("vidioc_querycap()\n"); in vidioc_querycap()
276 pr_info("vidioc_enum_fmt_vid_cap() %d\n", f->index); in vidioc_enum_fmt_vid_cap()
292 pr_info("vidioc_g_fmt_vid_cap()\n"); in vidioc_g_fmt_vid_cap()
318 pr_info("vidioc_g_std()\n"); in vidioc_g_std()
355 pr_info("vidioc_s_input(%d)\n", index); in vidioc_s_input()
434 pr_info("aim_register_videodev()\n"); in aim_register_videodev()
467 pr_info("aim_unregister_videodev()\n"); in aim_unregister_videodev()
488 pr_info("aim_probe_channel()\n"); in aim_probe_channel()
[all …]
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c335 DEBUG(pr_info("Init sync serial port %d\n", portnbr)); in initialize_port()
443 DEBUG(pr_info("Invalid minor %d\n", dev)); in sync_serial_open()
449 DEBUG(pr_info("syncser%d is busy\n", dev)); in sync_serial_open()
470 DEBUG(pr_info("Using DMA for syncser%d\n", dev)); in sync_serial_open()
547 DEBUG(pr_info("Invalid minor %d\n", dev)); in sync_serial_release()
591 pr_info("sync_serial_poll: mask 0x%08X %s %s\n", in sync_serial_poll()
614 DEBUG(pr_info("Invalid minor %d\n", dev)); in __sync_serial_read()
645 DEBUGREAD(pr_info("R%d c %d ri %u wi %u /%u\n", in __sync_serial_read()
683 DEBUGREAD(pr_info("r %d\n", count)); in __sync_serial_read()
699 DEBUG(pr_info("sync_serial_input copy from user failed\n")); in sync_serial_input()
[all …]
/linux-4.4.14/drivers/staging/unisys/include/
Dchannel.h378 pr_info("%s Channel StateTransition INVALID! - acquire failed because OS client DISABLED\n", in spar_channel_client_acquire_os()
386 pr_info("%s Channel StateTransition (%s) %s(%d)-->%s(%d)\n", in spar_channel_client_acquire_os()
399 pr_info("%s Channel OS client acquire now successful\n", in spar_channel_client_acquire_os()
417pr_info("%s Channel StateTransition INVALID! - acquire failed because OS client NOT ATTACHED (stat… in spar_channel_client_acquire_os()
434 pr_info("%s Channel StateTransition failed - host OS acquire failed because boot BUSY\n", in spar_channel_client_acquire_os()
444 pr_info("%s Channel OS client acquire now successful\n", id); in spar_channel_client_acquire_os()
457 pr_info("%s Channel OS client error state cleared\n", id); in spar_channel_client_release_os()
463pr_info("%s Channel StateTransition INVALID! - release failed because OS client NOT BUSY (state=%s… in spar_channel_client_release_os()
/linux-4.4.14/drivers/platform/x86/
Dhp-wireless.c73 pr_info("Received unknown event (0x%x)\n", event); in hpwl_notify()
115 pr_info("Initializing HPQ6001 module\n"); in hpwl_init()
125 pr_info("Exiting HPQ6001 module\n"); in hpwl_exit()
Dtoshiba_haps.c62 pr_info("HDD protection level set to: %d\n", level); in toshiba_haps_protection_level()
144 pr_info("Received event: 0x%x", event); in toshiba_haps_notify()
174 pr_info("HDD protection not available or using SSD\n"); in toshiba_haps_available()
192 pr_info("Toshiba HDD Active Protection Sensor device\n"); in toshiba_haps_add()
Ddell-wmi.c154 pr_info("Unknown key %x pressed\n", reported_key); in dell_wmi_process_key()
207 pr_info("Received unknown WMI event\n"); in dell_wmi_notify()
245 pr_info("Unknown WMI event type 0x00: " in dell_wmi_notify()
278 pr_info("Unknown WMI event type 0x11: " in dell_wmi_notify()
286 pr_info("Unknown WMI event type 0x%x\n", in dell_wmi_notify()
Dwmi.c432 pr_info("%pUL:\n", g->guid); in wmi_dump_wdg()
433 pr_info("\tobject_id: %c%c\n", g->object_id[0], g->object_id[1]); in wmi_dump_wdg()
434 pr_info("\tnotify_id: %02X\n", g->notify_id); in wmi_dump_wdg()
435 pr_info("\treserved: %02X\n", g->reserved); in wmi_dump_wdg()
436 pr_info("\tinstance_count: %d\n", g->instance_count); in wmi_dump_wdg()
437 pr_info("\tflags: %#x", g->flags); in wmi_dump_wdg()
460 pr_info("bad event status 0x%x\n", status); in wmi_notify_debug()
469 pr_info("DEBUG Event "); in wmi_notify_debug()
852 pr_info("DEBUG Event GUID: %pUL\n", in acpi_wmi_notify()
917 pr_info("Mapper loaded\n"); in acpi_wmi_init()
[all …]
/linux-4.4.14/drivers/w1/masters/
Dds2490.c271 pr_info("%45s: %8x\n", str, buf[off]); in ds_print_msg()
278 pr_info("0x%x: count=%d, status: ", dev->ep[EP_STATUS], count); in ds_dump_status()
280 pr_info("%02x ", buf[i]); in ds_dump_status()
281 pr_info("\n"); in ds_dump_status()
309 pr_info("NRS: Reset no presence or ...\n"); in ds_dump_status()
311 pr_info("SH: short on reset or set path\n"); in ds_dump_status()
313 pr_info("APP: alarming presence on reset\n"); in ds_dump_status()
315 pr_info("VPP: 12V expected not seen\n"); in ds_dump_status()
317 pr_info("CMP: compare error\n"); in ds_dump_status()
319 pr_info("CRC: CRC error detected\n"); in ds_dump_status()
[all …]
/linux-4.4.14/fs/nfsd/
Dfault_inject.c69 pr_info("NFSD [%s]: Client %s had %llu state object(s)\n", in fault_inject_write()
74 pr_info("NFSD Fault Injection: %s (all)", op->file); in fault_inject_write()
76 pr_info("NFSD Fault Injection: %s (n = %llu)", in fault_inject_write()
79 pr_info("NFSD: %s: found %llu", op->file, val); in fault_inject_write()
/linux-4.4.14/kernel/power/
Dprocess.c133 pr_info("Freezing user space processes ... "); in freeze_processes()
168 pr_info("Freezing remaining freezable tasks ... "); in freeze_kernel_threads()
196 pr_info("Restarting tasks ... "); in thaw_processes()
224 pr_info("Restarting kernel threads ... "); in thaw_kernel_threads()
/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.c465 pr_info(" kprobe\n"); in run_api_tests()
470 pr_info(" jprobe\n"); in run_api_tests()
482 pr_info(" kretprobe\n"); in run_api_tests()
632 pr_info(" %dns for kprobe %s\n", ret, b->title); in run_benchmarks()
635 pr_info("\n"); in run_benchmarks()
1609 pr_info(" Check decoding tables\n"); in run_test_cases()
1614 pr_info(" Run test cases\n"); in run_test_cases()
1630 pr_info("Beginning kprobe tests...\n"); in run_all_tests()
1634 pr_info("Probe ARM code\n"); in run_all_tests()
1639 pr_info("ARM instruction simulation\n"); in run_all_tests()
[all …]
/linux-4.4.14/arch/mips/netlogic/xlp/
Dahci-init-xlp2.c234 pr_info("PHY read addr = 0x%x physel = %d data = 0x%x %s\n", in check_phy_register()
259 pr_info("Initializing XLP9XX On-chip AHCI...\n"); in nlm_sata_firmware_init()
322 pr_info("PHY0 is up.\n"); in nlm_sata_firmware_init()
324 pr_info("PHY0 is down.\n"); in nlm_sata_firmware_init()
326 pr_info("PHY1 is up.\n"); in nlm_sata_firmware_init()
328 pr_info("PHY1 is down.\n"); in nlm_sata_firmware_init()
330 pr_info("XLP AHCI Init Done.\n"); in nlm_sata_firmware_init()
Dahci-init.c117 pr_info("XLP AHCI Initialization started.\n"); in nlm_sata_firmware_init()
143 pr_info("PHY%d is up.\n", i); in nlm_sata_firmware_init()
145 pr_info("PHY%d is down.\n", i); in nlm_sata_firmware_init()
148 pr_info("XLP AHCI init done.\n"); in nlm_sata_firmware_init()
/linux-4.4.14/net/sunrpc/xprtrdma/
Dbackchannel.c223 pr_info("RPC: %s: rpclen %zd headerp 0x%p lkey 0x%x\n", in rpcrdma_bc_marshal_reply()
225 pr_info("RPC: %s: RPC/RDMA: %*ph\n", in rpcrdma_bc_marshal_reply()
227 pr_info("RPC: %s: RPC: %*ph\n", in rpcrdma_bc_marshal_reply()
310 pr_info("RPC: %s: callback XID %08x, length=%u\n", in rpcrdma_bc_receive_call()
312 pr_info("RPC: %s: %*ph\n", __func__, rep->rr_len, headerp); in rpcrdma_bc_receive_call()
337 pr_info("RPC: %s: using rqst %p\n", __func__, rqst); in rpcrdma_bc_receive_call()
359 pr_info("RPC: %s: attaching rep %p to req %p\n", in rpcrdma_bc_receive_call()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_debug.c35 pr_info("NULL %pV", &vaf); in BNX2FC_IO_DBG()
59 pr_info("NULL %pV", &vaf); in BNX2FC_TGT_DBG()
80 pr_info("NULL %pV", &vaf); in BNX2FC_HBA_DBG()
Dbnx2fc_debug.h30 pr_info(fmt, ##__VA_ARGS__); \
36 pr_info(fmt, ##__VA_ARGS__); \
/linux-4.4.14/drivers/base/
Dsyscore.c66 pr_info("PM: Calling %pF\n", ops->suspend); in syscore_suspend()
104 pr_info("PM: Calling %pF\n", ops->resume); in syscore_resume()
126 pr_info("PM: Calling %pF\n", ops->shutdown); in syscore_shutdown()
/linux-4.4.14/drivers/net/ethernet/microchip/
Dencx24j600.c547 pr_info(DRV_NAME ": %s\n", msg); in encx24j600_dump_config()
550 pr_info(DRV_NAME " ECON1: %04X\n", encx24j600_read_reg(priv, ECON1)); in encx24j600_dump_config()
551 pr_info(DRV_NAME " ECON2: %04X\n", encx24j600_read_reg(priv, ECON2)); in encx24j600_dump_config()
552 pr_info(DRV_NAME " ERXFCON: %04X\n", encx24j600_read_reg(priv, in encx24j600_dump_config()
554 pr_info(DRV_NAME " ESTAT: %04X\n", encx24j600_read_reg(priv, ESTAT)); in encx24j600_dump_config()
555 pr_info(DRV_NAME " EIR: %04X\n", encx24j600_read_reg(priv, EIR)); in encx24j600_dump_config()
556 pr_info(DRV_NAME " EIDLED: %04X\n", encx24j600_read_reg(priv, EIDLED)); in encx24j600_dump_config()
559 pr_info(DRV_NAME " MACON1: %04X\n", encx24j600_read_reg(priv, MACON1)); in encx24j600_dump_config()
560 pr_info(DRV_NAME " MACON2: %04X\n", encx24j600_read_reg(priv, MACON2)); in encx24j600_dump_config()
561 pr_info(DRV_NAME " MAIPG: %04X\n", encx24j600_read_reg(priv, MAIPG)); in encx24j600_dump_config()
[all …]
/linux-4.4.14/drivers/hwmon/
Dhwmon-vid.c261 pr_info("Using %d-bit VID table for VIA %s CPU\n", in get_via_model_d_vrm()
265 pr_info("Using %d-bit VID table for VIA %s CPU\n", in get_via_model_d_vrm()
300 pr_info("Unknown VRM version of your x86 CPU\n"); in vid_which_vrm()
308 pr_info("Unknown VRM version of your CPU\n"); in vid_which_vrm()
/linux-4.4.14/arch/x86/kernel/apic/
Dx2apic_uv_x.c191 pr_info("UV: OEM IDs %s/%s, System/HUB Types %d/%d, uv_apic %d\n", in uv_acpi_madt_oem_check()
500 pr_info("UV: Map %s_HI base address NULL\n", id); in map_high()
521 pr_info("UV: Map GRU_DIST base address NULL\n"); in map_gru_distributed()
549 pr_info("UV: GRU disabled\n"); in map_gru_high()
571 pr_info("UV: MMR disabled\n"); in map_mmr_high()
608 pr_info("UV: %s overlay 0x%lx base:0x%x m_io:%d\n", in map_mmioh_high_uv3()
611 pr_info("UV: %s disabled\n", id); in map_mmioh_high_uv3()
654 pr_info("UV: %s[%03d..%03d] NASID 0x%04x ADDR 0x%016lx - 0x%016lx\n", in map_mmioh_high_uv3()
663 pr_info("UV: %s base:0x%lx shift:%d M_IO:%d MAX_IO:%d\n", in map_mmioh_high_uv3()
704 pr_info( in map_mmioh_high()
[all …]
Dapic.c230 pr_info("APIC: switched to apic NOOP\n"); in apic_disable()
409 pr_info("LVT offset %d assigned for vector 0x%02x\n", in reserve_eilvt_offset()
660 pr_info("APIC delta adjusted to PM-Timer: " in calibrate_by_pmtimer()
838 pr_info("Disabling APIC timer\n"); in setup_boot_APIC_clock()
1172 pr_info("No ESR for 82489DX.\n"); in lapic_setup_esr()
1183 pr_info("Leaving ESR disabled.\n"); in lapic_setup_esr()
1534 pr_info("x2apic: IRQ remapping doesn't support X2APIC mode\n"); in try_to_enable_x2apic()
1551 pr_info("x2apic: enabled by BIOS, switching to x2apic ops\n"); in check_x2apic()
1578 pr_info("Not enabling interrupt remapping due to skipped IO-APIC setup\n"); in try_to_enable_IR()
1596 pr_info("Saving IO-APIC state failed: %d\n", ret); in enable_IR_x2apic()
[all …]
Dprobe_64.c39 pr_info("Switched APIC routing to %s.\n", in default_setup_apic_routing()
65 pr_info("Setting APIC routing to %s.\n", in default_acpi_madt_oem_check()
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c189 pr_info("encrypted_key: insufficient parameters specified\n"); in datablob_parse()
214 pr_info("encrypted_key: master key parameter is missing\n"); in datablob_parse()
219 pr_info("encrypted_key: master key parameter \'%s\' " in datablob_parse()
227 pr_info("encrypted_key: keylen parameter is missing\n"); in datablob_parse()
235 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
243 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
249 pr_info("encrypted_key: hex blob is missing\n"); in datablob_parse()
256 pr_info("encrypted_key: keyword \'%s\' not allowed " in datablob_parse()
264 pr_info("encrypted_key: keyword \'%s\' not recognized\n", in datablob_parse()
346 pr_info("encrypted_key: can't alloc %s\n", hmac_alg); in calc_hmac()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c119 pr_info("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores, in kfd_populated_cu_info_cpu()
141 pr_info("CU GPU: simds=%d id_base=%d\n", cu->num_simd_cores, in kfd_populated_cu_info_gpu()
153 pr_info("Found CU entry in CRAT table with proximity_domain=%d caps=%x\n", in kfd_parse_subtype_cu()
182 pr_info("Found memory entry in CRAT table with proximity_domain=%d\n", in kfd_parse_subtype_mem()
230 pr_info("Found cache entry in CRAT table with processor_id=%d\n", id); in kfd_parse_subtype_cache()
282 pr_info("Found IO link entry in CRAT table with id_from=%d\n", id_from); in kfd_parse_subtype_iolink()
345 pr_info("Found TLB entry in CRAT table (not processing)\n"); in kfd_parse_subtype()
351 pr_info("Found CCOMPUTE entry in CRAT table (not processing)\n"); in kfd_parse_subtype()
450 pr_info("Parsing CRAT table with %d nodes\n", num_nodes); in kfd_parse_crat_table()
959 pr_info("Creating topology SYSFS entries\n"); in kfd_topology_update_sysfs()
[all …]
/linux-4.4.14/arch/x86/platform/scx200/
Dscx200_32.c64 pr_info("GPIO base 0x%x\n", base); in scx200_probe()
88 pr_info("Configuration Block base 0x%x\n", scx200_cb_base); in scx200_probe()
113 pr_info("NatSemi SCx200 Driver\n"); in scx200_init()
/linux-4.4.14/arch/arm/plat-samsung/
Dcpu.c44 pr_info("Samsung CPU ID: 0x%08lx\n", samsung_cpu_id); in s3c64xx_init_cpu()
52 pr_info("Samsung CPU ID: 0x%08lx\n", samsung_cpu_id); in s5p_init_cpu()
/linux-4.4.14/arch/mips/mti-sead3/
Dsead3-int.c34 pr_info("GIC: %spresent\n", (gic_present) ? "" : "not "); in arch_init_irq()
35 pr_info("EIC: %s\n", in arch_init_irq()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
DmISDNisar.c225 pr_info("%s: firmware error have %d need %d words\n", in load_firmware()
233 pr_info("ISAR send_mbox dkey failed\n"); in load_firmware()
244 pr_info("ISAR wrong dkey response (%x,%x,%x)\n", in load_firmware()
273 pr_info("ISAR send_mbox prog failed\n"); in load_firmware()
278 pr_info("ISAR poll_mbox prog failed\n"); in load_firmware()
285 pr_info("ISAR wrong prog response (%x,%x,%x)\n", in load_firmware()
304 pr_info("ISAR send_mbox start dsp failed\n"); in load_firmware()
309 pr_info("ISAR poll_mbox start dsp failed\n"); in load_firmware()
314 pr_info("ISAR wrong start dsp response (%x,%x,%x)\n", in load_firmware()
331 pr_info("ISAR no general status event received\n"); in load_firmware()
[all …]
Dspeedfax.c212 pr_info("%s: %s unknown command %x %lx\n", in sfax_ctrl()
241 pr_info("%s: unknown Op %x\n", sf->name, cq->op); in channel_ctrl()
268 pr_info("%s: cannot get module\n", sf->name); in sfax_dctrl()
293 pr_info("%s: couldn't get interrupt %d\n", sf->name, sf->irq); in init_card()
301 pr_info("%s: ISAC init failed with %d\n", in init_card()
314 pr_info("%s: IRQ(%d) got no requests during init %d\n", in init_card()
330 pr_info("mISDN: %s config port %x-%x already in use\n", in setup_speedfax()
396 pr_info("%s: firmware request failed %d\n", in setup_instance()
461 pr_info("No memory for Speedfax+ PCI\n"); in sfaxpci_probe()
/linux-4.4.14/arch/powerpc/platforms/44x/
Dppc476.c246 pr_info("%s: Found board revision %d\n", __func__, board_rev); in ppc47x_get_board_rev()
251 pr_info("%s: Unable to find board revision\n", __func__); in ppc47x_get_board_rev()
263 pr_info("%s: Mapping irq %d\n", __func__, dev->irq); in ppc47x_pci_irq_fixup()
266 pr_info("%s: Mapping irq %d\n", __func__, dev->irq); in ppc47x_pci_irq_fixup()
/linux-4.4.14/arch/tile/kernel/
Dmachine_kexec.c149 pr_info("%s: out of bounds\n", __func__); in kexec_bn2cl()
160 pr_info("%s: ran off end of page\n", __func__); in kexec_bn2cl()
194 pr_info("setting new command line to \"%s\"\n", command_line); in kexec_find_and_set_command_line()
200 pr_info("%s: no command line found; making empty\n", __func__); in kexec_find_and_set_command_line()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-cards.c2918 pr_info("%d: detected: %s [card=%d], PCI subsystem ID is %04x:%04x\n", in bttv_idcard()
2925 pr_info("%d: subsystem: %04x:%04x (UNKNOWN)\n", in bttv_idcard()
2937 pr_info("%d: using: %s [card=%d,%s]\n", in bttv_idcard()
2959 pr_info("%d: gpio config override: mask=0x%x, mux=", in bttv_idcard()
2986 pr_info("%d: detected by eeprom: %s [card=%d]\n", in identify_by_eeprom()
3031 pr_info("%d: FlyVideo_gpio: unknown tuner type\n", btv->c.nr); in flyvideo_gpio()
3048 pr_info("%d: FlyVideo Radio=%s RemoteControl=%s Tuner=%d gpio=0x%06x\n", in flyvideo_gpio()
3051 pr_info("%d: FlyVideo LR90=%s tda9821/tda9820=%s capture_only=%s\n", in flyvideo_gpio()
3103 pr_info("%d: miro: id=%d tuner=%d radio=%s stereo=%s\n", in miro_pinnacle_gpio()
3149 pr_info("%d: pinnacle/mt: id=%d info=\"%s\" radio=%s\n", in miro_pinnacle_gpio()
[all …]
/linux-4.4.14/net/tipc/
Dcore.c112 pr_info("Activated (version " TIPC_MOD_VER ")\n"); in tipc_init()
144 pr_info("Started in single node mode\n"); in tipc_init()
170 pr_info("Deactivated\n"); in tipc_exit()
/linux-4.4.14/arch/arm/mach-pxa/
Dtosa-bt.c40 pr_info("BT_RADIO going: %s\n", blocked ? "off" : "on"); in tosa_bt_set_block()
43 pr_info("TOSA_BT: going ON\n"); in tosa_bt_set_block()
46 pr_info("TOSA_BT: going OFF\n"); in tosa_bt_set_block()
Dcm-x2xx-pci.c126 pr_info("Initializing CM-X2XX PCI subsystem\n"); in cmx2xx_pci_preinit()
133 pr_info("PCI Bridge found.\n"); in cmx2xx_pci_preinit()
148 pr_info("CardBus Bridge found.\n"); in cmx2xx_pci_preinit()
/linux-4.4.14/arch/microblaze/pci/
Dxilinx_pci.c94 pr_info("%02x:%02x:%02x", bus, dev, func); in xilinx_early_pci_scan()
109 pr_info("\n"); in xilinx_early_pci_scan()
167 pr_info("xilinx-pci: Registered PCI host bridge\n"); in xilinx_pci_init()
/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c218 pr_info("WARN: fifo | trash fifo not empty\n"); in flush_channel_fifos()
407 pr_info("WARN: invalid attribute settings\n"); in store_set_direction()
442 pr_info("WARN: invalid attribute settings\n"); in store_set_datatype()
1282 pr_info("WARN: Allocation of MBO failed.\n"); in arm_mbo_chain()
1294 pr_info("WARN: No DMA coherent buffer.\n"); in arm_mbo_chain()
1355 pr_info("WARN: Tx MBO status: invalid\n"); in most_write_completion()
1505 pr_info("WARN: rx device out of buffers\n"); in most_read_completion()
1545 pr_info("failed to acquire HDM lock\n"); in most_start_channel()
1553 pr_info("channel configuration failed. Go check settings...\n"); in most_start_channel()
1567 pr_info("failed to allocate memory\n"); in most_start_channel()
[all …]
/linux-4.4.14/arch/sh/drivers/pci/
Dfixups-sdk7786.c52 pr_info("Activating PCIe slot#4 (disabling slot#3)\n"); in sdk7786_pci_init()
63 pr_info("PCIe slot#4 disabled\n"); in sdk7786_pci_init()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dhotplug-memory.c260 pr_info("Attempting to hot-remove %d LMB(s)\n", lmbs_to_remove); in dlpar_memory_remove_by_count()
312 pr_info("Memory at %llx was hot-removed\n", in dlpar_memory_remove_by_count()
330 pr_info("Attempting to hot-remove LMB, drc index %x\n", drc_index); in dlpar_memory_remove_by_index()
349 pr_info("Failed to hot-remove memory at %llx\n", in dlpar_memory_remove_by_index()
352 pr_info("Memory at %llx was hot-removed\n", lmbs[i].base_addr); in dlpar_memory_remove_by_index()
447 pr_info("Attempting to hot-add %d LMB(s)\n", lmbs_to_add); in dlpar_memory_add_by_count()
496 pr_info("Memory at %llx (drc index %x) was hot-added\n", in dlpar_memory_add_by_count()
512 pr_info("Attempting to hot-add LMB, drc index %x\n", drc_index); in dlpar_memory_add_by_index()
531 pr_info("Failed to hot-add memory, drc index %x\n", drc_index); in dlpar_memory_add_by_index()
533 pr_info("Memory at %llx (drc index %x) was hot-added\n", in dlpar_memory_add_by_index()
/linux-4.4.14/arch/arm/mach-cns3xxx/
Dpcie.c136 pr_info("PCIe map irq: %04d:%02x:%02x.%02x slot %d, pin %d, irq: %d\n", in cns3xxx_pcie_map_irq()
198 pr_info("PCIe: Port[%d] Enable PCIe LTSSM\n", port); in cns3xxx_pcie_check_link()
199 pr_info("PCIe: Port[%d] Check data link layer...", port); in cns3xxx_pcie_check_link()
205 pr_info("Link up.\n"); in cns3xxx_pcie_check_link()
209 pr_info("Device not found.\n"); in cns3xxx_pcie_check_link()
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup_tx3927.c100 pr_info("TX3927 D-Cache WriteThrough.\n"); in tx3927_setup()
102 pr_info("TX3927 D-Cache WriteBack.\n"); in tx3927_setup()
104 pr_info("TX3927 D-Cache WriteBack (CWF) .\n"); in tx3927_setup()
/linux-4.4.14/drivers/nfc/
Dmei_phy.c113 pr_info("%s\n", __func__); in mei_nfc_if_version()
161 pr_info("%s\n", __func__); in mei_nfc_connect()
205 pr_info("IVN 0x%x Vendor ID 0x%x\n", in mei_nfc_connect()
208 pr_info("ME FW %d.%d.%d.%d\n", in mei_nfc_connect()
336 pr_info("%s\n", __func__); in nfc_mei_phy_enable()
380 pr_info("%s\n", __func__); in nfc_mei_phy_disable()
/linux-4.4.14/arch/xtensa/platforms/iss/
Dsetup.c43 pr_info(" ** Called platform_halt() **\n"); in platform_halt()
49 pr_info(" ** Called platform_power_off() **\n"); in platform_power_off()
/linux-4.4.14/arch/microblaze/kernel/cpu/
Dcache.c612 pr_info("wb_msr\n"); in microblaze_cache_init()
616 pr_info("WB won't work properly\n"); in microblaze_cache_init()
620 pr_info("wt_msr_noirq\n"); in microblaze_cache_init()
623 pr_info("wt_msr\n"); in microblaze_cache_init()
629 pr_info("wb_nomsr\n"); in microblaze_cache_init()
633 pr_info("WB won't work properly\n"); in microblaze_cache_init()
637 pr_info("wt_nomsr_noirq\n"); in microblaze_cache_init()
640 pr_info("wt_nomsr\n"); in microblaze_cache_init()
Dcpuinfo.c90 pr_info("%s: initialising\n", __func__); in setup_cpuinfo()
101 pr_info("%s: Using full CPU PVR support\n", in setup_cpuinfo()
/linux-4.4.14/drivers/staging/most/aim-sound/
Dsound.c436 pr_info("pcm_trigger(), invalid\n"); in pcm_trigger()
501 pr_info("PCM format is 8-bit mono\n"); in audio_set_hw_params()
508 pr_info("PCM format is 16-bit stereo\n"); in audio_set_hw_params()
516 pr_info("PCM format is 24-bit stereo\n"); in audio_set_hw_params()
524 pr_info("PCM format is 32-bit stereo\n"); in audio_set_hw_params()
532 pr_info("PCM format is 16-bit 5.1 multi channel\n"); in audio_set_hw_params()
598 pr_info("PCM format missing\n"); in audio_probe_channel()
742 pr_info("init()\n"); in audio_init()
753 pr_info("exit()\n"); in audio_exit()
/linux-4.4.14/drivers/misc/ti-st/
Dst_kim.c190 pr_info("unknown packet"); in kim_int_recv()
257 pr_info("%s", bts_scr_name); in read_local_version()
407 pr_info("sleep command in scr"); in download_firmware()
466 pr_info(" %s", __func__); in st_kim_start()
483 pr_info("ldisc_install = 1"); in st_kim_start()
497 pr_info("line discipline installed"); in st_kim_start()
540 pr_info("ldisc_install = 0"); in st_kim_stop()
785 pr_info("sysfs entries created\n"); in kim_probe()
820 pr_info("nshutdown GPIO Freed"); in kim_remove()
824 pr_info("sysfs entries removed"); in kim_remove()
Dst_core.c44 pr_info("%s: id %d\n", __func__, new_proto->chnl_id); in add_channel_to_table()
53 pr_info("%s: id %d\n", __func__, proto->chnl_id); in remove_channel_from_table()
147 pr_info(" %s ", __func__); in st_reg_complete()
154 pr_info("protocol %d's cb sent %d\n", i, err); in st_reg_complete()
298 pr_info("%s: invalid length " in st_int_recv()
556 pr_info(" ST_REG_IN_PROGRESS:%d ", new_proto->chnl_id); in st_register()
567 pr_info(" chnl_id list empty :%d ", new_proto->chnl_id); in st_register()
672 pr_info(" all chnl_ids unregistered "); in st_unregister()
727 pr_info("%s ", __func__); in st_tty_open()
757 pr_info("%s ", __func__); in st_tty_close()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_CLUSTERIP.c282 pr_info("unknown mode %u\n", config->hash_mode); in clusterip_hashfn()
378 pr_info("unknown mode %u\n", cipinfo->hash_mode); in clusterip_tg_check()
384 pr_info("Please specify destination IP\n"); in clusterip_tg_check()
393 pr_info("no config found for %pI4, need 'new'\n", in clusterip_tg_check()
400 pr_info("Please specify an interface name\n"); in clusterip_tg_check()
406 pr_info("no such interface %s\n", in clusterip_tg_check()
424 pr_info("cannot load conntrack support for proto=%u\n", in clusterip_tg_check()
428 pr_info("ipt_CLUSTERIP is deprecated and it will removed soon, " in clusterip_tg_check()
774 pr_info("ClusterIP Version %s loaded successfully\n", in clusterip_tg_init()
788 pr_info("ClusterIP Version %s unloading\n", CLUSTERIP_VERSION); in clusterip_tg_exit()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-core.c909 pr_info("%s: quirk: PCIPCI_TRITON\n", dev->name); in saa7134_initdev()
911 pr_info("%s: quirk: PCIPCI_NATOMA\n", dev->name); in saa7134_initdev()
913 pr_info("%s: quirk: PCIPCI_VIAETBF\n", dev->name); in saa7134_initdev()
915 pr_info("%s: quirk: PCIPCI_VSFX\n", dev->name); in saa7134_initdev()
918 pr_info("%s: quirk: PCIPCI_ALIMAGIK -- latency fixup\n", in saa7134_initdev()
924 pr_info("%s: quirk: this driver and your " in saa7134_initdev()
928 pr_info("%s: quirk: overlay " in saa7134_initdev()
933 pr_info("%s: quirk: overlay " in saa7134_initdev()
941 pr_info("%s: setting pci latency timer to %d\n", in saa7134_initdev()
949 pr_info("%s: found at %s, rev: %d, irq: %d, " in saa7134_initdev()
[all …]
/linux-4.4.14/drivers/media/platform/
Dsh_vou.c887 pr_info("VOUER: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUER)); in sh_vou_log_status()
888 pr_info("VOUCR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUCR)); in sh_vou_log_status()
889 pr_info("VOUSTR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUSTR)); in sh_vou_log_status()
890 pr_info("VOUVCR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUVCR)); in sh_vou_log_status()
891 pr_info("VOUISR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUISR)); in sh_vou_log_status()
892 pr_info("VOUBCR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUBCR)); in sh_vou_log_status()
893 pr_info("VOUDPR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUDPR)); in sh_vou_log_status()
894 pr_info("VOUDSR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUDSR)); in sh_vou_log_status()
895 pr_info("VOUVPR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUVPR)); in sh_vou_log_status()
896 pr_info("VOUIR: 0x%08x\n", sh_vou_reg_a_read(vou_dev, VOUIR)); in sh_vou_log_status()
[all …]
/linux-4.4.14/drivers/pps/generators/
Dpps_gen_parport.c178 pr_info("port write takes %ldns\n", dev->port_write_time); in calibrate_port()
212 pr_info("attached to %s\n", port->name); in parport_attach()
249 pr_info(DRVDESC "\n"); in pps_gen_parport_init()
269 pr_info("hrtimer avg error is %ldns\n", hrtimer_error); in pps_gen_parport_exit()
/linux-4.4.14/arch/m68k/apollo/
Dconfig.c68 pr_info("Apollo hardware found: [%s]\n", in dn_setup_model()
200 pr_info("*(0x10803) %02x\n", in dn_sched_init()
202 pr_info("*(0x10803) %02x\n", in dn_sched_init()
243 pr_info("set_clock_mmss\n"); in dn_dummy_set_clock_mmss()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-alsa-main.c49 pr_info("%s: " fmt, "ivtv-alsa", ## arg); \
261 pr_info("ivtv-alsa: module loading...\n"); in ivtv_alsa_init()
303 pr_info("ivtv-alsa: module unloading...\n"); in ivtv_alsa_exit()
310 pr_info("ivtv-alsa: module unload complete\n"); in ivtv_alsa_exit()
/linux-4.4.14/arch/mips/ralink/
Dmt7620.c471 pr_info("Board has SDRAM\n"); in mt7620_dram_init()
477 pr_info("Board has DDR1\n"); in mt7620_dram_init()
483 pr_info("Board has DDR2\n"); in mt7620_dram_init()
497 pr_info("Board has DDR1\n"); in mt7628_dram_init()
503 pr_info("Board has DDR2\n"); in mt7628_dram_init()
576 pr_info("Analog PMU set to %s control\n", in prom_soc_init()
578 pr_info("Digital PMU set to %s control\n", in prom_soc_init()
/linux-4.4.14/arch/arm/mach-omap2/
Did.c200 pr_info("%s", soc_name); in omap2xxx_check_revision()
202 pr_info("%s", soc_rev); in omap2xxx_check_revision()
203 pr_info("\n"); in omap2xxx_check_revision()
247 pr_info("%s %s (", soc_name, soc_rev); in omap3_cpuinfo()
594 pr_info("%s %s\n", soc_name, soc_rev); in omap4xxx_check_revision()
637 pr_info("%s %s\n", soc_name, soc_rev); in omap5xxx_check_revision()
688 pr_info("%s %s\n", soc_name, soc_rev); in dra7xxx_check_revision()

12345678910