Home
last modified time | relevance | path

Searched refs:pr_warn (Results 1 – 25 of 1656) sorted by relevance

12345678910>>...67

/linux/drivers/iommu/
H A Diommu-debugfs.c35 pr_warn("\n"); in iommu_debugfs_setup()
36 pr_warn("*************************************************************\n"); in iommu_debugfs_setup()
37 pr_warn("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in iommu_debugfs_setup()
38 pr_warn("** **\n"); in iommu_debugfs_setup()
39 pr_warn("** IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **\n"); in iommu_debugfs_setup()
40 pr_warn("** **\n"); in iommu_debugfs_setup()
41 pr_warn("** This means that this kernel is built to expose internal **\n"); in iommu_debugfs_setup()
42 pr_warn("** IOMMU data structures, which may compromise security on **\n"); in iommu_debugfs_setup()
43 pr_warn("** your system. **\n"); in iommu_debugfs_setup()
44 pr_warn("** **\n"); in iommu_debugfs_setup()
[all …]
/linux/drivers/misc/lkdtm/
H A Dusercopy.c85 pr_warn("Failed to allocate user memory\n"); in do_usercopy_stack()
93 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_stack()
100 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_stack()
114 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_stack()
121 pr_warn("copy_from_user failed, but lacked Oops\n"); in do_usercopy_stack()
145 pr_warn("Failed to allocate kernel memory\n"); in do_usercopy_slab_size()
153 pr_warn("Failed to allocate user memory\n"); in do_usercopy_slab_size()
166 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_slab_size()
172 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_slab_size()
178 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_slab_size()
[all …]
H A Drefcount.c16 pr_warn("Overflow detected: unsafely reset to max\n"); in overflow_check()
67 pr_warn("Weird: refcount_inc_not_zero() reported zero\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW()
79 pr_warn("Weird: refcount_add_not_zero() reported zero\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW()
91 pr_warn("Zero detected: unsafely reset to max\n"); in check_zero()
94 pr_warn("Still at zero: refcount_inc/add() must not inc-from-0\n"); in check_zero()
127 pr_warn("Still at %d: refcount_inc/add() must not inc-from-0\n", in check_negative()
137 pr_warn("Negative detected: unsafely reset to max\n"); in check_negative()
165 pr_warn("Weird: refcount_dec_and_test() reported zero\n"); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE()
180 pr_warn("Weird: refcount_sub_and_test() reported zero\n"); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE()
195 pr_warn("Weird: refcount_sub_and_test() reported zero\n"); in lkdtm_REFCOUNT_SUB_AND_TEST_ZERO()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dor51211.c69 pr_warn("error (addr %02x, err == %i)\n", reg, err); in i2c_writebytes()
86 pr_warn("error (addr %02x, err == %i)\n", reg, err); in i2c_readbytes()
105 pr_warn("error eprom addr\n"); in or51211_load_firmware()
109 pr_warn("error eprom\n"); in or51211_load_firmware()
123 pr_warn("error 1\n"); in or51211_load_firmware()
130 pr_warn("error 2\n"); in or51211_load_firmware()
136 pr_warn("error 3\n"); in or51211_load_firmware()
143 pr_warn("error 4\n"); in or51211_load_firmware()
160 pr_warn("error 1\n"); in or51211_setmode()
167 pr_warn("error 2\n"); in or51211_setmode()
[all …]
/linux/mm/
H A Ddebug.c80 pr_warn("page: refcount:%d mapcount:%d mapping:%p index:%#lx pfn:%#lx\n", in __dump_folio()
89 pr_warn("head: order:%u mapcount:%d entire_mapcount:%d nr_pages_mapped:%d pincount:%d\n", in __dump_folio()
99 pr_warn("memcg:%lx\n", folio->memcg_data); in __dump_folio()
115 pr_warn("%sflags: %pGp%s\n", type, &folio->flags, in __dump_folio()
118 pr_warn("page_type: %x(%s)\n", folio->page.page_type >> 24, in __dump_folio()
136 pr_warn("page does not match folio\n"); in __dump_page()
144 pr_warn("page:%p is uninitialized and poisoned\n", page); in dump_page()
148 pr_warn("page dumped because: %s\n", reason); in dump_page()
237 pr_warn("vmg %px dumped because: %s\n", vmg, reason); in dump_vmg()
240 pr_warn("vmg %px state: (NULL)\n", vmg); in dump_vmg()
[all …]
/linux/drivers/tty/hvc/
H A Dhvc_dcc.c286 pr_warn("\n"); in hvc_dcc_init()
287 pr_warn("********************************************************************\n"); in hvc_dcc_init()
288 pr_warn("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in hvc_dcc_init()
289 pr_warn("** **\n"); in hvc_dcc_init()
290 pr_warn("** HVC_DCC_SERIALIZE_SMP SUPPORT HAS BEEN ENABLED IN THIS KERNEL **\n"); in hvc_dcc_init()
291 pr_warn("** **\n"); in hvc_dcc_init()
292 pr_warn("** This means that this is a DEBUG kernel and unsafe for **\n"); in hvc_dcc_init()
293 pr_warn("** production use and has important feature like CPU hotplug **\n"); in hvc_dcc_init()
294 pr_warn("** disabled. **\n"); in hvc_dcc_init()
295 pr_warn("** **\n"); in hvc_dcc_init()
[all …]
/linux/crypto/krb5/
H A Dselftest.c20 pr_warn("!!! TESTINVAL %s:%u\n", __FILE__, __LINE__); \
30 pr_warn("!!! TESTFAIL %s:%u\n", __FILE__, __LINE__); \
142 pr_warn("PRF calculation failed %d\n", ret); in krb5_test_one_prf()
194 pr_warn("Key derivation failed %d\n", ret); in krb5_test_key()
281 pr_warn("Encrypted length mismatch %zu != %u\n", message_len, ct.len); in krb5_test_one_enc()
285 pr_warn("Data offset mismatch %zu != %u\n", data_offset, conf.len); in krb5_test_one_enc()
311 pr_warn("Encryption failed %d\n", ret); in krb5_test_one_enc()
316 pr_warn("Encrypted message wrong size %x != %zx\n", ret, message_len); in krb5_test_one_enc()
322 pr_warn("Ciphertext mismatch\n"); in krb5_test_one_enc()
323 pr_warn("BUF %*phN\n", ct.len, buf); in krb5_test_one_enc()
[all …]
/linux/kernel/
H A Dcrash_reserve.c81 pr_warn("crashkernel: Memory value expected\n"); in parse_crashkernel_mem()
86 pr_warn("crashkernel: '-' expected\n"); in parse_crashkernel_mem()
95 pr_warn("crashkernel: Memory value expected\n"); in parse_crashkernel_mem()
100 pr_warn("crashkernel: end <= start\n"); in parse_crashkernel_mem()
106 pr_warn("crashkernel: ':' expected\n"); in parse_crashkernel_mem()
113 pr_warn("crashkernel: Memory value expected\n"); in parse_crashkernel_mem()
118 pr_warn("crashkernel: invalid size\n"); in parse_crashkernel_mem()
136 pr_warn("crashkernel: Memory value expected after '@'\n"); in parse_crashkernel_mem()
161 pr_warn("crashkernel: memory value expected\n"); in parse_crashkernel_simple()
168 pr_warn("crashkernel: unrecognized char: %c\n", *cur); in parse_crashkernel_simple()
[all …]
/linux/drivers/media/pci/cx23885/
H A Daltera-ci.h41 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_init()
47 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_release()
52 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_irq()
58 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_tuner_reset()
67 pr_warn("%s: driver disabled by Kconfig\n", __func__);
73 pr_warn("%s: driver disabled by Kconfig\n", __func__);
79 pr_warn("%s: driver disabled by Kconfig\n", __func__);
/linux/block/partitions/
H A Defi.c486 pr_warn("GPT:Primary header LBA != Alt. header alternate_lba\n"); in compare_gpts()
487 pr_warn("GPT:%lld != %lld\n", in compare_gpts()
493 pr_warn("GPT:Primary header alternate_lba != Alt. header my_lba\n"); in compare_gpts()
494 pr_warn("GPT:%lld != %lld\n", in compare_gpts()
501 pr_warn("GPT:first_usable_lbas don't match.\n"); in compare_gpts()
502 pr_warn("GPT:%lld != %lld\n", in compare_gpts()
509 pr_warn("GPT:last_usable_lbas don't match.\n"); in compare_gpts()
510 pr_warn("GPT:%lld != %lld\n", in compare_gpts()
516 pr_warn("GPT:disk_guids don't match.\n"); in compare_gpts()
521 pr_warn("GPT:num_partition_entries don't match: " in compare_gpts()
[all …]
/linux/tools/lib/bpf/
H A Dlibbpf.c318 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg()
844 pr_warn("sec '%s': corrupted program '%s', offset %zu, size %zu\n", in bpf_object__init_prog()
894 pr_warn("sec '%s': failed to allocate memory for prog '%s'\n", sec_name, name); in bpf_object__init_prog()
928 pr_warn("sec '%s': failed to get symbol name for offset %zu\n", in bpf_object__add_programs()
934 pr_warn("sec '%s': program at offset %zu crosses section boundary\n", in bpf_object__add_programs()
940 pr_warn("sec '%s': program '%s' is static and not supported\n", sec_name, name); in bpf_object__add_programs()
954 pr_warn("sec '%s': failed to alloc memory for new program '%s'\n", in bpf_object__add_programs()
1063 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", stname); in find_struct_ops_kern_types()
1070 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", tname); in find_struct_ops_kern_types()
1087 pr_warn("struct_ops init_kern: struct %s data is not found in struct %s\n", in find_struct_ops_kern_types()
[all …]
H A Dusdt.c276pr_warn("usdt: failed to find USDT support BPF maps, did you forget to include bpf/usdt.bpf.h?\n"); in usdt_manager_new()
322 pr_warn("usdt: unrecognized ELF kind %d for '%s'\n", elf_kind(elf), path); in sanity_check_usdt_elf()
329 pr_warn("usdt: attaching to 64-bit ELF binary '%s' is not supported\n", path); in sanity_check_usdt_elf()
335 pr_warn("usdt: attaching to 32-bit ELF binary '%s' is not supported\n", path); in sanity_check_usdt_elf()
340 pr_warn("usdt: unsupported ELF class for '%s'\n", path); in sanity_check_usdt_elf()
348 pr_warn("usdt: unsupported type of ELF binary '%s' (%d), only ET_EXEC and ET_DYN are supported\n", in sanity_check_usdt_elf()
361 pr_warn("usdt: ELF endianness mismatch for '%s'\n", path); in sanity_check_usdt_elf()
453 pr_warn("usdt: failed to find PT_LOAD program headers in '%s'\n", path); in parse_elf_segs()
479 pr_warn("usdt: failed to get absolute path of '%s' (err %s), using path as is...\n", in parse_vma_segs()
489 pr_warn("usdt: failed to open '%s' to get base addr of '%s': %s\n", in parse_vma_segs()
[all …]
H A Dlinker.c253 pr_warn("failed to create '%s': %d\n", filename, err); in bpf_linker__new()
532 pr_warn("failed to open file '%s': %s\n", filename, errstr(err)); in bpf_linker__add_file()
578 pr_warn("failed to create memfd '%s': %s\n", filename, errstr(ret)); in bpf_linker__add_buf()
587 pr_warn("failed to write '%s': %s\n", filename, errstr(ret)); in bpf_linker__add_buf()
702 pr_warn("unknown byte order of ELF file %s\n", obj->filename); in linker_load_obj_file()
712 pr_warn("byte order mismatch with ELF file %s\n", obj->filename); in linker_load_obj_file()
773 pr_warn("multiple SYMTAB sections found, not supported\n"); in linker_load_obj_file()
786 pr_warn("failed to parse .BTF from %s: %s\n", in linker_load_obj_file()
797 pr_warn("failed to parse .BTF.ext from '%s': %s\n", in linker_load_obj_file()
814 pr_warn("unrecognized section #%zu (%s) in %s\n", in linker_load_obj_file()
[all …]
/linux/kernel/locking/
H A Dlockdep.c1960 pr_warn("\n"); in print_circular_bug_header()
1961 pr_warn("======================================================\n"); in print_circular_bug_header()
1962 pr_warn("WARNING: possible circular locking dependency detected\n"); in print_circular_bug_header()
1964 pr_warn("------------------------------------------------------\n"); in print_circular_bug_header()
1965 pr_warn("%s/%d is trying to acquire lock:\n", in print_circular_bug_header()
1969 pr_warn("\nbut task is already holding lock:\n"); in print_circular_bug_header()
1972 pr_warn("\nwhich lock already depends on the new lock.\n\n"); in print_circular_bug_header()
1973 pr_warn("\nthe existing dependency chain (in reverse order) is:\n"); in print_circular_bug_header()
2057 pr_warn("Increase LOCKDEP_CIRCULAR_QUEUE_BITS to avoid this warning:\n"); in print_bfs_bug()
2563 pr_warn("\n"); in print_bad_irq_dependency()
[all …]
/linux/arch/arm/mach-omap2/
H A Dvoltage.c55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage()
77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale()
102 pr_warn("%s: not scaling. OPP voltage for %lu, not found.\n", in voltdm_scale()
128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset()
158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable()
186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata()
191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata()
220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic()
254 pr_warn("%s: Could not get sys clk.\n", __func__); in omap_voltage_late_init()
/linux/arch/mips/sgi-ip30/
H A Dip30-xtalk.c49 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create()
64 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create()
68 pr_warn("xtalk:%x bridge failed to add platform resources.\n", widget); in bridge_platform_create()
72 pr_warn("xtalk:%x bridge failed to add platform data.\n", widget); in bridge_platform_create()
76 pr_warn("xtalk:%x bridge failed to add platform device.\n", widget); in bridge_platform_create()
84 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create()
89 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create()
111 pr_warn("xtalk:%x bridge failed to add platform data.\n", widget); in bridge_platform_create()
115 pr_warn("xtalk:%x bridge failed to add platform device.\n", widget); in bridge_platform_create()
/linux/drivers/perf/
H A Darm_pmu_acpi.c106 pr_warn("ACPI: %s: must be homogeneous\n", pdev->name); in arm_acpi_register_pmu_device()
116 pr_warn("ACPI: %s Unable to register interrupt: %d\n", pdev->name, gsi); in arm_acpi_register_pmu_device()
158 pr_warn("ACPI: SPE: Unable to register device\n"); in arm_spe_acpi_register_device()
191 pr_warn("ACPI: TRBE: Unable to register device\n"); in arm_trbe_acpi_register_device()
208 pr_warn("Unable to parse ACPI PMU IRQ for CPU%d: %d\n", in arm_pmu_acpi_parse_irqs()
212 pr_warn("No ACPI PMU IRQ for CPU%d\n", cpu); in arm_pmu_acpi_parse_irqs()
288 pr_warn("mismatched PPIs detected\n"); in pmu_irq_matches()
392 pr_warn("Unable to allocate PMU for CPU%d\n", in arm_pmu_acpi_probe()
407 pr_warn("Unable to initialise PMU for CPU%d\n", cpu); in arm_pmu_acpi_probe()
414 pr_warn("Unable to allocate PMU name for CPU%d\n", cpu); in arm_pmu_acpi_probe()
[all …]
/linux/arch/microblaze/kernel/
H A Dexceptions.c44 pr_warn("Oops: %s, sig: %ld\n", str, err); in die()
75 pr_warn("Exception %02x in %s mode, FSR=%08x PC=%08x ESR=%08x\n", in full_exception()
87 pr_warn("Illegal opcode exception in kernel mode.\n"); in full_exception()
96 pr_warn("Instruction bus error exception in kernel mode.\n"); in full_exception()
105 pr_warn("Data bus error exception in kernel mode.\n"); in full_exception()
114 pr_warn("Divide by zero exception in kernel mode.\n"); in full_exception()
139 pr_warn("Unexpected exception %02x PC=%08x in %s mode\n", in full_exception()
/linux/arch/mips/sgi-ip27/
H A Dip27-xtalk.c39 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create()
54 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create()
58 pr_warn("xtalk:n%d/%x bridge failed to add platform resources.\n", nasid, widget); in bridge_platform_create()
62 pr_warn("xtalk:n%d/%x bridge failed to add platform data.\n", nasid, widget); in bridge_platform_create()
66 pr_warn("xtalk:n%d/%x bridge failed to add platform device.\n", nasid, widget); in bridge_platform_create()
74 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create()
79 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create()
102 pr_warn("xtalk:n%d/%x bridge failed to add platform data.\n", nasid, widget); in bridge_platform_create()
106 pr_warn("xtalk:n%d/%x bridge failed to add platform device.\n", nasid, widget); in bridge_platform_create()
/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c84 pr_warn("Sig %u: No messageDigest\n", sinfo->index); in pkcs7_digest()
90 pr_warn("Sig %u: Invalid digest size (%u)\n", in pkcs7_digest()
98 pr_warn("Sig %u: Message digest doesn't match\n", in pkcs7_digest()
298 pr_warn("Sig %u: X.509 chain contains auth-skid nonmatch (%u->%u)\n", in pkcs7_verify_sig_chain()
305 pr_warn("Sig %u: X.509 chain contains loop\n", in pkcs7_verify_sig_chain()
366 pr_warn("Message signed outside of X.509 validity window\n"); in pkcs7_verify_one()
424 pr_warn("Invalid module sig (not pkcs7-data)\n"); in pkcs7_verify()
434 pr_warn("Invalid module sig (has authattrs)\n"); in pkcs7_verify()
440 pr_warn("Invalid firmware sig (not pkcs7-data)\n"); in pkcs7_verify()
444 pr_warn("Invalid firmware sig (missing authattrs)\n"); in pkcs7_verify()
[all …]
/linux/fs/jffs2/
H A Dgc.c102 pr_warn("Eep. ret->gc_node for block at 0x%08x is NULL\n", in jffs2_find_gc_block()
206 pr_warn("Inode #%u is in state %d during CRC check phase!\n", in jffs2_garbage_collect_pass()
239 pr_warn("Returned error for crccheck of ino #%u. Expect badness...\n", in jffs2_garbage_collect_pass()
298 pr_warn("eep. End of raw list while still supposedly nodes to GC\n"); in jffs2_garbage_collect_pass()
299 pr_warn("erase block at 0x%08x. free_size 0x%08x, dirty_size 0x%08x, used_size 0x%08x\n", in jffs2_garbage_collect_pass()
576 pr_warn("Raw node at 0x%08x wasn't in node lists for ino #%u\n", in jffs2_garbage_collect_live()
579 pr_warn("But it's obsolete so we don't mind too much\n"); in jffs2_garbage_collect_live()
636 pr_warn("Header CRC failed on REF_PRISTINE node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine()
645 pr_warn("Node CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine()
654 pr_warn("Data CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine()
[all …]
/linux/arch/riscv/kernel/
H A Dcpu.c36 pr_warn("Found CPU without hart ID\n"); in riscv_of_processor_hartid()
55 pr_warn("Found incompatible CPU\n"); in riscv_early_of_processor_hartid()
61 pr_warn("Found CPU without hart ID\n"); in riscv_early_of_processor_hartid()
72 pr_warn("CPU with hartid=%lu does not support rv32i", *hart); in riscv_early_of_processor_hartid()
77 pr_warn("CPU with hartid=%lu does not support rv64i", *hart); in riscv_early_of_processor_hartid()
87 pr_warn("CPU with hartid=%lu does not support ima", *hart); in riscv_early_of_processor_hartid()
95 pr_warn("CPU with hartid=%lu is invalid: this kernel does not parse \"riscv,isa\"", in riscv_early_of_processor_hartid()
101 pr_warn("CPU with hartid=%lu has no \"riscv,isa-base\" or \"riscv,isa\" property\n", in riscv_early_of_processor_hartid()
107 pr_warn("CPU with hartid=%lu does not support rv32ima", *hart); in riscv_early_of_processor_hartid()
112 pr_warn("CPU with hartid=%lu does not support rv64ima", *hart); in riscv_early_of_processor_hartid()
[all …]
/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c158 pr_warn("Failed to read the '%s' env variable '%s'\n", in append_memory()
163 pr_warn("The bootloader didn't provide memsize: defaulting to 32MB\n"); in append_memory()
256 pr_warn("malta-dtshim: unable to find DT GIC node: %d\n", in remove_gic()
263 pr_warn("malta-dtshim: unable to nop GIC node\n"); in remove_gic()
267 pr_warn("malta-dtshim: unable to find DT i8259 node: %d\n", in remove_gic()
275 pr_warn("malta-dtshim: unable to find CPU intc node: %d\n", in remove_gic()
282 pr_warn("malta-dtshim: unable to get CPU intc phandle\n"); in remove_gic()
288 pr_warn("malta-dtshim: unable to set i8259 interrupt-parent: %d\n", in remove_gic()
295 pr_warn("malta-dtshim: unable to set i8259 interrupts: %d\n", in remove_gic()
/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c233 pr_warn("type: %u invalid\n", type); in mtrr_add_page()
239 pr_warn("your processor doesn't support write-combining\n"); in mtrr_add_page()
244 pr_warn("zero sized request\n"); in mtrr_add_page()
250 pr_warn("base or size exceeds the MTRR width\n"); in mtrr_add_page()
281 pr_warn("0x%lx000,0x%lx000 overlaps existing 0x%lx000,0x%lx000\n", base, size, lbase, in mtrr_add_page()
289 pr_warn("type mismatch for %lx000,%lx000 old: %s new: %s\n", in mtrr_add_page()
327 pr_warn("size and base must be multiples of 4 kiB\n"); in mtrr_check()
424 pr_warn("register: %d too big\n", reg); in mtrr_del_page()
429 pr_warn("MTRR %d not used\n", reg); in mtrr_del_page()
433 pr_warn("reg: %d has count=0\n", reg); in mtrr_del_page()
[all …]
/linux/drivers/firmware/efi/
H A Dmemattr.c38 pr_warn("Unexpected EFI Memory Attributes table version %d\n", in efi_memattr_init()
53pr_warn(FW_BUG "Corrupted EFI Memory Attributes Table detected! (version == %u, desc_size == %u, n… in efi_memattr_init()
81 pr_warn("Entry type should be RuntimeServiceCode/Data\n"); in entry_is_valid()
95 pr_warn("Entry address region misaligned\n"); in entry_is_valid()
118 pr_warn("Entry covers multiple EFI memory map regions\n"); in entry_is_valid()
123 pr_warn("Entry type deviates from EFI memory map region type\n"); in entry_is_valid()
132 pr_warn("No matching entry found in the EFI memory map\n"); in entry_is_valid()

12345678910>>...67