Home
last modified time | relevance | path

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

12345678910>>...102

/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega20_processpptables.c70 pr_info("Version = 0x%08x\n", pptable->Version);
72 pr_info("FeaturesToRun[0] = 0x%08x\n", pptable->FeaturesToRun[0]);
73 pr_info("FeaturesToRun[1] = 0x%08x\n", pptable->FeaturesToRun[1]);
75 pr_info("SocketPowerLimitAc0 = %d\n", pptable->SocketPowerLimitAc0);
76 pr_info("SocketPowerLimitAc0Tau = %d\n", pptable->SocketPowerLimitAc0Tau);
77 pr_info("SocketPowerLimitAc1 = %d\n", pptable->SocketPowerLimitAc1);
78 pr_info("SocketPowerLimitAc1Tau = %d\n", pptable->SocketPowerLimitAc1Tau);
79 pr_info("SocketPowerLimitAc2 = %d\n", pptable->SocketPowerLimitAc2);
80 pr_info("SocketPowerLimitAc2Tau = %d\n", pptable->SocketPowerLimitAc2Tau);
81 pr_info("SocketPowerLimitAc3 = %d\n", pptable->SocketPowerLimitAc3);
[all …]
/linux-6.6.21/drivers/misc/lkdtm/
Drefcount.c13 pr_info("Overflow detected: saturated\n"); in overflow_check()
31 pr_info("attempting good refcount_inc() without overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
35 pr_info("attempting bad refcount_inc() overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
47 pr_info("attempting good refcount_add() without overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
54 pr_info("attempting bad refcount_add() overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
65 pr_info("attempting bad refcount_inc_not_zero() overflow\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW()
77 pr_info("attempting bad refcount_add_not_zero() overflow\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW()
88 pr_info("Zero detected: saturated\n"); in check_zero()
110 pr_info("attempting good refcount_dec()\n"); in lkdtm_REFCOUNT_DEC_ZERO()
113 pr_info("attempting bad refcount_dec() to zero\n"); in lkdtm_REFCOUNT_DEC_ZERO()
[all …]
Dheap.c37 pr_info("Attempting vmalloc linear overflow ...\n"); in lkdtm_VMALLOC_LINEAR_OVERFLOW()
59 pr_info("Attempting slab linear overflow ...\n"); in lkdtm_SLAB_LINEAR_OVERFLOW()
79 pr_info("Allocated memory %p-%p\n", base, &base[offset * 2]); in lkdtm_WRITE_AFTER_FREE()
80 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE()
88 pr_info("Hmm, didn't get the same memory range.\n"); in lkdtm_WRITE_AFTER_FREE()
105 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE()
111 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE()
118 pr_info("Value in memory before free: %x\n", base[offset]); in lkdtm_READ_AFTER_FREE()
122 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE()
126 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
[all …]
Dbugs.c106 pr_info("Calling function with %lu frame size to depth %d ...\n", in lkdtm_EXHAUST_STACK()
109 pr_info("FAIL: survived without exhausting stack?!\n"); in lkdtm_EXHAUST_STACK()
123 pr_info("Corrupting stack containing char array ...\n"); in lkdtm_CORRUPT_STACK()
135 pr_info("Corrupting stack containing union ...\n"); in lkdtm_CORRUPT_STACK_STRONG()
148 pr_info("Starting stack offset tracking for pid %d\n", pid); in lkdtm_REPORT_STACK()
153 pr_info("Stack offset: %d\n", (int)(stack_addr - (uintptr_t)&magic)); in lkdtm_REPORT_STACK()
202 pr_info("Recorded stack canary for pid %d at offset %ld\n", in __lkdtm_REPORT_STACK_CANARY()
217 pr_info("ok: stack canaries differ between pid %d and pid %d at offset %ld.\n", in __lkdtm_REPORT_STACK_CANARY()
284 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
288 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
[all …]
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()
93 pr_info("attempting ok execution at %px\n", do_nothing_text); in execute_user_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()
130 pr_info("attempting bad ro_after_init write at %px\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
144 pr_info("attempting bad %zu byte write at %px\n", size, ptr); in lkdtm_WRITE_KERN()
[all …]
Dusercopy.c76 pr_info("stack : %px\n", (void *)current_stack_pointer); in do_usercopy_stack()
78 pr_info("good_stack: %px-%px\n", good_stack, good_stack + sizeof(good_stack)); in do_usercopy_stack()
79 pr_info("bad_stack : %px-%px\n", bad_stack, bad_stack + sizeof(good_stack)); 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()
[all …]
/linux-6.6.21/samples/kmemleak/
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()
44 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
45 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
46 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
47 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
48 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
49 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
50 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
52 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
[all …]
/linux-6.6.21/drivers/scsi/mpi3mr/
Dmpi3mr_debug.h48 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__)
53 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
59 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
65 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
71 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
77 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
83 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
89 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
95 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
101 pr_info("%s: " fmt, (ioc)->name, ##__VA_ARGS__); \
[all …]
/linux-6.6.21/drivers/mtd/tests/
Dpagetest.c117 pr_info("crosstest\n"); in crosstest()
151 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
160 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
169 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
177 pr_info("verifying pages read at %#llx match\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()
212 pr_info("writing 1st page of block %d\n", ebnum); in erasecrosstest()
219 pr_info("reading 1st page of block %d\n", ebnum); in erasecrosstest()
[all …]
Doobtest.c94 pr_info("writing OOBs of whole device\n"); in write_whole_device()
102 pr_info("written up to eraseblock %u\n", i); in write_whole_device()
108 pr_info("written %u eraseblocks\n", i); in write_whole_device()
127 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0x%x diff 0x%x\n", in memcmpshowoffset()
155 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0xff diff 0x%x\n", in memffshow()
206 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock()
252 pr_info("ignoring errors as within bitflip limit\n"); in verify_eraseblock()
306 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock_in_one_go()
318 pr_info("verifying all eraseblocks\n"); in verify_all_eraseblocks()
326 pr_info("verified up to eraseblock %u\n", i); in verify_all_eraseblocks()
[all …]
Dsubpagetest.c128 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
140 pr_info("------------- written----------------\n"); in verify_eraseblock()
142 pr_info("------------- read ------------------\n"); in verify_eraseblock()
144 pr_info("-------------------------------------\n"); in verify_eraseblock()
155 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
165 pr_info("error: verify failed at %#llx\n", in verify_eraseblock()
167 pr_info("------------- written----------------\n"); in verify_eraseblock()
169 pr_info("------------- read ------------------\n"); in verify_eraseblock()
171 pr_info("-------------------------------------\n"); in verify_eraseblock()
192 pr_info("ECC correction at %#llx\n", in verify_eraseblock2()
[all …]
Dspeedtest.c183 pr_info("Please specify a valid mtd-device via module parameter\n"); in mtd_speedtest_init()
189 pr_info("MTD device: %d count: %d\n", dev, count); in mtd_speedtest_init()
191 pr_info("MTD device: %d\n", dev); in mtd_speedtest_init()
201 pr_info("not NAND flash, assume page size is 512 " in mtd_speedtest_init()
212 pr_info("MTD device size %llu, eraseblock size %u, " in mtd_speedtest_init()
244 pr_info("testing eraseblock write speed\n"); in mtd_speedtest_init()
259 pr_info("eraseblock write speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
262 pr_info("testing eraseblock read speed\n"); in mtd_speedtest_init()
277 pr_info("eraseblock read speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
284 pr_info("testing page write speed\n"); in mtd_speedtest_init()
[all …]
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()
223 pr_info("Read reported %d corrected bit errors\n", err); in incremental_errors_test()
237 pr_info("Successfully corrected %d bit errors per subpage\n", in incremental_errors_test()
269 pr_info("overwrite biterrors test\n"); in overwrite_test()
287 pr_info("Implausible number of bit errors corrected\n"); in overwrite_test()
[all …]
/linux-6.6.21/samples/kprobes/
Dkprobe_example.c31 pr_info("<%s> p->addr = 0x%p, ip = %lx, flags = 0x%lx\n", in handler_pre()
35 pr_info("<%s> p->addr = 0x%p, nip = 0x%lx, msr = 0x%lx\n", in handler_pre()
39 pr_info("<%s> p->addr = 0x%p, epc = 0x%lx, status = 0x%lx\n", in handler_pre()
43 pr_info("<%s> p->addr = 0x%p, pc = 0x%lx, pstate = 0x%lx\n", in handler_pre()
47 pr_info("<%s> p->addr = 0x%p, pc = 0x%lx, cpsr = 0x%lx\n", in handler_pre()
51 pr_info("<%s> p->addr = 0x%p, pc = 0x%lx, status = 0x%lx\n", in handler_pre()
55 pr_info("<%s> p->addr, 0x%p, ip = 0x%lx, flags = 0x%lx\n", in handler_pre()
59 pr_info("<%s> p->addr = 0x%p, era = 0x%lx, estat = 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()
[all …]
/linux-6.6.21/drivers/firmware/efi/
Dcper_cxl.c61 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type, in cper_print_prot_err()
81 pr_info("%s agent_address: %04x:%02x:%02x.%x\n", in cper_print_prot_err()
88 pr_info("%s rcrb_base_address: 0x%016llx\n", pfx, in cper_print_prot_err()
107 pr_info("%s slot: %d\n", pfx, in cper_print_prot_err()
109 pr_info("%s vendor_id: 0x%04x, device_id: 0x%04x\n", in cper_print_prot_err()
112 pr_info("%s sub_vendor_id: 0x%04x, sub_device_id: 0x%04x\n", in cper_print_prot_err()
116 pr_info("%s class_code: %02x%02x\n", pfx, in cper_print_prot_err()
130 pr_info("%s lower_dw: 0x%08x, upper_dw: 0x%08x\n", pfx, in cper_print_prot_err()
158 pr_info("%s DVSEC length: 0x%04x\n", pfx, prot_err->dvsec_len); in cper_print_prot_err()
160 pr_info("%s CXL DVSEC:\n", pfx); in cper_print_prot_err()
[all …]
/linux-6.6.21/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c81 pr_info("lib encryption took: %lld nsec", end - start); in test_lib_chacha()
95 pr_info("lib decryption took: %lld nsec", end - start); in test_lib_chacha()
110 pr_info("skcipher encrypt returned with result" in test_skcipher_encdec()
118 pr_info("skcipher decrypt returned with result" in test_skcipher_encdec()
137 pr_info("could not allocate skcipher %s handle\n", name); in test_skcipher()
143 pr_info("could not allocate skcipher request\n"); in test_skcipher()
156 pr_info("key could not be set\n"); in test_skcipher()
187 pr_info("%s tfm encryption successful, took %lld nsec\n", name, end - start); in test_skcipher()
211 pr_info("%s tfm decryption successful, took %lld nsec\n", name, end - start); in test_skcipher()
220 pr_info("skcipher %s: cryptlen %d blksize %d stride %d " in test_skcipher()
[all …]
/linux-6.6.21/arch/m68k/kernel/
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()
117 pr_info("Modified for M5307 by Dave Miller, dmiller@intellistor.com\n"); in setup_arch()
120 pr_info("Modified for M5206eLITE by Rob Scott, rscott@mtrob.fdns.net\n"); in setup_arch()
[all …]
/linux-6.6.21/fs/btrfs/
Dprint-tree.c56 pr_info("\t\tchunk length %llu owner %llu type %llu num_stripes %d\n", in print_chunk()
60 pr_info("\t\t\tstripe %d devid %llu offset %llu\n", i, in print_chunk()
68 pr_info("\t\tdev item devid %llu total_bytes %llu bytes used %llu\n", in print_dev_item()
107 pr_info("\t\textent refs %llu gen %llu flags %llu\n", in print_extent_item()
116 pr_info("\t\ttree block key (%llu %u %llu) level %d\n", in print_extent_item()
131 pr_info("\t\tref#%d: ", ref_index++); in print_extent_item()
143 pr_info( in print_extent_item()
160 pr_info( in print_extent_item()
186 pr_info("\t\tsubvol_id %llu\n", le64_to_cpu(subvol_id)); in print_uuid_item()
234 pr_info("\titem %d key (%llu %u %llu) itemoff %d itemsize %d\n", in btrfs_print_leaf()
[all …]
/linux-6.6.21/kernel/
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()
Dkallsyms_selftest.c148 pr_info(" ---------------------------------------------------------\n"); in test_kallsyms_compression_ratio()
149 pr_info("| nr_symbols | compressed size | original size | ratio(%%) |\n"); in test_kallsyms_compression_ratio()
150 pr_info("|---------------------------------------------------------|\n"); in test_kallsyms_compression_ratio()
152 pr_info("| %10d | %10d | %10d | %2d.%-2d |\n", in test_kallsyms_compression_ratio()
154 pr_info(" ---------------------------------------------------------\n"); in test_kallsyms_compression_ratio()
186 pr_info("kallsyms_lookup_name() looked up %d symbols\n", stat.real_cnt); in test_perf_kallsyms_lookup_name()
187 pr_info("The time spent on each symbol is (ns): min=%d, max=%d, avg=%lld\n", in test_perf_kallsyms_lookup_name()
243 pr_info("kallsyms_on_each_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_symbol()
275 pr_info("kallsyms_on_each_match_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_match_symbol()
298 pr_info("%s %s failed: addr=%lx, expect %lx\n", in test_kallsyms_basic_function()
[all …]
/linux-6.6.21/samples/rust/
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-6.6.21/arch/powerpc/platforms/powernv/
Dpci.c175 pr_info("PE[..%03x] A/B: as above\n", i-1); in pnv_pci_dump_pest()
182 pr_info("PE[%03x] A/B: %016llx %016llx\n", in pnv_pci_dump_pest()
197 pr_info("P7IOC PHB#%x Diag-data (Version: %d)\n", in pnv_pci_dump_p7ioc_diag_data()
201 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()
212 pr_info("RootSts: %08x %08x %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()
226 pr_info("RootErrLog: %08x %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
233 pr_info("RootErrLog1: %08x %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
238 pr_info("PhbSts: %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
[all …]
/linux-6.6.21/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 …]
/linux-6.6.21/arch/mips/lib/
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()
40 pr_info("PWField : %0*lx\n", field, read_c0_pwfield()); in dump_tlb_regs()
[all …]
/linux-6.6.21/drivers/watchdog/
Dpc87413_wdt.c86 pr_info(DPFX in pc87413_select_wdt_out()
110 pr_info(DPFX "pc87413 - Enable SWC functions\n"); in pc87413_enable_swc()
131 pr_info(DPFX in pc87413_get_swc_base_addr()
144 pr_info(DPFX "Select Bank3 of SWC\n"); in pc87413_swc_bank3()
155 pr_info(DPFX "Set WDTO to %d minutes\n", pc87413_time); in pc87413_programm_wdto()
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()
[all …]

12345678910>>...102