Searched refs:pr_info (Results 26 - 50 of 2670) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-power.c64 pr_info("Existing DPO event detected.\n");
70 pr_info("Existing EPOW event detected.\n");
86 pr_info("EPOW msg received. Powering off system\n");
91 pr_info("DPO msg received. Powering off system\n");
98 pr_info("Reboot requested\n");
102 pr_info("Poweroff requested\n");
157 pr_info("OPAL EPOW, DPO support detected.\n");
/linux-master/arch/loongarch/lib/
H A Ddump_tlb.c21 pr_info("Index : 0x%0x\n", read_csr_tlbidx());
22 pr_info("PageSize : 0x%0x\n", read_csr_pagesize());
23 pr_info("EntryHi : 0x%0*lx\n", field, read_csr_entryhi());
24 pr_info("EntryLo0 : 0x%0*lx\n", field, read_csr_entrylo0());
25 pr_info("EntryLo1 : 0x%0*lx\n", field, read_csr_entrylo1());
67 pr_info("Index: %4d pgsize=0x%x ", i, (1 << pagesize));
101 pr_info("\n");
/linux-master/drivers/mtd/tests/
H A Dnandbiterrs.c93 pr_info("write_page\n");
105 pr_info("rewrite page\n");
135 pr_info("read_page\n");
159 pr_info("verify_page\n");
188 pr_info("Inserted biterror @ %u/%u\n", byte, bit);
206 pr_info("incremental biterrors test\n");
223 pr_info("Read reported %d corrected bit errors\n", err);
237 pr_info("Successfully corrected %d bit errors per subpage\n",
269 pr_info("overwrite biterrors test\n");
287 pr_info("Implausibl
[all...]
H A Doobtest.c94 pr_info("writing OOBs of whole device\n");
102 pr_info("written up to eraseblock %u\n", i);
108 pr_info("written %u eraseblocks\n", i);
127 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0x%x diff 0x%x\n",
155 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0xff diff 0x%x\n",
206 pr_info("ignoring error as within bitflip_limit\n");
252 pr_info("ignoring errors as within bitflip limit\n");
306 pr_info("ignoring error as within bitflip_limit\n");
318 pr_info("verifying all eraseblocks\n");
326 pr_info("verifie
[all...]
H A Dsubpagetest.c128 pr_info("ECC correction at %#llx\n",
140 pr_info("------------- written----------------\n");
142 pr_info("------------- read ------------------\n");
144 pr_info("-------------------------------------\n");
155 pr_info("ECC correction at %#llx\n",
165 pr_info("error: verify failed at %#llx\n",
167 pr_info("------------- written----------------\n");
169 pr_info("------------- read ------------------\n");
171 pr_info("-------------------------------------\n");
192 pr_info("EC
[all...]
H A Dspeedtest.c183 pr_info("Please specify a valid mtd-device via module parameter\n");
189 pr_info("MTD device: %d count: %d\n", dev, count);
191 pr_info("MTD device: %d\n", dev);
201 pr_info("not NAND flash, assume page size is 512 "
212 pr_info("MTD device size %llu, eraseblock size %u, "
244 pr_info("testing eraseblock write speed\n");
259 pr_info("eraseblock write speed is %ld KiB/s\n", speed);
262 pr_info("testing eraseblock read speed\n");
277 pr_info("eraseblock read speed is %ld KiB/s\n", speed);
284 pr_info("testin
[all...]
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c81 pr_info("lib encryption took: %lld nsec", end - start);
95 pr_info("lib decryption took: %lld nsec", end - start);
110 pr_info("skcipher encrypt returned with result"
118 pr_info("skcipher decrypt returned with result"
137 pr_info("could not allocate skcipher %s handle\n", name);
143 pr_info("could not allocate skcipher request\n");
156 pr_info("key could not be set\n");
187 pr_info("%s tfm encryption successful, took %lld nsec\n", name, end - start);
211 pr_info("%s tfm decryption successful, took %lld nsec\n", name, end - start);
220 pr_info("skciphe
[all...]
/linux-master/drivers/misc/lkdtm/
H A Dusercopy.c76 pr_info("stack : %px\n", (void *)current_stack_pointer);
78 pr_info("good_stack: %px-%px\n", good_stack, good_stack + sizeof(good_stack));
79 pr_info("bad_stack : %px-%px\n", bad_stack, bad_stack + sizeof(good_stack));
90 pr_info("attempting good copy_to_user of local stack\n");
97 pr_info("attempting bad copy_to_user of distant stack\n");
111 pr_info("attempting good copy_from_user of local stack\n");
118 pr_info("attempting bad copy_from_user of distant stack\n");
164 pr_info("attempting good copy_to_user of correct size\n");
170 pr_info("attempting bad copy_to_user of too large size\n");
176 pr_info("attemptin
[all...]
H A Dcfi.c39 pr_info("Calling matched prototype ...\n");
42 pr_info("Calling mismatched prototype ...\n");
118 pr_info("Attempting unchecked stack return address redirection ...\n");
158 pr_info("ok: redirected stack return address.\n");
162 pr_info("Attempting checked stack return address redirection ...\n");
172 pr_info("ok: control flow unchanged.\n");
H A Dbugs.c133 pr_info("Calling function with %lu frame size to depth %d ...\n",
136 pr_info("FAIL: survived without exhausting stack?!\n");
150 pr_info("Corrupting stack containing char array ...\n");
162 pr_info("Corrupting stack containing union ...\n");
175 pr_info("Starting stack offset tracking for pid %d\n", pid);
180 pr_info("Stack offset: %d\n", (int)(stack_addr - (uintptr_t)&magic));
229 pr_info("Recorded stack canary for pid %d at offset %ld\n",
244 pr_info("ok: stack canaries differ between pid %d and pid %d at offset %ld.\n",
312 pr_info("Normal signed addition ...\n");
316 pr_info("Overflowin
[all...]
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_debug.h159 pr_info("mf:\n\t");
162 pr_info("\n\t");
163 pr_info("%08x ", le32_to_cpu(mfp[i]));
165 pr_info("\n");
178 pr_info("reply:\n\t");
181 pr_info("\n\t");
182 pr_info("%08x ", le32_to_cpu(mfp[i]));
184 pr_info("\n");
197 pr_info("config:\n\t");
200 pr_info("\
[all...]
/linux-master/arch/x86/pci/
H A Dlegacy.c32 pr_info("PCI: Probing PCI hardware\n");
50 pr_info("PCI: Discovered peer bus %02x\n", busn);
66 pr_info("PCI: System does not support PCI\n");
/linux-master/arch/mips/lib/
H A Dr3k_dump_tlb.c19 pr_info("Index : %0x\n", read_c0_index());
20 pr_info("EntryHi : %0lx\n", read_c0_entryhi());
21 pr_info("EntryLo : %0lx\n", read_c0_entrylo0());
H A Ddump_tlb.c21 pr_info("Index : %0x\n", read_c0_index());
22 pr_info("PageMask : %0x\n", read_c0_pagemask());
24 pr_info("GuestCtl1: %0x\n", read_c0_guestctl1());
25 pr_info("EntryHi : %0*lx\n", field, read_c0_entryhi());
26 pr_info("EntryLo0 : %0*lx\n", field, read_c0_entrylo0());
27 pr_info("EntryLo1 : %0*lx\n", field, read_c0_entrylo1());
28 pr_info("Wired : %0x\n", read_c0_wired());
34 pr_info("FrameMask: %0x\n", read_c0_framemask());
38 pr_info("PageGrain: %0x\n", read_c0_pagegrain());
40 pr_info("PWFiel
[all...]
/linux-master/arch/mips/kernel/
H A Dsysrq.c29 pr_info("CPU%d:\n", smp_processor_id());
31 pr_info("\n");
33 pr_info("\n");
/linux-master/arch/loongarch/kernel/
H A Dsysrq.c28 pr_info("CPU%d:\n", smp_processor_id());
30 pr_info("\n");
32 pr_info("\n");
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_debug.h31 pr_info(fmt, ##__VA_ARGS__); \
37 pr_info(fmt, ##__VA_ARGS__); \
/linux-master/drivers/scsi/libfc/
H A Dfc_libfc.h32 pr_info("libfc: " fmt, ##args))
36 pr_info("host%u: lport %6.6x: " fmt, \
42 pr_info("host%u: disc: " fmt, \
48 pr_info("host%u: rport %6.6x: " fmt, \
61 pr_info("host%u: fcp: %6.6x: " \
67 pr_info("host%u: fcp: %6.6x: " fmt, \
75 pr_info("host%u: xid %4x: " fmt, \
81 pr_info("host%u: scsi: " fmt, \
/linux-master/arch/sh/drivers/pci/
H A Dfixups-sdk7786.c49 pr_info("Activating PCIe slot#4 (disabling slot#3)\n");
60 pr_info("PCIe slot#4 disabled\n");
/linux-master/drivers/comedi/drivers/tests/
H A Dunittest.h53 pr_info("begin comedi:\"%s\" unittests\n", name);
58 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name,
/linux-master/kernel/
H A Dkallsyms_selftest.c147 pr_info(" ---------------------------------------------------------\n");
148 pr_info("| nr_symbols | compressed size | original size | ratio(%%) |\n");
149 pr_info("|---------------------------------------------------------|\n");
151 pr_info("| %10d | %10d | %10d | %2d.%-2d |\n",
153 pr_info(" ---------------------------------------------------------\n");
185 pr_info("kallsyms_lookup_name() looked up %d symbols\n", stat.real_cnt);
186 pr_info("The time spent on each symbol is (ns): min=%d, max=%d, avg=%lld\n",
242 pr_info("kallsyms_on_each_symbol() traverse all: %lld ns\n", t1 - t0);
274 pr_info("kallsyms_on_each_match_symbol() traverse all: %lld ns\n", t1 - t0);
297 pr_info("
[all...]
/linux-master/fs/btrfs/
H A Dprint-tree.c59 pr_info("\t\tchunk length %llu owner %llu type %llu num_stripes %d\n",
63 pr_info("\t\t\tstripe %d devid %llu offset %llu\n", i,
71 pr_info("\t\tdev item devid %llu total_bytes %llu bytes used %llu\n",
118 pr_info("\t\textent refs %llu gen %llu flags %llu\n",
127 pr_info("\t\ttree block key (%llu %u %llu) level %d\n",
142 pr_info("\t\tref#%d: ", ref_index++);
154 pr_info(
171 pr_info(
201 pr_info("\t\tsubvol_id %llu\n", le64_to_cpu(subvol_id));
213 pr_info("\
[all...]
/linux-master/arch/arc/kernel/
H A Dreset.c20 pr_info("Put your restart handler here\n");
/linux-master/tools/testing/memblock/linux/
H A Dprintk.h19 #define pr_info printk macro
/linux-master/arch/arm/mach-s3c/
H A Dcpu.c30 pr_info("Samsung CPU ID: 0x%08lx\n", samsung_cpu_id);

Completed in 207 milliseconds

1234567891011>>