Home
last modified time | relevance | path

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

12345678910>>...94

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dvega20_processpptables.c123 pr_info("[PPCLK_GFXCLK]\n"
140 pr_info("[PPCLK_VCLK]\n"
157 pr_info("[PPCLK_DCLK]\n"
174 pr_info("[PPCLK_ECLK]\n"
191 pr_info("[PPCLK_SOCCLK]\n"
208 pr_info("[PPCLK_UCLK]\n"
259 pr_info("[PPCLK_PIXCLK]\n"
276 pr_info("[PPCLK_PHYCLK]\n"
293 pr_info("[PPCLK_FCLK]\n"
368 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()
207 pr_info("Zero detected: saturated\n"); in check_from_zero()
227 pr_info("Good: zero detected\n"); in lkdtm_REFCOUNT_INC_ZERO()
229 pr_info("Correctly stayed at zero\n"); in lkdtm_REFCOUNT_INC_ZERO()
252 pr_info("Good: zero detected\n"); in lkdtm_REFCOUNT_ADD_ZERO()
254 pr_info("Correctly stayed at zero\n"); in lkdtm_REFCOUNT_ADD_ZERO()
381 pr_info("atomic timing: done\n"); in lkdtm_ATOMIC_TIMING()
[all …]
A Dheap.c38 pr_info("Attempting vmalloc linear overflow ...\n"); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
60 pr_info("Attempting slab linear overflow ...\n"); in lkdtm_SLAB_LINEAR_OVERFLOW()
106 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE()
112 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE()
127 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
198 pr_info("Unable to allocate free page\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE()
221 pr_info("Unable to allocate free page\n"); in lkdtm_READ_BUDDY_AFTER_FREE()
227 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_BUDDY_AFTER_FREE()
290 pr_info("Unable to allocate first free page\n"); in lkdtm_BUDDY_INIT_ON_ALLOC()
328 pr_info("Attempting double slab free ...\n"); in lkdtm_SLAB_FREE_DOUBLE()
[all …]
A Dbugs.c341 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
356 pr_info("Normal unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
393 pr_info("Array access within bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
404 pr_info("Array access beyond bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
436 pr_info("Array access within bounds ...\n"); in lkdtm_FAM_BOUNDS()
469 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD()
506 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL()
569 pr_info("trying to clear SMEP normally\n"); in lkdtm_UNSET_SMEP()
574 pr_info("restoring SMEP\n"); in lkdtm_UNSET_SMEP()
578 pr_info("ok: SMEP did not get cleared\n"); in lkdtm_UNSET_SMEP()
[all …]
A Dperms.c43 pr_info("do_overwritten wasn't overwritten!\n"); in do_overwritten()
49 pr_info("do_nothing was hijacked!\n"); in do_almost_nothing()
70 pr_info("attempting ok execution at %px\n", do_nothing_text); in execute_location()
78 pr_info("attempting bad execution at %px\n", dst); in execute_location()
100 pr_info("attempting bad execution at %px\n", dst); in execute_user_location()
111 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO()
126 pr_info("%p was NOT written during init!?\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
241 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_USERSPACE()
246 pr_info("attempting bad write at %px\n", ptr); in lkdtm_ACCESS_USERSPACE()
258 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_NULL()
[all …]
A Dusercopy.c76 pr_info("stack : %px\n", (void *)current_stack_pointer); in do_usercopy_stack()
90 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack()
97 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack()
111 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack()
118 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack()
164 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_slab_size()
170 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_slab_size()
176 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_slab_size()
182 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_slab_size()
241 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_slab_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/scsi/mpi3mr/
A Dmpi3mr_debug.h48 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__)
53 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
168 pr_info("%s:\n\t", name_string); in dprint_dump()
170 pr_info("request:\n\t"); in dprint_dump()
173 pr_info("\n\t"); in dprint_dump()
174 pr_info("%08x ", le32_to_cpu(mfp[i])); in dprint_dump()
176 pr_info("\n"); in dprint_dump()
190 pr_info("request:\n\t"); in dprint_dump_req()
193 pr_info("\n\t"); in dprint_dump_req()
194 pr_info("%08x ", le32_to_cpu(mfp[i])); in dprint_dump_req()
[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.c191 pr_info("MTD device: %d\n", dev); in mtd_speedtest_init()
244 pr_info("testing eraseblock write speed\n"); in mtd_speedtest_init()
262 pr_info("testing eraseblock read speed\n"); in mtd_speedtest_init()
284 pr_info("testing page write speed\n"); in mtd_speedtest_init()
302 pr_info("testing page read speed\n"); in mtd_speedtest_init()
324 pr_info("testing 2 page write speed\n"); in mtd_speedtest_init()
342 pr_info("testing 2 page read speed\n"); in mtd_speedtest_init()
360 pr_info("Testing erase speed\n"); in mtd_speedtest_init()
367 pr_info("erase speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
398 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/samples/kprobes/
A Dkprobe_example.c31 pr_info("<%s> p->addr = 0x%p, ip = %lx, flags = 0x%lx\n", in handler_pre()
72 pr_info("<%s> p->addr = 0x%p, flags = 0x%lx\n", in handler_post()
76 pr_info("<%s> p->addr = 0x%p, msr = 0x%lx\n", in handler_post()
80 pr_info("<%s> p->addr = 0x%p, status = 0x%lx\n", in handler_post()
84 pr_info("<%s> p->addr = 0x%p, pstate = 0x%lx\n", in handler_post()
88 pr_info("<%s> p->addr = 0x%p, cpsr = 0x%lx\n", in handler_post()
92 pr_info("<%s> p->addr = 0x%p, status = 0x%lx\n", in handler_post()
96 pr_info("<%s> p->addr, 0x%p, flags = 0x%lx\n", in handler_post()
100 pr_info("<%s> p->addr = 0x%p, estat = 0x%lx\n", in handler_post()
116 pr_info("Planted kprobe at %p\n", kp.addr); in kprobe_init()
[all …]
/linux/drivers/firmware/efi/
A Dcper_cxl.c81 pr_info("%s agent_address: %04x:%02x:%02x.%x\n", in cper_print_prot_err()
107 pr_info("%s slot: %d\n", pfx, in cper_print_prot_err()
116 pr_info("%s class_code: %02x%02x\n", pfx, in cper_print_prot_err()
160 pr_info("%s CXL DVSEC:\n", pfx); in cper_print_prot_err()
171 pr_info("%s CXL Error Log:\n", pfx); in cper_print_prot_err()
173 pr_info("%s cxl_ras_uncor_status: 0x%08x", pfx, in cper_print_prot_err()
175 pr_info("%s cxl_ras_uncor_mask: 0x%08x\n", pfx, in cper_print_prot_err()
179 pr_info("%s cxl_ras_cor_status: 0x%08x", pfx, in cper_print_prot_err()
181 pr_info("%s cxl_ras_cor_mask: 0x%08x\n", pfx, in cper_print_prot_err()
183 pr_info("%s cap_control: 0x%08x\n", pfx, in cper_print_prot_err()
[all …]
/linux/tools/testing/crypto/chacha20-s390/
A Dtest-cipher.c156 pr_info("key could not be set\n"); in test_skcipher()
292 pr_info("generic en/decryption check OK\n"); in chacha_s390_test_init()
307 pr_info("s390 en/decryption check OK\n"); in chacha_s390_test_init()
310 pr_info("s390 vs generic check FAILED\n"); in chacha_s390_test_init()
315 pr_info("s390 vs generic check OK\n"); in chacha_s390_test_init()
324 pr_info("lib en/decryption check FAILED\n"); in chacha_s390_test_init()
329 pr_info("lib en/decryption check OK\n"); in chacha_s390_test_init()
332 pr_info("lib vs generic check FAILED\n"); in chacha_s390_test_init()
337 pr_info("lib vs generic check OK\n"); in chacha_s390_test_init()
339 pr_info("--- chacha20 s390 test end ---\n"); in chacha_s390_test_init()
[all …]
/linux/arch/m68k/kernel/
A Dsetup_no.c98 pr_info("uClinux with CPU " CPU_NAME "\n"); in setup_arch()
101 pr_info("uCdimm by Lineo, Inc. <www.lineo.com>\n"); in setup_arch()
104 pr_info("68328 support D. Jeff Dionne <jeff@uclinux.org>\n"); in setup_arch()
105 pr_info("68328 support Kenneth Albanowski <kjahds@kjshds.com>\n"); in setup_arch()
108 pr_info("68EZ328 DragonBallEZ support (C) 1999 Rt-Control, Inc\n"); in setup_arch()
111 pr_info("M68VZ328 support by Evan Stawnyczy <e@lineo.ca>\n"); in setup_arch()
112 pr_info("68VZ328 DragonBallVZ support (c) 2001 Lineo, Inc.\n"); in setup_arch()
115 pr_info("COLDFIRE port done by Greg Ungerer, gerg@snapgear.com\n"); in setup_arch()
127 pr_info("TRG SuperPilot FLASH card support <info@trgnet.com>\n"); in setup_arch()
130 pr_info("PalmV support by Lineo Inc. <jeff@uclinux.com>\n"); in setup_arch()
[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()
33 pr_info("Testing a backtrace from BH context.\n"); in backtrace_test_bh()
34 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_bh()
46 pr_info("Testing a saved backtrace.\n"); in backtrace_test_saved()
47 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_saved()
55 pr_info("Saved backtrace test skipped.\n"); in backtrace_test_saved()
61 pr_info("====[ backtrace testing ]===========\n"); in backtrace_regression_test()
67 pr_info("====[ end of backtrace testing ]====\n"); in backtrace_regression_test()
A Dkallsyms_selftest.c151 pr_info("| %10d | %10d | %10d | %2d.%-2d |\n", in test_kallsyms_compression_ratio()
277 pr_info("%s %s failed: addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
290 pr_info("%s %s failed: count=%d, addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
366 pr_info("%s: Never found\n", namebuf); in test_kallsyms_basic_function()
375 pr_info("%s: NULL lookup_addr?!\n", namebuf); in test_kallsyms_basic_function()
379 pr_info("%s: lookup_addr != stat->addrs[0]\n", namebuf); in test_kallsyms_basic_function()
394 pr_info("%s: j == save_cnt?!\n", namebuf); in test_kallsyms_basic_function()
418 pr_info("start\n"); in test_entry()
421 pr_info("abort\n"); in test_entry()
429 pr_info("finish\n"); in test_entry()
[all …]
/linux/fs/btrfs/
A Dprint-tree.c142 pr_info("\t\tref#%d: ", ref_index++); in print_extent_item()
154 pr_info( in print_extent_item()
171 pr_info( in print_extent_item()
274 pr_info("\t\tdir oid %llu flags %u\n", in btrfs_print_leaf()
289 pr_info("\t\ttree block backref\n"); in btrfs_print_leaf()
292 pr_info("\t\tshared block backref\n"); in btrfs_print_leaf()
328 pr_info( in btrfs_print_leaf()
356 pr_info("\t\tdevice stats\n"); in btrfs_print_leaf()
367 pr_info("\t\tbalance status\n"); in btrfs_print_leaf()
370 pr_info("\t\tunknown temporary item\n"); in btrfs_print_leaf()
[all …]
/linux/samples/rust/
A Drust_print.rs25 pr_info!("{}", a); in arc_print()
28 pr_info!("{:?}", b); in arc_print()
37 pr_info!("{:#x?}", a); in arc_print()
44 pr_info!("Rust printing macros sample (init)\n"); in init()
52 pr_info!("Info message (level 6) without args\n"); in init()
54 pr_info!("A line that"); in init()
64 pr_info!("{} message (level {}) with args\n", "Info", 6); in init()
66 pr_info!("A {} that", "line"); in init()
78 pr_info!("Rust printing macros sample (exit)\n"); in drop()
/linux/arch/powerpc/platforms/powernv/
A Dpci.c201 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_p7ioc_diag_data()
205 pr_info("UtlSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
220 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
238 pr_info("PhbSts: %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
283 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_phb3_diag_data()
287 pr_info("UtlSts: %08x %08x %08x\n", in pnv_pci_dump_phb3_diag_data()
302 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_phb3_diag_data()
325 pr_info("PhbSts: %016llx %016llx\n", in pnv_pci_dump_phb3_diag_data()
370 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_phb4_diag_data()
383 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_phb4_diag_data()
[all …]
/linux/arch/openrisc/kernel/
A Dtraps.c64 pr_info(" %08lx:\t%08lx", base_addr + (i * 4), word); in print_data()
73 pr_info("%sCall trace:\n", loglvl); in show_stack()
87 pr_info("CPU #: %d\n" in show_registers()
106 pr_info(" RES: %08lx oGPR11: %08lx\n", in show_registers()
109 pr_info("Process %s (pid: %d, stackpage=%08lx)\n", in show_registers()
117 pr_info("\nStack: "); in show_registers()
123 pr_info("\n"); in show_registers()
129 pr_info(" Bad Stack value."); in show_registers()
136 pr_info("\nCode: "); in show_registers()
145 pr_info(" Bad PC value."); in show_registers()
[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 …]

Completed in 63 milliseconds

12345678910>>...94