Home
last modified time | relevance | path

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

12345678910>>...215

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_processpptables.c71 pr_info("Version = 0x%08x\n", pptable->Version);
73 pr_info("FeaturesToRun[0] = 0x%08x\n", pptable->FeaturesToRun[0]);
74 pr_info("FeaturesToRun[1] = 0x%08x\n", pptable->FeaturesToRun[1]);
76 pr_info("SocketPowerLimitAc0 = %d\n", pptable->SocketPowerLimitAc0);
77 pr_info("SocketPowerLimitAc0Tau = %d\n", pptable->SocketPowerLimitAc0Tau);
78 pr_info("SocketPowerLimitAc1 = %d\n", pptable->SocketPowerLimitAc1);
79 pr_info("SocketPowerLimitAc1Tau = %d\n", pptable->SocketPowerLimitAc1Tau);
80 pr_info("SocketPowerLimitAc2 = %d\n", pptable->SocketPowerLimitAc2);
81 pr_info("SocketPowerLimitAc2Tau = %d\n", pptable->SocketPowerLimitAc2Tau);
82 pr_info("SocketPowerLimitAc
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A 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("attemptin in lkdtm_REFCOUNT_DEC_ZERO()
[all...]
H A Dheap.c44 pr_info("Allocated memory %p-%p\n", base, &base[offset * 2]); in lkdtm_WRITE_AFTER_FREE()
45 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE()
53 pr_info("Hmm, didn't get the same memory range.\n"); in lkdtm_WRITE_AFTER_FREE()
70 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE()
76 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE()
83 pr_info("Value in memory before free: %x\n", base[offset]); in lkdtm_READ_AFTER_FREE()
87 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE()
91 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
94 pr_info("Memory was not poisoned\n"); in lkdtm_READ_AFTER_FREE()
103 pr_info("Unabl in lkdtm_WRITE_BUDDY_AFTER_FREE()
[all...]
H A Dbugs.c44 * - stack variables are written (memset()) and read (pr_info())
45 * - function has external effects (pr_info())
52 pr_info("loop %d/%d ...\n", (int)buf[remaining % sizeof(buf)], in recursive_loop()
104 pr_info("Calling function with %lu frame size to depth %d ...\n", in lkdtm_EXHAUST_STACK()
107 pr_info("FAIL: survived without exhausting stack?!\n"); in lkdtm_EXHAUST_STACK()
121 pr_info("Corrupting stack containing char array ...\n"); in lkdtm_CORRUPT_STACK()
133 pr_info("Corrupting stack containing union ...\n"); in lkdtm_CORRUPT_STACK_STRONG()
188 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
192 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
203 pr_info("Norma in lkdtm_OVERFLOW_UNSIGNED()
[all...]
H A Dperms.c42 pr_info("do_overwritten wasn't overwritten!\n"); in do_overwritten()
50 pr_info("attempting ok execution at %px\n", do_nothing); in execute_location()
58 pr_info("attempting bad execution at %px\n", func); in execute_location()
70 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location()
77 pr_info("attempting bad execution at %px\n", func); in execute_user_location()
87 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO()
102 pr_info("%p was NOT written during init!?\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
106 pr_info("attempting bad ro_after_init write at %px\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
119 pr_info("attempting bad %zu byte write at %px\n", size, ptr); in lkdtm_WRITE_KERN()
198 pr_info("attemptin in lkdtm_ACCESS_USERSPACE()
[all...]
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A 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("attemptin in lkdtm_REFCOUNT_DEC_ZERO()
[all...]
H A 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("Memor in lkdtm_READ_AFTER_FREE()
[all...]
H 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()
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("attemptin in lkdtm_WRITE_KERN()
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/samples/kmemleak/
H 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()
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_allo in kmemleak_test_init()
[all...]
/kernel/linux/linux-6.6/samples/kmemleak/
H 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()
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_allo in kmemleak_test_init()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A 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(" in cper_print_prot_err()
[all...]
/kernel/linux/linux-6.6/samples/kprobes/
H A 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("< in handler_post()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/tests/
H A 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("verifie in verify_all_eraseblocks()
[all...]
H A 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("readin in erasecrosstest()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/tests/
H A 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("verifie in verify_all_eraseblocks()
[all...]
H A 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("readin in erasecrosstest()
[all...]
/kernel/linux/linux-6.6/arch/m68k/kernel/
H 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()
117 pr_info("Modified for M5307 by Dave Miller, dmiller@intellistor.com\n"); in setup_arch()
120 pr_info("Modifie in setup_arch()
[all...]
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/
H A 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("skciphe in test_skcipher()
[all...]
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dtraps.c62 pr_info("\nCURRENT PROCESS:\n\n"); in dump()
63 pr_info("COMM=%s PID=%d\n", current->comm, current->pid); in dump()
65 pr_info("TEXT=%08x-%08x DATA=%08x-%08x BSS=%08x-%08x\n", in dump()
72 pr_info("USER-STACK=%08x KERNEL-STACK=%08lx\n\n", in dump()
78 pr_info("\nCODE:"); in dump()
82 pr_info("\n%08x: ", (int) (tp + i)); in dump()
83 pr_info("%08x ", (int) *sp++); in dump()
85 pr_info("\n"); in dump()
87 pr_info("\nKERNEL STACK:"); in dump()
91 pr_info("\ in dump()
[all...]
/kernel/linux/linux-5.10/kernel/
H 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()
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()
/kernel/linux/linux-6.6/kernel/
H 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()
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()
/kernel/linux/linux-5.10/samples/kprobes/
H A Dkprobe_example.c31 pr_info("<%s> pre_handler: p->addr = 0x%p, ip = %lx, flags = 0x%lx\n", in handler_pre()
35 pr_info("<%s> pre_handler: p->addr = 0x%p, nip = 0x%lx, msr = 0x%lx\n", in handler_pre()
39 pr_info("<%s> pre_handler: p->addr = 0x%p, epc = 0x%lx, status = 0x%lx\n", in handler_pre()
43 pr_info("<%s> pre_handler: p->addr = 0x%p, pc = 0x%lx," in handler_pre()
48 pr_info("<%s> pre_handler: p->addr, 0x%p, ip = 0x%lx, flags = 0x%lx\n", in handler_pre()
61 pr_info("<%s> post_handler: p->addr = 0x%p, flags = 0x%lx\n", in handler_post()
65 pr_info("<%s> post_handler: p->addr = 0x%p, msr = 0x%lx\n", in handler_post()
69 pr_info("<%s> post_handler: p->addr = 0x%p, status = 0x%lx\n", in handler_post()
73 pr_info("<%s> post_handler: p->addr = 0x%p, pstate = 0x%lx\n", in handler_post()
77 pr_info("< in handler_post()
[all...]
/kernel/linux/linux-5.10/drivers/staging/gs_fpgaboot/
H A Dgs_fpgaboot.c102 pr_info("bitstream file magic number Ok\n"); in readmagic_bitstream()
119 pr_info("file: %s\n", fimage->filename); in gs_print_header()
120 pr_info("part: %s\n", fimage->part); in gs_print_header()
121 pr_info("date: %s\n", fimage->date); in gs_print_header()
122 pr_info("time: %s\n", fimage->time); in gs_print_header()
123 pr_info("lendata: %d\n", fimage->lendata); in gs_print_header()
170 pr_info("image is bitstream format\n"); in gs_read_image()
189 pr_info("load fpgaimage %s\n", fw_file); in gs_load_image()
233 pr_info("device init done\n"); in gs_download_image()
238 pr_info("progra in gs_download_image()
[all...]

Completed in 12 milliseconds

12345678910>>...215