Home
last modified time | relevance | path

Searched refs:pr_info (Results 1 – 25 of 2260) sorted by relevance

12345678910>>...91

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega20_processpptables.c124 pr_info("[PPCLK_GFXCLK]\n"
141 pr_info("[PPCLK_VCLK]\n"
158 pr_info("[PPCLK_DCLK]\n"
175 pr_info("[PPCLK_ECLK]\n"
192 pr_info("[PPCLK_SOCCLK]\n"
209 pr_info("[PPCLK_UCLK]\n"
260 pr_info("[PPCLK_PIXCLK]\n"
277 pr_info("[PPCLK_PHYCLK]\n"
294 pr_info("[PPCLK_FCLK]\n"
369 pr_info("Mp0clkFreq\n");
[all …]
/linux/drivers/misc/lkdtm/
A Drefcount.c13 pr_info("Overflow detected: saturated\n"); in overflow_check()
88 pr_info("Zero detected: saturated\n"); in check_zero()
110 pr_info("attempting good refcount_dec()\n"); in lkdtm_REFCOUNT_DEC_ZERO()
134 pr_info("Negative detected: saturated\n"); in check_negative()
192 pr_info("Zero detected: saturated\n"); in check_from_zero()
212 pr_info("Good: zero detected\n"); in lkdtm_REFCOUNT_INC_ZERO()
214 pr_info("Correctly stayed at zero\n"); in lkdtm_REFCOUNT_INC_ZERO()
237 pr_info("Good: zero detected\n"); in lkdtm_REFCOUNT_ADD_ZERO()
239 pr_info("Correctly stayed at zero\n"); in lkdtm_REFCOUNT_ADD_ZERO()
366 pr_info("atomic timing: done\n"); in lkdtm_ATOMIC_TIMING()
[all …]
A Dheap.c33 pr_info("Attempting vmalloc linear overflow ...\n"); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
52 pr_info("Attempting slab linear overflow ...\n"); in lkdtm_SLAB_LINEAR_OVERFLOW()
97 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE()
103 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE()
118 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
131 pr_info("Unable to allocate free page\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE()
154 pr_info("Unable to allocate free page\n"); in lkdtm_READ_BUDDY_AFTER_FREE()
160 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_BUDDY_AFTER_FREE()
223 pr_info("Unable to allocate first free page\n"); in lkdtm_BUDDY_INIT_ON_ALLOC()
261 pr_info("Attempting double slab free ...\n"); in lkdtm_SLAB_FREE_DOUBLE()
[all …]
A Dbugs.c282 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
286 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
297 pr_info("Normal unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
329 pr_info("Array access within bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
340 pr_info("Array access beyond bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
362 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
399 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
462 pr_info("trying to clear SMEP normally\n"); in lkdtm_UNSET_SMEP()
467 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
471 pr_info("ok: SMEP did not get cleared\n"); in lkdtm_UNSET_SMEP()
[all …]
A Dperms.c42 pr_info("do_overwritten wasn't overwritten!\n"); in do_overwritten()
50 pr_info("attempting ok execution at %px\n", do_nothing); in execute_location()
58 pr_info("attempting bad execution at %px\n", func); in execute_location()
70 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location()
77 pr_info("attempting bad execution at %px\n", func); in execute_user_location()
87 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO()
102 pr_info("%p was NOT written during init!?\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
198 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_USERSPACE()
203 pr_info("attempting bad write at %px\n", ptr); in lkdtm_ACCESS_USERSPACE()
215 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_NULL()
[all …]
A Dusercopy.c78 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack()
85 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack()
99 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack()
106 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack()
152 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_heap_size()
158 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_heap_size()
164 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_heap_size()
170 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_heap_size()
229 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist()
235 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist()
[all …]
/linux/samples/kmemleak/
A Dkmemleak-test.c40 pr_info("Kmemleak testing\n"); in kmemleak_test_init()
43 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
52 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
54 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
57 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
58 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
59 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
60 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
61 pr_info("vmalloc(64) = %p\n", vmalloc(64)); in kmemleak_test_init()
69 pr_info("kzalloc(sizeof(*elem)) = %p\n", elem); in kmemleak_test_init()
[all …]
/linux/drivers/mtd/tests/
A Dpagetest.c117 pr_info("crosstest\n"); in crosstest()
183 pr_info("crosstest ok\n"); in crosstest()
194 pr_info("erasecrosstest\n"); in erasecrosstest()
207 pr_info("erasing block %d\n", ebnum); in erasecrosstest()
232 pr_info("erasing block %d\n", ebnum); in erasecrosstest()
263 pr_info("erasecrosstest ok\n"); in erasecrosstest()
272 pr_info("erasetest\n"); in erasetest()
314 pr_info("erasetest ok\n"); in erasetest()
334 pr_info("MTD device: %d\n", dev); in mtd_pagetest_init()
380 pr_info("erasing whole device\n"); in mtd_pagetest_init()
[all …]
A Doobtest.c108 pr_info("written %u eraseblocks\n", i); in write_whole_device()
353 pr_info("MTD device: %d\n", dev); in mtd_oobtest_init()
399 pr_info("test 1 of 5\n"); in mtd_oobtest_init()
419 pr_info("test 2 of 5\n"); in mtd_oobtest_init()
452 pr_info("test 3 of 5\n"); in mtd_oobtest_init()
485 pr_info("test 4 of 5\n"); in mtd_oobtest_init()
505 pr_info("an error is expected...\n"); in mtd_oobtest_init()
524 pr_info("an error is expected...\n"); in mtd_oobtest_init()
550 pr_info("an error is expected...\n"); in mtd_oobtest_init()
628 pr_info("test 5 of 5\n"); in mtd_oobtest_init()
[all …]
A Dsubpagetest.c128 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
155 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
192 pr_info("ECC correction at %#llx\n", in verify_eraseblock2()
225 pr_info("ECC correction at %#llx\n", in verify_eraseblock_ff()
283 pr_info("MTD device: %d\n", dev); in mtd_subpagetest_init()
329 pr_info("writing whole device\n"); in mtd_subpagetest_init()
344 pr_info("written %u eraseblocks\n", i); in mtd_subpagetest_init()
347 pr_info("verifying all eraseblocks\n"); in mtd_subpagetest_init()
373 pr_info("writing whole device\n"); in mtd_subpagetest_init()
387 pr_info("written %u eraseblocks\n", i); in mtd_subpagetest_init()
[all …]
A Dspeedtest.c192 pr_info("MTD device: %d\n", dev); in mtd_speedtest_init()
245 pr_info("testing eraseblock write speed\n"); in mtd_speedtest_init()
263 pr_info("testing eraseblock read speed\n"); in mtd_speedtest_init()
285 pr_info("testing page write speed\n"); in mtd_speedtest_init()
303 pr_info("testing page read speed\n"); in mtd_speedtest_init()
325 pr_info("testing 2 page write speed\n"); in mtd_speedtest_init()
343 pr_info("testing 2 page read speed\n"); in mtd_speedtest_init()
361 pr_info("Testing erase speed\n"); in mtd_speedtest_init()
368 pr_info("erase speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
399 pr_info("finished\n"); in mtd_speedtest_init()
[all …]
A Dnandbiterrs.c93 pr_info("write_page\n"); in write_page()
105 pr_info("rewrite page\n"); in rewrite_page()
135 pr_info("read_page\n"); in read_page()
159 pr_info("verify_page\n"); in verify_page()
188 pr_info("Inserted biterror @ %u/%u\n", byte, bit); in insert_biterror()
206 pr_info("incremental biterrors test\n"); in incremental_errors_test()
269 pr_info("overwrite biterrors test\n"); in overwrite_test()
298 pr_info("Read reported error %d\n", err); in overwrite_test()
334 pr_info("MTD device: %d\n", dev); in mtd_nandbiterrs_init()
344 pr_info("this test requires NAND flash\n"); in mtd_nandbiterrs_init()
[all …]
/linux/lib/
A Dtest_siphash.c146 pr_info("siphash self-test 1u64: FAIL\n"); in siphash_test_init()
151 pr_info("siphash self-test 2u64: FAIL\n"); in siphash_test_init()
157 pr_info("siphash self-test 3u64: FAIL\n"); in siphash_test_init()
163 pr_info("siphash self-test 4u64: FAIL\n"); in siphash_test_init()
168 pr_info("siphash self-test 1u32: FAIL\n"); in siphash_test_init()
173 pr_info("siphash self-test 2u32: FAIL\n"); in siphash_test_init()
179 pr_info("siphash self-test 3u32: FAIL\n"); in siphash_test_init()
185 pr_info("siphash self-test 4u32: FAIL\n"); in siphash_test_init()
190 pr_info("hsiphash self-test 1u32: FAIL\n"); in siphash_test_init()
195 pr_info("hsiphash self-test 2u32: FAIL\n"); in siphash_test_init()
[all …]
/linux/arch/m68k/kernel/
A Dsetup_no.c101 pr_info("uClinux with CPU " CPU_NAME "\n"); in setup_arch()
104 pr_info("uCdimm by Lineo, Inc. <www.lineo.com>\n"); in setup_arch()
107 pr_info("68328 support D. Jeff Dionne <jeff@uclinux.org>\n"); in setup_arch()
108 pr_info("68328 support Kenneth Albanowski <kjahds@kjshds.com>\n"); in setup_arch()
111 pr_info("68EZ328 DragonBallEZ support (C) 1999 Rt-Control, Inc\n"); in setup_arch()
114 pr_info("M68VZ328 support by Evan Stawnyczy <e@lineo.ca>\n"); in setup_arch()
115 pr_info("68VZ328 DragonBallVZ support (c) 2001 Lineo, Inc.\n"); in setup_arch()
118 pr_info("COLDFIRE port done by Greg Ungerer, gerg@snapgear.com\n"); in setup_arch()
130 pr_info("TRG SuperPilot FLASH card support <info@trgnet.com>\n"); in setup_arch()
133 pr_info("PalmV support by Lineo Inc. <jeff@uclinux.com>\n"); in setup_arch()
[all …]
/linux/samples/kprobes/
A Dkprobe_example.c32 pr_info("<%s> p->addr = 0x%p, ip = %lx, flags = 0x%lx\n", in handler_pre()
36 pr_info("<%s> p->addr = 0x%p, nip = 0x%lx, msr = 0x%lx\n", in handler_pre()
69 pr_info("<%s> p->addr = 0x%p, flags = 0x%lx\n", in handler_post()
73 pr_info("<%s> p->addr = 0x%p, msr = 0x%lx\n", in handler_post()
77 pr_info("<%s> p->addr = 0x%p, status = 0x%lx\n", in handler_post()
81 pr_info("<%s> p->addr = 0x%p, pstate = 0x%lx\n", in handler_post()
85 pr_info("<%s> p->addr = 0x%p, cpsr = 0x%lx\n", in handler_post()
89 pr_info("<%s> p->addr = 0x%p, status = 0x%lx\n", in handler_post()
93 pr_info("<%s> p->addr, 0x%p, flags = 0x%lx\n", in handler_post()
109 pr_info("Planted kprobe at %p\n", kp.addr); in kprobe_init()
[all …]
/linux/arch/h8300/kernel/
A Dtraps.c57 pr_info("\nCURRENT PROCESS:\n\n"); in dump()
73 pr_info("\nCODE:"); in dump()
77 pr_info("\n%08x: ", (int) (tp + i)); in dump()
78 pr_info("%08x ", (int) *sp++); in dump()
80 pr_info("\n"); in dump()
82 pr_info("\nKERNEL STACK:"); in dump()
86 pr_info("\n%08x: ", (int) (tp + i)); in dump()
87 pr_info("%08x ", (int) *sp++); in dump()
89 pr_info("\n"); in dump()
91 pr_info("(Possibly corrupted stack page??)\n"); in dump()
[all …]
/linux/fs/btrfs/
A Dprint-tree.c125 pr_info("\t\tref#%d: ", ref_index++); in print_extent_item()
137 pr_info( in print_extent_item()
154 pr_info( in print_extent_item()
244 pr_info("\t\tdir oid %llu type %u\n", in btrfs_print_leaf()
259 pr_info("\t\ttree block backref\n"); in btrfs_print_leaf()
262 pr_info("\t\tshared block backref\n"); in btrfs_print_leaf()
299 pr_info( in btrfs_print_leaf()
327 pr_info("\t\tdevice stats\n"); in btrfs_print_leaf()
338 pr_info("\t\tbalance status\n"); in btrfs_print_leaf()
341 pr_info("\t\tunknown temporary item\n"); in btrfs_print_leaf()
[all …]
/linux/drivers/staging/gs_fpgaboot/
A Dgs_fpgaboot.c120 pr_info("part: %s\n", fimage->part); in gs_print_header()
121 pr_info("date: %s\n", fimage->date); in gs_print_header()
122 pr_info("time: %s\n", fimage->time); in gs_print_header()
233 pr_info("device init done\n"); in gs_download_image()
238 pr_info("program done\n"); in gs_download_image()
258 pr_info("download fpgaimage\n"); in gs_download_image()
269 pr_info("release fpgaimage\n"); in gs_release_image()
279 pr_info("set program method\n"); in gs_set_download_method()
283 pr_info("systemmap program method\n"); in gs_set_download_method()
351 pr_info("FPGA DOWNLOAD --->\n"); in gs_fpgaboot_init()
[all …]
/linux/arch/powerpc/platforms/powernv/
A Dpci.c202 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_p7ioc_diag_data()
206 pr_info("UtlSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
221 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
239 pr_info("PhbSts: %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
284 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_phb3_diag_data()
288 pr_info("UtlSts: %08x %08x %08x\n", in pnv_pci_dump_phb3_diag_data()
303 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_phb3_diag_data()
326 pr_info("PhbSts: %016llx %016llx\n", in pnv_pci_dump_phb3_diag_data()
371 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_phb4_diag_data()
384 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_phb4_diag_data()
[all …]
/linux/kernel/
A Dbacktracetest.c18 pr_info("Testing a backtrace from process context.\n"); in backtrace_test_normal()
19 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_normal()
36 pr_info("Testing a backtrace from irq context.\n"); in backtrace_test_irq()
37 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_irq()
50 pr_info("Testing a saved backtrace.\n"); in backtrace_test_saved()
51 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_saved()
59 pr_info("Saved backtrace test skipped.\n"); in backtrace_test_saved()
65 pr_info("====[ backtrace testing ]===========\n"); in backtrace_regression_test()
71 pr_info("====[ end of backtrace testing ]====\n"); in backtrace_regression_test()
/linux/drivers/media/rc/
A Dnuvoton-cir.c193 pr_info("Wake sample fifo cleared"); in nvt_write_wakeup_codes()
336 pr_info(" * IRCON: 0x%x\n", in cir_wake_dump_regs()
338 pr_info(" * IRSTS: 0x%x\n", in cir_wake_dump_regs()
340 pr_info(" * IREN: 0x%x\n", in cir_wake_dump_regs()
342 pr_info(" * FIFO CMP DEEP: 0x%x\n", in cir_wake_dump_regs()
344 pr_info(" * FIFO CMP TOL: 0x%x\n", in cir_wake_dump_regs()
346 pr_info(" * FIFO COUNT: 0x%x\n", in cir_wake_dump_regs()
348 pr_info(" * SLCH: 0x%x\n", in cir_wake_dump_regs()
350 pr_info(" * SLCL: 0x%x\n", in cir_wake_dump_regs()
352 pr_info(" * FIFOCON: 0x%x\n", in cir_wake_dump_regs()
[all …]
/linux/drivers/watchdog/
A Dpc87413_wdt.c86 pr_info(DPFX in pc87413_select_wdt_out()
131 pr_info(DPFX in pc87413_get_swc_base_addr()
144 pr_info(DPFX "Select Bank3 of SWC\n"); in pc87413_swc_bank3()
166 pr_info(DPFX "Enable WDEN\n"); in pc87413_enable_wden()
176 pr_info(DPFX "Enable SW_WD_TREN\n"); in pc87413_enable_sw_wd_tren()
187 pr_info(DPFX "pc87413 - Disable SW_WD_TREN\n"); in pc87413_disable_sw_wd_tren()
198 pr_info(DPFX "pc87413 - Enable SW_WD_TRG\n"); in pc87413_enable_sw_wd_trg()
209 pr_info(DPFX "Disable SW_WD_TRG\n"); in pc87413_disable_sw_wd_trg()
424 pr_info(DPFX "keepalive\n"); in pc87413_ioctl()
505 pr_info("Version " VERSION " at io 0x%X\n", in pc87413_init()
[all …]
/linux/drivers/scsi/mpt3sas/
A 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 …]
/linux/arch/mips/lib/
A Ddump_tlb.c21 pr_info("Index : %0x\n", read_c0_index()); in dump_tlb_regs()
22 pr_info("PageMask : %0x\n", read_c0_pagemask()); in dump_tlb_regs()
24 pr_info("GuestCtl1: %0x\n", read_c0_guestctl1()); in dump_tlb_regs()
25 pr_info("EntryHi : %0*lx\n", field, read_c0_entryhi()); in dump_tlb_regs()
26 pr_info("EntryLo0 : %0*lx\n", field, read_c0_entrylo0()); in dump_tlb_regs()
27 pr_info("EntryLo1 : %0*lx\n", field, read_c0_entrylo1()); in dump_tlb_regs()
28 pr_info("Wired : %0x\n", read_c0_wired()); in dump_tlb_regs()
34 pr_info("FrameMask: %0x\n", read_c0_framemask()); in dump_tlb_regs()
38 pr_info("PageGrain: %0x\n", read_c0_pagegrain()); in dump_tlb_regs()
41 pr_info("PWSize : %0*lx\n", field, read_c0_pwsize()); in dump_tlb_regs()
[all …]
/linux/arch/csky/kernel/
A Dptrace.c468 pr_info("\nCURRENT PROCESS:\n\n"); in show_regs()
469 pr_info("COMM=%s PID=%d\n", current->comm, current->pid); in show_regs()
472 pr_info("TEXT=%08x-%08x DATA=%08x-%08x BSS=%08x-%08x\n", in show_regs()
479 pr_info("USER-STACK=%08x KERNEL-STACK=%08x\n\n", in show_regs()
486 pr_info("SP: 0x%08lx\n", (long)fp->usp); in show_regs()
487 pr_info("PSR: 0x%08lx\n", (long)fp->sr); in show_regs()
488 pr_info("orig_a0: 0x%08lx\n", fp->orig_a0); in show_regs()
489 pr_info("PT_REGS: 0x%08lx\n", (long)fp); in show_regs()
498 pr_info("r12: 0x%08lx r13: 0x%08lx r15: 0x%08lx\n", in show_regs()
508 pr_info(" hi: 0x%08lx lo: 0x%08lx\n", in show_regs()
[all …]

Completed in 35 milliseconds

12345678910>>...91