Searched refs:pr_info (Results 151 - 175 of 2670) sorted by relevance

1234567891011>>

/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c61 pr_info("Receive interrupt %d\n", global_signal_val);
128 pr_info("Invalid host notification: %s\n", buf);
/linux-master/drivers/misc/lkdtm/
H A Dstackleak.c99 pr_info("stackleak stack usage:\n"
119 pr_info("OK: the rest of the thread stack is properly erased\n");
/linux-master/arch/m68k/sun3/
H A Dsun3dvma.c53 pr_info("dvma entry usage:\n");
61 pr_info("dvma entry: %08x len %08lx\n",
65 pr_info("%d entries in use total\n", j);
67 pr_info("allocation/free calls: %lu/%lu\n", dvma_allocs, dvma_frees);
68 pr_info("allocation/free bytes: %Lx/%Lx\n", dvma_alloc_bytes,
78 pr_info("listing dvma holes\n");
85 pr_info("hole: start %08lx end %08lx size %08lx\n",
89 pr_info("end of hole listing...\n");
293 // pr_info("using baddr %lx\n", baddr);
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_callbacks_demo2.c24 pr_info("%s: %s -> %s\n", callback, obj->mod->name,
27 pr_info("%s: vmlinux\n", callback);
/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c139 pr_info("WARN: Maps only in vmlinux:\n");
160 pr_info("WARN: Maps in vmlinux with a different name in kallsyms:\n");
164 pr_info("WARN: %" PRIx64 "-%" PRIx64 " %" PRIx64 " %s in kallsyms as",
167 pr_info(":\nWARN: *%" PRIx64 "-%" PRIx64 " %" PRIx64,
169 pr_info(" %s\n", dso->name);
182 pr_info("WARN: Maps only in kallsyms:\n");
259 pr_info("machine__create_kernel_maps failed");
277 pr_info("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n");
/linux-master/arch/x86/hyperv/
H A Dhv_spinlock.c75 pr_info("PV spinlocks disabled\n");
78 pr_info("PV spinlocks enabled\n");
/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth.c384 pr_info("Init enet entry %d:\n", i);
385 pr_info("Base address: 0x%08x\n",
586 pr_info("TX BDs[%d]\n", i);
595 pr_info("RX BDs[%d]\n", i);
605 pr_info("UCC%d Geth registers:\n", ugeth->ug_info->uf_info.ucc_num + 1);
606 pr_info("Base address: 0x%08x\n", (u32)ugeth->ug_regs);
608 pr_info("maccfg1 : addr - 0x%08x, val - 0x%08x\n",
611 pr_info("maccfg2 : addr - 0x%08x, val - 0x%08x\n",
614 pr_info("ipgifg : addr - 0x%08x, val - 0x%08x\n",
617 pr_info("hafdu
[all...]
/linux-master/init/
H A Dcalibrate.c284 pr_info("Calibrating delay loop (skipped) "
289 pr_info("Calibrating delay loop (skipped) "
293 pr_info("Calibrating delay loop (skipped), "
299 pr_info("Calibrating delay using timer "
303 pr_info("Calibrating delay loop... ");
/linux-master/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c53 pr_info("poll err");
60 pr_info("Polling uffd returned %d", r);
65 pr_info("uffd revents has POLLERR");
83 pr_info("Read of uffd got errno %d\n", errno);
88 pr_info("Read on uffd returned unexpected size: %d bytes", r);
/linux-master/arch/powerpc/kernel/
H A Dsetup-common.c375 pr_info("Found initrd at 0x%lx:0x%lx\n", initrd_start, initrd_end);
498 pr_info("Skipping CPU node %pOF to allow for boot core.\n", dn);
504 pr_info("Renumbered boot core %pOF to logical 0\n", dn);
663 pr_info("Hardware name: %s\n", ppc_hw_desc.buffer);
847 pr_info("%s\n", s);
852 pr_info("-----------------------------------------------------\n");
853 pr_info("phys_mem_size = 0x%llx\n",
856 pr_info("dcache_bsize = 0x%x\n", dcache_bsize);
857 pr_info("icache_bsize = 0x%x\n", icache_bsize);
859 pr_info("cpu_feature
[all...]
/linux-master/arch/x86/kernel/
H A Dmpparse.c62 pr_info("Processor #%d%s\n", m->apicid, bootup_cpu);
163 pr_info("MPTABLE: OEM ID: %s\n", oem);
168 pr_info("MPTABLE: Product ID: %s\n", str);
170 pr_info("MPTABLE: APIC at: 0x%X\n", mpc->lapic);
277 pr_info("ISA/PCI bus type with no IRQ information... falling back to ELCR\n");
283 pr_info("Using ELCR to identify PCI interrupts\n");
503 pr_info("Intel MultiProcessor Specification v1.%d\n",
507 pr_info(" IMCR and PIC compatibility mode.\n");
510 pr_info(" Virtual Wire compatibility mode.\n");
524 pr_info("Defaul
[all...]
/linux-master/kernel/rcu/
H A Dtree_plugin.h47 pr_info("\tRCU event tracing is enabled.\n");
50 pr_info("\tCONFIG_RCU_FANOUT set to non-default value of %d.\n",
53 pr_info("\tHierarchical RCU autobalancing is disabled.\n");
55 pr_info("\tRCU lockdep checking is enabled.\n");
57 pr_info("\tRCU strict (and thus non-scalable) grace periods are enabled.\n");
59 pr_info("\tFour(or more)-level hierarchy is enabled.\n");
61 pr_info("\tBuild-time adjustment of leaf fanout to %d.\n",
64 pr_info("\tBoot-time adjustment of leaf fanout to %d.\n",
67 pr_info("\tRCU restricting CPUs from NR_CPUS=%d to nr_cpu_ids=%u.\n", NR_CPUS, nr_cpu_ids);
69 pr_info("\tRC
[all...]
/linux-master/drivers/firmware/psci/
H A Dpsci_checker.c206 pr_info("Trying to turn off and on again all CPUs\n");
218 pr_info("Trying to turn off and on again group %d (CPUs %s)\n",
291 pr_info("CPU %d entering suspend cycles, states 1 through %d\n",
359 pr_info("CPU %d suspend test results: success %d, shallow states %d, errors %d\n",
458 pr_info("PSCI checker started using %u CPUs\n", nb_available_cpus);
460 pr_info("Starting hotplug tests\n");
463 pr_info("Hotplug tests passed OK\n");
471 pr_info("Starting suspend tests (%d cycles per state)\n",
475 pr_info("Suspend tests passed OK\n");
489 pr_info("PSC
[all...]
/linux-master/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c159 pr_info("Random seed: %u\n", p->random_seed);
204 pr_info("Populate memory time: %ld.%.9lds\n",
211 pr_info("Enabling dirty logging time: %ld.%.9lds\n\n",
234 pr_info("Iteration %d dirty memory time: %ld.%.9lds\n",
242 pr_info("Iteration %d get dirty log time: %ld.%.9lds\n",
252 pr_info("Iteration %d clear dirty log time: %ld.%.9lds\n",
269 pr_info("Disabling dirty logging time: %ld.%.9lds\n",
281 pr_info("Get dirty log over %lu iterations took %ld.%.9lds. (Avg %ld.%.9lds/iteration)\n",
287 pr_info("Clear dirty log over %lu iterations took %ld.%.9lds. (Avg %ld.%.9lds/iteration)\n",
430 pr_info("Tes
[all...]
H A Dmemslot_perf_test.c121 pr_info(__VA_ARGS__); \
894 pr_info("usage: %s [-h] [-v] [-d] [-s slots] [-f first_test] [-e last_test] [-l test_length] [-r run_count]\n",
896 pr_info(" -h: print this help screen.\n");
897 pr_info(" -v: enable verbose mode (not for benchmarking).\n");
898 pr_info(" -d: enable extra debug checks.\n");
899 pr_info(" -s: specify memslot count cap (-1 means no cap; currently: %i)\n",
901 pr_info(" -f: specify the first test to run (currently: %i; max %zu)\n",
903 pr_info(" -e: specify the last test to run (currently: %i; max %zu)\n",
905 pr_info(" -l: specify the test length in seconds (currently: %i)\n",
907 pr_info("
[all...]
H A Ddemand_paging_test.c81 pr_info("Failed UFFDIO_COPY in 0x%lx from thread %d with errno: %d\n",
93 pr_info("Failed UFFDIO_CONTINUE in 0x%lx from thread %d with errno: %d\n",
178 pr_info("Finished creating vCPUs and starting uffd threads\n");
182 pr_info("Started all vCPUs\n");
186 pr_info("All vCPU threads joined\n");
194 pr_info("Total guest execution time: %ld.%.9lds\n",
196 pr_info("Overall demand paging rate: %f pgs/sec\n",
/linux-master/drivers/cpufreq/
H A Dpowernow-k7.c129 pr_info("No powernow capabilities detected\n");
135 pr_info("K7 660[A0] core detected, enabling errata workarounds\n");
145 pr_info("PowerNOW! Technology present. Can scale: ");
435 pr_info("no support for ACPI processor found - please recompile your kernel with ACPI processor\n");
467 pr_info("Sorry, only v1.2 tables supported right now\n");
479 pr_info("BIOS set settling time to %d microseconds. Should be at least 100. Correcting.\n",
512 pr_info("No PST tables match this cpuid (0x%x)\n",
514 pr_info("This is indicative of a broken BIOS\n");
613 pr_info("PSB/PST known to be broken - trying ACPI instead\n");
619 pr_info("Tryin
[all...]
/linux-master/drivers/misc/cxl/
H A Dof.c23 pr_info("%s: %s\n", prop_name, (char *) prop);
36 pr_info("%s: %#x (%u)\n", prop_name, *val, *val);
49 pr_info("%s: %#llx (%llu)\n", prop_name, *val, *val);
104 pr_info("%s: %#x %#llx (size %#llx)\n",
151 pr_info("Dump of the 'ibm,coherent-platform-function' node properties:\n");
157 pr_info("compatible: %s\n", p);
223 pr_info("record %d - device-id: %#x\n",
228 pr_info("record %d - vendor-id: %#x\n",
234 pr_info("record %d - class-code: %#x\n",
317 pr_info("availabl
[all...]
/linux-master/drivers/infiniband/core/
H A Diwpm_msg.c122 pr_info("%s: %s (client = %u)\n", __func__, err_str, nl_client);
206 pr_info("%s: %s (client = %u)\n", __func__, err_str, nl_client);
295 pr_info("%s: %s (client = %u)\n", __func__, err_str, nl_client);
359 pr_info("%s: %s (client = %u)\n", __func__, err_str, nl_client);
403 pr_info("%s: Could not find a matching request (seq = %u)\n",
418 pr_info("%s: Incorrect info (dev = %s name = %s version = %u)\n",
477 pr_info("%s: Could not find a matching request (seq = %u)\n",
492 pr_info("%s: Sockaddr family doesn't match the requested one\n",
556 pr_info("%s: Could not find a matching request (seq = %u)\n",
572 pr_info("
[all...]
/linux-master/drivers/watchdog/
H A Dsmsc37b787_wdt.c362 pr_info("Watchdog enabled. Timeout set to %d %s\n",
376 pr_info("Watchdog disabled, sleeping again...\n");
531 pr_info("SMsC 37B787 watchdog component driver "
561 pr_info("Timeout set to %d %s\n",
563 pr_info("Watchdog initialized and sleeping (nowayout=%d)...\n",
585 pr_info("Watchdog disabled\n");
592 pr_info("SMsC 37B787 watchdog component driver removed\n");
/linux-master/arch/arm/kernel/
H A Dtcm.c147 pr_info("CPU: found %sTCM%d %dk @ %08x, %senabled\n",
174 pr_info("CPU: moved %sTCM%d %dk to %08x, enabled\n",
275 pr_info("CPU TCM: %u bytes of DTCM and %u bytes of "
309 pr_info("CPU DTCM: %u bytes of code compiled to "
333 pr_info("CPU DTCM: %u bytes of code compiled to DTCM but no "
347 pr_info("CPU ITCM: %u bytes of code compiled to "
371 pr_info("CPU ITCM: %u bytes of code compiled to ITCM but no "
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c28 pr_info("r00: 0x%08lx\tr01: 0x%08lx\tr02: 0x%08lx\n" \
74 pr_info("Path: %s\n", !IS_ERR(path_nm) ? path_nm : "?");
102 pr_info(" @off 0x%lx in [%s] VMA: 0x%08lx to 0x%08lx\n",
107 pr_info(" @No matching VMA found\n");
189 pr_info("ECR: 0x%08lx EFA: 0x%08lx ERET: 0x%08lx\n",
192 pr_info("STAT32: 0x%08lx", regs->status32);
222 pr_info("\n%s\n", str);
/linux-master/arch/powerpc/mm/
H A Dmem.c321 pr_info("Kernel virtual memory layout:\n");
323 pr_info(" * 0x%08lx..0x%08lx : kasan shadow mem\n",
326 pr_info(" * 0x%08lx..0x%08lx : fixmap\n", FIXADDR_START, FIXADDR_TOP);
328 pr_info(" * 0x%08lx..0x%08lx : highmem PTEs\n",
332 pr_info(" * 0x%08lx..0x%08lx : early ioremap\n",
334 pr_info(" * 0x%08lx..0x%08lx : vmalloc & ioremap\n",
337 pr_info(" * 0x%08lx..0x%08lx : modules\n",
/linux-master/arch/s390/pci/
H A Dpci_event.c94 pr_info("%s: Automatic recovery failed after initial reporting\n", pci_name(pdev));
108 pr_info("%s: Unblocking device access for examination\n", pci_name(pdev));
119 pr_info("%s: Automatic recovery failed after MMIO re-enable\n",
146 pr_info("%s: Initiating reset\n", pci_name(pdev));
154 pr_info("%s: Automatic recovery failed after slot reset\n", pci_name(pdev));
187 pr_info("%s: Cannot be recovered in the host because it is a pass-through device\n",
195 pr_info("%s: Cannot be recovered because no driver is bound to the device\n",
198 pr_info("%s: The %s driver bound to the device does not support error recovery\n",
223 pr_info("%s: The device is ready to resume operations\n", pci_name(pdev));
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c392 pr_info("Limiting to %u possible CPUs\n", possible);
457 pr_info("Max. logical packages: %3u\n", cnta);
458 pr_info("Max. logical dies: %3u\n", cntb);
459 pr_info("Max. dies per package: %3u\n", __max_dies_per_package);
468 pr_info("Max. threads per core: %3u\n", __max_threads_per_core);
472 pr_info("Num. cores per package: %3u\n", __num_cores_per_package);
474 pr_info("Num. threads per package: %3u\n", __num_threads_per_package);
476 pr_info("Allowing %u present CPUs plus %u hotplug CPUs\n", assigned, disabled);
478 pr_info("Rejected CPUs %u\n", topo_info.nr_rejected_cpus);

Completed in 466 milliseconds

1234567891011>>