Searched refs:pr_info (Results 1 - 25 of 2670) sorted by relevance

1234567891011>>

/linux-master/kernel/
H A Dbacktracetest.c18 pr_info("Testing a backtrace from process context.\n");
19 pr_info("The following trace is a kernel self test and not a bug!\n");
33 pr_info("Testing a backtrace from BH context.\n");
34 pr_info("The following trace is a kernel self test and not a bug!\n");
46 pr_info("Testing a saved backtrace.\n");
47 pr_info("The following trace is a kernel self test and not a bug!\n");
55 pr_info("Saved backtrace test skipped.\n");
61 pr_info("====[ backtrace testing ]===========\n");
67 pr_info("====[ end of backtrace testing ]====\n");
/linux-master/samples/kmemleak/
H A Dkmemleak-test.c40 pr_info("Kmemleak testing\n");
43 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL));
44 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL));
45 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL));
46 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL));
47 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL));
48 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL));
49 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL));
50 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL));
52 pr_info("kmem_cache_allo
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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("SocketPowerLimitAc
[all...]
/linux-master/drivers/scsi/mpi3mr/
H A 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("
[all...]
/linux-master/samples/kprobes/
H A Dkprobe_example.c31 pr_info("<%s> p->addr = 0x%p, ip = %lx, flags = 0x%lx\n",
35 pr_info("<%s> p->addr = 0x%p, nip = 0x%lx, msr = 0x%lx\n",
39 pr_info("<%s> p->addr = 0x%p, epc = 0x%lx, status = 0x%lx\n",
43 pr_info("<%s> p->addr = 0x%p, pc = 0x%lx, pstate = 0x%lx\n",
47 pr_info("<%s> p->addr = 0x%p, pc = 0x%lx, cpsr = 0x%lx\n",
51 pr_info("<%s> p->addr = 0x%p, pc = 0x%lx, status = 0x%lx\n",
55 pr_info("<%s> p->addr, 0x%p, ip = 0x%lx, flags = 0x%lx\n",
59 pr_info("<%s> p->addr = 0x%p, era = 0x%lx, estat = 0x%lx\n",
72 pr_info("<%s> p->addr = 0x%p, flags = 0x%lx\n",
76 pr_info("<
[all...]
/linux-master/samples/livepatch/
H A Dlivepatch-callbacks-busymod.c39 pr_info("%s, sleeping %d seconds ...\n", __func__, sleep_secs);
41 pr_info("%s exit\n", __func__);
46 pr_info("%s\n", __func__);
55 pr_info("%s\n", __func__);
H A Dlivepatch-callbacks-mod.c30 pr_info("%s\n", __func__);
36 pr_info("%s\n", __func__);
/linux-master/drivers/misc/lkdtm/
H A Drefcount.c13 pr_info("Overflow detected: saturated\n");
31 pr_info("attempting good refcount_inc() without overflow\n");
35 pr_info("attempting bad refcount_inc() overflow\n");
47 pr_info("attempting good refcount_add() without overflow\n");
54 pr_info("attempting bad refcount_add() overflow\n");
65 pr_info("attempting bad refcount_inc_not_zero() overflow\n");
77 pr_info("attempting bad refcount_add_not_zero() overflow\n");
88 pr_info("Zero detected: saturated\n");
110 pr_info("attempting good refcount_dec()\n");
113 pr_info("attemptin
[all...]
H A Dheap.c38 pr_info("Attempting vmalloc linear overflow ...\n");
60 pr_info("Attempting slab linear overflow ...\n");
80 pr_info("Allocated memory %p-%p\n", base, &base[offset * 2]);
81 pr_info("Attempting bad write to freed memory at %p\n",
89 pr_info("Hmm, didn't get the same memory range.\n");
106 pr_info("Unable to allocate base memory.\n");
112 pr_info("Unable to allocate val memory.\n");
119 pr_info("Value in memory before free: %x\n", base[offset]);
123 pr_info("Attempting bad read from freed memory\n");
127 pr_info("Memor
[all...]
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_callbacks_mod.c11 pr_info("%s\n", __func__);
17 pr_info("%s\n", __func__);
H A Dtest_klp_callbacks_busy.c23 pr_info("%s enter\n", __func__);
34 pr_info("%s exit\n", __func__);
39 pr_info("%s\n", __func__);
63 pr_info("%s\n", __func__);
H A Dtest_klp_state2.c26 pr_info("%s: %s -> %s\n", callback, obj->mod->name,
29 pr_info("%s: vmlinux\n", callback);
40 pr_info("%s: space to store console_loglevel already allocated\n",
53 pr_info("%s: allocating space to store console_loglevel\n",
68 pr_info("%s: taking over the console_loglevel change\n",
74 pr_info("%s: fixing console_loglevel\n", __func__);
85 pr_info("%s: passing the console_loglevel change back to the old livepatch\n",
94 pr_info("%s: restoring console_loglevel\n", __func__);
104 pr_info("%s: keeping space to store console_loglevel\n",
113 pr_info("
[all...]
/linux-master/arch/arm64/kernel/
H A Dkaslr.c20 pr_info("KASLR disabled on command line\n");
34 pr_info("KASLR enabled\n");
/linux-master/tools/testing/selftests/
H A Dkselftest_module.h31 pr_info("skipped %u tests\n", skipped_tests);
32 pr_info("remaining %u tests passed\n", total_tests);
34 pr_info("all %u tests passed\n", total_tests);
44 pr_info("loaded.\n"); \
51 pr_info("unloaded.\n"); \
/linux-master/drivers/firmware/efi/
H A Dcper_cxl.c61 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type,
81 pr_info("%s agent_address: %04x:%02x:%02x.%x\n",
88 pr_info("%s rcrb_base_address: 0x%016llx\n", pfx,
107 pr_info("%s slot: %d\n", pfx,
109 pr_info("%s vendor_id: 0x%04x, device_id: 0x%04x\n",
112 pr_info("%s sub_vendor_id: 0x%04x, sub_device_id: 0x%04x\n",
116 pr_info("%s class_code: %02x%02x\n", pfx,
130 pr_info("%s lower_dw: 0x%08x, upper_dw: 0x%08x\n", pfx,
158 pr_info("%s DVSEC length: 0x%04x\n", pfx, prot_err->dvsec_len);
160 pr_info("
[all...]
/linux-master/mm/kasan/
H A Dkasan_test_module.c40 pr_info("out-of-bounds in copy_from_user()\n");
43 pr_info("out-of-bounds in copy_to_user()\n");
46 pr_info("out-of-bounds in __copy_from_user()\n");
49 pr_info("out-of-bounds in __copy_to_user()\n");
52 pr_info("out-of-bounds in __copy_from_user_inatomic()\n");
55 pr_info("out-of-bounds in __copy_to_user_inatomic()\n");
58 pr_info("out-of-bounds in strncpy_from_user()\n");
/linux-master/lib/
H A Dtest_free_pages.c31 pr_info("Testing with GFP_KERNEL\n");
33 pr_info("Testing with GFP_KERNEL | __GFP_COMP\n");
35 pr_info("Test completed\n");
/linux-master/drivers/scsi/fcoe/
H A Dlibfcoe.h21 pr_info("libfcoe: " fmt, ##args);)
25 pr_info("host%d: fip: " fmt, \
30 pr_info("%s: " fmt, __func__, ##args);)
34 pr_info("ctlr_%d: " fmt, cdev->id, ##args);)
/linux-master/arch/m68k/kernel/
H A Dsetup_no.c98 pr_info("uClinux with CPU " CPU_NAME "\n");
101 pr_info("uCdimm by Lineo, Inc. <www.lineo.com>\n");
104 pr_info("68328 support D. Jeff Dionne <jeff@uclinux.org>\n");
105 pr_info("68328 support Kenneth Albanowski <kjahds@kjshds.com>\n");
108 pr_info("68EZ328 DragonBallEZ support (C) 1999 Rt-Control, Inc\n");
111 pr_info("M68VZ328 support by Evan Stawnyczy <e@lineo.ca>\n");
112 pr_info("68VZ328 DragonBallVZ support (c) 2001 Lineo, Inc.\n");
115 pr_info("COLDFIRE port done by Greg Ungerer, gerg@snapgear.com\n");
117 pr_info("Modified for M5307 by Dave Miller, dmiller@intellistor.com\n");
120 pr_info("Modifie
[all...]
/linux-master/security/integrity/ima/
H A Dima_efi.c19 pr_info("ima: secureboot mode unknown, no efi\n");
25 pr_info("ima: secureboot mode disabled\n");
27 pr_info("ima: secureboot mode unknown\n");
29 pr_info("ima: secureboot mode enabled\n");
/linux-master/arch/mips/loongson2ef/common/
H A Denv.c36 pr_info("memsize=%u, highmemsize=%u\n", memsize, highmemsize);
52 pr_info("CpuClock = %u\n", cpu_clock_freq);
/linux-master/arch/m68k/68000/
H A Ducsimm.c29 pr_info("uCsimm/uCdimm serial string [%s]\n", getserialnum());
31 pr_info("uCsimm/uCdimm hwaddr %pM\n", p);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-berr.c42 pr_info("Hub does not contain valid error information\n");
46 pr_info("Hub has valid error information:\n");
48 pr_info("Overrun is set. Error stack may contain additional "
50 pr_info("Hub error address is %08lx\n",
52 pr_info("Incoming message command 0x%lx\n",
54 pr_info("Supplemental field of incoming message is 0x%lx\n",
56 pr_info("T5 Rn (for RRB only) is 0x%lx\n",
58 pr_info("Error type is %s\n", err_type[st1.pi_stat1_fmt.s1_rw_rb]
/linux-master/drivers/mtd/tests/
H A Dpagetest.c117 pr_info("crosstest\n");
151 pr_info("reading page at %#llx\n", (long long)addr);
160 pr_info("reading page at %#llx\n", (long long)addr);
169 pr_info("reading page at %#llx\n", (long long)addr);
177 pr_info("verifying pages read at %#llx match\n",
183 pr_info("crosstest ok\n");
194 pr_info("erasecrosstest\n");
207 pr_info("erasing block %d\n", ebnum);
212 pr_info("writing 1st page of block %d\n", ebnum);
219 pr_info("readin
[all...]
/linux-master/include/keys/
H A Dtrusted_tpm.h57 pr_info("sealing key type %d\n", o->keytype);
58 pr_info("sealing key handle %0X\n", o->keyhandle);
59 pr_info("pcrlock %d\n", o->pcrlock);
60 pr_info("pcrinfo %d\n", o->pcrinfo_len);
69 pr_info("secret:\n");
72 pr_info("trusted-key: enonce:\n");
81 pr_info("\ntpm buffer\n");

Completed in 248 milliseconds

1234567891011>>