Home
last modified time | relevance | path

Searched refs:pr_err (Results 101 – 125 of 4418) sorted by relevance

12345678910>>...177

/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dmemconf.c33 pr_err("error: unsupported DRAM ch0 width\n"); in __uniphier_memconf_init()
54 pr_err("error: unsupported DRAM ch0 size\n"); in __uniphier_memconf_init()
69 pr_err("error: unsupported DRAM ch1 width\n"); in __uniphier_memconf_init()
90 pr_err("error: unsupported DRAM ch1 size\n"); in __uniphier_memconf_init()
117 pr_err("error: unsupported DRAM ch2 width\n"); in __uniphier_memconf_init()
138 pr_err("error: unsupported DRAM ch2 size\n"); in __uniphier_memconf_init()
/openbmc/linux/arch/arm/mach-actions/
H A Dplatsmp.c103 pr_err("%s: missing timer\n", __func__); in s500_smp_prepare_cpus()
109 pr_err("%s: could not map timer registers\n", __func__); in s500_smp_prepare_cpus()
115 pr_err("%s: missing sps\n", __func__); in s500_smp_prepare_cpus()
121 pr_err("%s: could not map sps registers\n", __func__); in s500_smp_prepare_cpus()
128 pr_err("%s: missing scu\n", __func__); in s500_smp_prepare_cpus()
134 pr_err("%s: could not map scu registers\n", __func__); in s500_smp_prepare_cpus()
/openbmc/linux/drivers/cpufreq/
H A Dpowernow-k8.c223 pr_err("vid trans failed, vid 0x%x, curr 0x%x\n", in write_new_vid()
500 pr_err(FW_BUG "vid %d invalid : 0x%x\n", j, in check_pst_table()
520 pr_err(FW_BUG "two low fids - %d : 0x%x\n", j, in check_pst_table()
528 pr_err(FW_BUG "lastfid invalid\n"); in check_pst_table()
574 pr_err("PST out of sequence\n"); in fill_powernow_table()
580 pr_err("no p states to transition\n"); in fill_powernow_table()
643 pr_err(FW_BUG "PSB table is not v1.4\n"); in find_psb_table()
649 pr_err(FW_BUG "unknown flags\n"); in find_psb_table()
678 pr_err(FW_BUG "numpst must be 1\n"); in find_psb_table()
704 pr_err(FW_BUG "No PSB or ACPI _PSS objects\n"); in find_psb_table()
[all …]
/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c214 pr_err("XCOPY target descriptor list length is not" in target_xcopy_parse_target_descriptors()
220 pr_err("XCOPY target descriptor supports a maximum" in target_xcopy_parse_target_descriptors()
250 pr_err("XCOPY unsupported descriptor type code:" in target_xcopy_parse_target_descriptors()
306 pr_err("XCOPY segment desc 0x02: Illegal desc_len:" in target_xcopy_parse_segdesc_02()
345 pr_err("XCOPY segment descriptor list length is not" in target_xcopy_parse_segment_descriptors()
373 pr_err("XCOPY unsupported segment descriptor" in target_xcopy_parse_segment_descriptors()
466 pr_err("Unable to allocate xcopy_wq\n"); in target_xcopy_setup_pt()
818 pr_err("XCOPY with non zero inline data length\n"); in target_parse_xcopy_cmd()
886 pr_err("EXTENDED_COPY(LID4) not supported\n"); in target_do_xcopy()
922 pr_err("transport_kmap_data_sg failed in" in target_rcr_operating_parameters()
[all …]
/openbmc/linux/drivers/clocksource/
H A Dtimer-qcom.c123 pr_err("request_irq failed\n"); in msm_local_timer_starting_cpu()
163 pr_err("memory allocation failed for clockevents\n"); in msm_timer_init()
172 pr_err("request_percpu_irq failed\n"); in msm_timer_init()
189 pr_err("clocksource_register failed\n"); in msm_timer_init()
208 pr_err("Failed to map event base\n"); in msm_dt_timer_init()
215 pr_err("Can't get irq\n"); in msm_dt_timer_init()
225 pr_err("Failed to parse DGT resource\n"); in msm_dt_timer_init()
231 pr_err("Failed to map source base\n"); in msm_dt_timer_init()
236 pr_err("Unknown frequency\n"); in msm_dt_timer_init()
/openbmc/linux/tools/virtio/virtio-trace/
H A Dtrace-agent.c35 pr_err("Could not read cpus\n"); in get_total_cpus()
38 pr_err("Exceed max cpus(%d)\n", (int)MAX_CPUS); in get_total_cpus()
55 pr_err("agent_info zalloc error\n"); in agent_info_new()
89 pr_err("Pipe size must be less than 1MB\n"); in parse_size()
92 pr_err("Pipe size must be over 64KB\n"); in parse_size()
107 pr_err("usage: %s [-h] [-o] [-s <size of pipe>]\n", prg); in usage()
117 pr_err("Could not allocate buffer\n"); in make_path()
132 pr_err("Failed to generate %s path(CPU#%d):%d\n", in make_path()
239 pr_err("pthread_join() error:%d (cpu %d)\n", ret, cpu); in agent_main_loop()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-power.c36 pr_err("Failed to get EPOW event information\n"); in detect_epow()
106 pr_err("Unknown power-control type %llu\n", type); in opal_power_control_event()
110 pr_err("Unknown OPAL message type %lu\n", msg_type); in opal_power_control_event()
146 pr_err("Failed to register SHUTDOWN notifier, ret = %d\n", ret); in opal_power_control_init()
162 pr_err("Failed to register EPOW notifier, ret = %d\n", ret); in opal_power_control_init()
167 pr_err("Failed to register DPO notifier, ret = %d\n", ret); in opal_power_control_init()
H A Dopal-async.c88 pr_err("%s: Passed token is out of range, token %d\n", in __opal_async_release_token()
131 pr_err("%s: Invalid token passed\n", __func__); in opal_async_wait_response()
136 pr_err("%s: Invalid message pointer passed\n", __func__); in opal_async_wait_response()
163 pr_err("%s: Invalid token passed\n", __func__); in opal_async_wait_response_interruptible()
168 pr_err("%s: Invalid message pointer passed\n", __func__); in opal_async_wait_response_interruptible()
254 pr_err("%s: Opal node not found\n", __func__); in opal_async_comp_init()
261 pr_err("%s: %pOF has no opal-msg-async-num\n", in opal_async_comp_init()
278 pr_err("%s: Can't register OPAL event notifier (%d)\n", in opal_async_comp_init()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c40 pr_err("error cannot find GPIO chip %s\n", label); in x86_android_tablet_get_gpiod()
46 pr_err("error %ld getting GPIO %s %d\n", PTR_ERR(gpiod), label, pin); in x86_android_tablet_get_gpiod()
75 pr_err("error %d getting APIC IRQ %d\n", irq, data->index); in x86_acpi_irq_helper_get()
86 pr_err("error %d getting IRQ %s %d\n", irq, data->chip, data->index); in x86_acpi_irq_helper_get()
98 pr_err("error could not get %s handle\n", data->chip); in x86_acpi_irq_helper_get()
104 pr_err("error could not get %s adev\n", data->chip); in x86_acpi_irq_helper_get()
111 pr_err("error could not find IRQ domain for %s\n", data->chip); in x86_acpi_irq_helper_get()
175 pr_err("error could not get %s/%s ctrl adev\n", in x86_instantiate_serdev()
182 pr_err("error could not get %s serdev adev\n", info->serdev_hid); in x86_instantiate_serdev()
189 pr_err("error could not get %s/%s ctrl physical dev\n", in x86_instantiate_serdev()
[all …]
/openbmc/linux/tools/perf/bench/
H A Devlist-open-close.c86 pr_err("Not enough memory to create evlist\n"); in bench__create_evlist()
95 pr_err("Run 'perf list' for a list of valid events\n"); in bench__create_evlist()
102 pr_err("Not enough memory to create thread/cpu maps\n"); in bench__create_evlist()
121 pr_err("evlist__open: %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in bench__do_evlist_open_close()
127 pr_err("evlist__mmap: %s\n", str_error_r(errno, sbuf, sizeof(sbuf))); in bench__do_evlist_open_close()
200 pr_err("strbuf_init: %s\n", str_error_r(err, sbuf, sizeof(sbuf))); in bench__repeat_event_string()
207 pr_err("strbuf_add: %s\n", str_error_r(err, sbuf, sizeof(sbuf))); in bench__repeat_event_string()
213 pr_err("strbuf_addch: %s\n", str_error_r(err, sbuf, sizeof(sbuf))); in bench__repeat_event_string()
240 pr_err("%s\n", errbuf); in bench_evlist_open_close()
247 pr_err("%s", errbuf); in bench_evlist_open_close()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_migrate.c129 pr_err("Failed to pin vma.\n"); in lmem_pages_migrate_one()
144 pr_err("Object failed migration to smem\n"); in lmem_pages_migrate_one()
150 pr_err("object still backed by lmem\n"); in lmem_pages_migrate_one()
155 pr_err("object not backed by struct page\n"); in lmem_pages_migrate_one()
163 pr_err("Object failed migration to lmem\n"); in lmem_pages_migrate_one()
169 pr_err("object still backed by struct page\n"); in lmem_pages_migrate_one()
174 pr_err("object not backed by lmem\n"); in lmem_pages_migrate_one()
313 pr_err("expected -EIO, got (%d)\n", ret); in igt_lmem_pages_failsafe_migrate()
329 pr_err("gt(%u) not wedged\n", id); in igt_lmem_pages_failsafe_migrate()
468 pr_err("expected -EIO, got (%d)\n", ret); in igt_lmem_async_migrate()
[all …]
/openbmc/linux/kernel/kcsan/
H A Dreport.c383 pr_err("\n"); in print_verbose_info()
432 pr_err("BUG: KCSAN: %s in %ps / %ps\n", in print_report()
441 pr_err("\n"); in print_report()
445 pr_err("%s to 0x%px of %zu bytes by %s on cpu %i:\n", in print_report()
457 pr_err("\n"); in print_report()
458 pr_err("%s to 0x%px of %zu bytes by %s on cpu %i:\n", in print_report()
479 pr_err("\n"); in print_report()
480 pr_err("value changed: 0x%0*llx -> 0x%0*llx\n", in print_report()
483 pr_err(" bits changed: 0x%0*llx with mask 0x%0*llx\n", in print_report()
490 pr_err("\n"); in print_report()
[all …]
/openbmc/linux/security/integrity/ima/
H A Dima_template.c121 pr_err("template %s not found, using %s\n", in ima_template_setup()
132 pr_err("template does not support hash alg\n"); in ima_template_setup()
150 pr_err("format string '%s' not valid, using template %s\n", in ima_template_fmt_setup()
223 pr_err("format string '%s' contains too many fields\n", in template_desc_init_fields()
234 pr_err("Invalid field with length %d\n", len); in template_desc_init_fields()
242 pr_err("field '%s' not found\n", tmp_field_id); in template_desc_init_fields()
302 pr_err("template %s init failed, result: %d\n", in ima_init_template()
310 pr_err("Failed to get ima-buf template\n"); in ima_init_template()
318 pr_err("template %s init failed, result: %d\n", in ima_init_template()
448 pr_err("attempting to restore too many measurements"); in ima_restore_measurement_list()
[all …]
/openbmc/linux/drivers/clk/imgtec/
H A Dclk-boston.c42 pr_err("failed to find regmap\n"); in clk_boston_setup()
48 pr_err("failed to read mmcm_div register: %d\n", err); in clk_boston_setup()
70 pr_err("failed to register input clock: %ld\n", PTR_ERR(hw)); in clk_boston_setup()
77 pr_err("failed to register sys clock: %ld\n", PTR_ERR(hw)); in clk_boston_setup()
84 pr_err("failed to register cpu clock: %ld\n", PTR_ERR(hw)); in clk_boston_setup()
91 pr_err("failed to add DT provider: %d\n", err); in clk_boston_setup()
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c46 pr_err("Error allocating crc-t10dif\n"); in crc_test_init()
53 pr_err("Error allocating crc32c\n"); in crc_test_init()
65 pr_err("Error initing crc-t10dif\n"); in crc_test_init()
74 pr_err("Error initing crc32c\n"); in crc_test_init()
94 pr_err("FAILURE in CRC16: got 0x%04x expected 0x%04x (len %lu)\n", in crc_test_init()
104 pr_err("FAILURE in CRC32: got 0x%08x expected 0x%08x (len %lu)\n", in crc_test_init()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c31 pr_err("rx_data returned %d, expecting %d.\n", in iscsi_login_rx_data()
62 pr_err("tx_data returned %d, expecting %d.\n", in iscsi_login_tx_data()
176 pr_err("Unknown type_range 0x%02x\n", in iscsi_set_default_param()
201 pr_err("Unable to allocate memory for" in iscsi_create_default_params()
616 pr_err("No parameters allocated.\n"); in iscsi_copy_param_list()
723 pr_err("Unable to allocate memory for" in iscsi_add_notunderstood_response()
1134 pr_err("Received illegal offer %s=%s\n", in iscsi_check_value()
1159 pr_err("Value for key \"%s\" exceeds %d," in iscsi_check_value()
1175 pr_err("Huh? 0x%02x\n", param->type); in iscsi_check_value()
1206 pr_err("Key \"%s\" may not be sent to %s," in __iscsi_check_key()
[all …]
H A Discsi_target_tmr.c42 pr_err("Unable to locate RefTaskTag: 0x%08x on CID:" in iscsit_tmr_abort_task()
49 pr_err("RefCmdSN 0x%08x does not equal" in iscsit_tmr_abort_task()
74 pr_err("TMR Opcode TARGET_WARM_RESET authorization" in iscsit_tmr_task_warm_reset()
122 pr_err("TMR TASK_REASSIGN not supported in ERL<2," in iscsit_tmr_task_reassign()
133 pr_err("Unable to locate RefTaskTag: 0x%08x in" in iscsit_tmr_task_reassign()
403 pr_err("Unknown cmd->data_direction: 0x%02x\n", in iscsit_task_reassign_complete_scsi_cmnd()
434 pr_err("Illegal iSCSI Opcode 0x%02x during" in iscsit_task_reassign_complete()
730 pr_err("Initiator is requesting R2Ts from" in iscsit_task_reassign_prepare_write()
802 pr_err("Received ExpDataSN: 0x%08x for READ" in iscsit_check_task_reassign_expdatasn()
810 pr_err("Received ExpDataSN: 0x%08x for READ" in iscsit_check_task_reassign_expdatasn()
[all …]
/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load_64.c95 pr_err("Failed to setup exclude memory ranges\n"); in get_exclude_memory_ranges()
133 pr_err("Failed to setup usable memory ranges\n"); in get_usable_memory_ranges()
208 pr_err("Failed to setup crash memory ranges\n"); in get_crash_memory_ranges()
236 pr_err("Failed to setup reserved memory ranges\n"); in get_reserved_memory_ranges()
850 pr_err("Failed to load backup segment\n"); in load_crashdump_segments_ppc64()
858 pr_err("Failed to load elfcorehdr segment\n"); in load_crashdump_segments_ppc64()
931 pr_err("Failed to setup purgatory symbols"); in setup_purgatory_ppc64()
1192 pr_err("Error reserving crash memory: %s\n", in setup_new_fdt_ppc64()
1201 pr_err("Error reserving memory for backup: %s\n", in setup_new_fdt_ppc64()
1233 pr_err("Error updating memory reserve map: %s\n", in setup_new_fdt_ppc64()
[all …]
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.c303 pr_err("FAIL: test regs not OK\n"); in call_test_func()
401 pr_err("FAIL: kretprobe handler not called\n"); in test_kretprobe()
1276 pr_err("cpsr %08lx\n", regs->ARM_cpsr); in print_registers()
1300 pr_err("FAIL: %s\n", message); in test_case_failed()
1301 pr_err("FAIL: Test %s\n", current_title); in test_case_failed()
1453 pr_err("initial_regs:\n"); in check_test_results()
1455 pr_err("expected_regs:\n"); in check_test_results()
1457 pr_err("result_regs:\n"); in check_test_results()
1461 pr_err("expected_memory:\n"); in check_test_results()
1463 pr_err("result_memory:\n"); in check_test_results()
[all …]
/openbmc/linux/fs/cachefiles/
H A Ddaemon.c546 pr_err("Empty directory specified\n"); in cachefiles_daemon_dir()
551 pr_err("Second cache directory specified\n"); in cachefiles_daemon_dir()
574 pr_err("Empty security context specified\n"); in cachefiles_daemon_secctx()
602 pr_err("Empty tag specified\n"); in cachefiles_daemon_tag()
633 pr_err("cull applied to unready cache\n"); in cachefiles_daemon_cull()
638 pr_err("cull applied to dead cache\n"); in cachefiles_daemon_cull()
684 pr_err("debug command requires mask\n"); in cachefiles_daemon_debug()
704 pr_err("inuse applied to unready cache\n"); in cachefiles_daemon_inuse()
709 pr_err("inuse applied to dead cache\n"); in cachefiles_daemon_inuse()
761 pr_err("No cache directory specified\n"); in cachefiles_daemon_bind()
[all …]
/openbmc/linux/drivers/mfd/
H A Dqcom-pm8xxx.c90 pr_err("Failed Selecting Block %d rc=%d\n", bp, rc); in pm8xxx_read_block_irq()
96 pr_err("Failed Reading Status rc=%d\n", rc); in pm8xxx_read_block_irq()
111 pr_err("Failed Selecting Block %d rc=%d\n", bp, rc); in pm8xxx_config_irq()
118 pr_err("Failed Configuring IRQ rc=%d\n", rc); in pm8xxx_config_irq()
131 pr_err("Failed reading %d block ret=%d", block, ret); in pm8xxx_irq_block_handler()
181 pr_err("Can't read root status ret=%d\n", ret); in pm8xxx_irq_handler()
240 pr_err("Failed to read master 0 ret=%d\n", ret); in pm8821_irq_handler()
255 pr_err("Failed to read master 1 ret=%d\n", ret); in pm8821_irq_handler()
345 pr_err("Failed Reading Status rc=%d\n", rc); in pm8xxx_irq_get_irqchip_state()
415 pr_err("Failed to mask IRQ:%d rc=%d\n", pmirq, rc); in pm8821_irq_mask_ack()
[all …]
/openbmc/linux/drivers/misc/ti-st/
H A Dst_kim.c74 pr_err("data6 %x", skb->data[5]); in validate_firmware_response()
207 pr_err("kim: couldn't write 4 bytes"); in read_local_version()
284 pr_err("kim: failed to read local ver"); in download_firmware()
336 pr_err("Unable to get free " in download_firmware()
347 pr_err("Timeout while waiting for free " in download_firmware()
375 pr_err("Number of bytes written to uart " in download_firmware()
485 pr_err("ldisc installation timeout"); in st_kim_start()
497 pr_err("download firmware failed"); in st_kim_start()
714 pr_err("no mem to allocate"); in kim_probe()
721 pr_err(" ST core init failed"); in kim_probe()
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvas.c101 pr_err("H_DEALLOCATE_VAS_WINDOW error: %ld, winid: %llu\n", in h_deallocate_vas_window()
130 pr_err("H_MODIFY_VAS_WINDOW error: %ld, winid %u pid %u\n", in h_modify_vas_window()
257 pr_err("Failed irq mapping %d\n", txwin->fault_irq); in allocate_setup_window()
274 pr_err("VAS-Window[%d]: Request IRQ(%u) failed with %d\n", in allocate_setup_window()
365 pr_err("H_HOME_NODE_ASSOCIATIVITY error: %d\n", rc); in vas_allocate_window()
504 pr_err("Window (%u): Invalid window type %u\n", in vas_deallocate_window()
590 pr_err("User space COPY/PASTE is not supported\n"); in get_vas_capabilities()
597 pr_err("Unsupported window type %u\n", caps->win_type); in get_vas_capabilities()
839 pr_err("Invalid credit type %d\n", type); in vas_reconfig_capabilties()
994 pr_err("Used creds: %d, Active creds: %d\n", in vas_migration_handler()
[all …]
/openbmc/linux/tools/bpf/resolve_btfids/
H A Dmain.c167 #define pr_err(fmt, ...) \ macro
270 pr_err("FAILED to parse set name: %s\n", name); in add_set()
339 pr_err("FAILED cannot open %s: %s\n", in elf_collect()
360 pr_err("FAILED cannot get shdr str ndx\n"); in elf_collect()
365 pr_err("FAILED cannot get ELF header: %s\n", in elf_collect()
382 pr_err("FAILED get section(%d) header\n", idx); in elf_collect()
388 pr_err("FAILED get section(%d) name\n", idx); in elf_collect()
538 pr_err("FAILED: load base BTF from %s: %s\n", in symbols_resolve()
547 pr_err("FAILED: load BTF from %s: %s\n", in symbols_resolve()
685 pr_err("FAILED malformed data for set '%s'\n", in sets_patch()
[all …]
/openbmc/linux/arch/mips/generic/
H A Dyamon-dt.c29 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_append_cmdline()
36 pr_err("Unable to set bootargs property: %d\n", err); in yamon_dt_append_cmdline()
126 pr_err("Unable to find or add memory DT node: %d\n", mem_off); in yamon_dt_append_memory()
132 pr_err("Unable to set memory node device_type: %d\n", err); in yamon_dt_append_memory()
141 pr_err("Unable to set memory regs property: %d\n", err); in yamon_dt_append_memory()
150 pr_err("Unable to set linux,usable-memory property: %d\n", err); in yamon_dt_append_memory()
220 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_serial_config()
227 pr_err("Unable to set stdout-path property: %d\n", err); in yamon_dt_serial_config()

12345678910>>...177