Home
last modified time | relevance | path

Searched refs:pr_devel (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/linux/arch/powerpc/platforms/ps3/
H A Drepository.c44 pr_devel("%s:%d: lpar: %u\n", func, line, lpar_id); in _dump_node_name()
61 pr_devel("%s:%d: v1: %016llx\n", func, line, v1); in _dump_node()
62 pr_devel("%s:%d: v2: %016llx\n", func, line, v2); in _dump_node()
454 pr_devel(" <- %s:%d\n", __func__, __LINE__); in ps3_repository_find_devices()
468 pr_devel("%s:%d read_bus_type failed\n", in ps3_repository_find_bus()
500 pr_devel("%s:%d read_dev_intr failed\n", in ps3_repository_find_interrupt()
539 pr_devel("%s:%d read_dev_reg failed\n", in ps3_repository_find_reg()
1230 pr_devel(" <- %s:%d\n", __func__, __LINE__); in ps3_repository_dump_resource_info()
1278 pr_devel(" <- %s:%d\n", __func__, __LINE__); in dump_stor_dev_info()
1322 pr_devel(" <- %s:%d\n", __func__, __LINE__); in dump_device_info()
[all …]
/openbmc/linux/lib/
H A Dassoc_array.c355 pr_devel("empty\n"); in assoc_array_destroy_subtree()
399 pr_devel("free node\n"); in assoc_array_destroy_subtree()
565 pr_devel("have meta\n"); in assoc_array_insert_into_terminal_node()
596 pr_devel("split node\n"); in assoc_array_insert_into_terminal_node()
620 pr_devel("do_split_node\n"); in assoc_array_insert_into_terminal_node()
1016 pr_devel("enomem\n"); in assoc_array_insert()
1120 pr_devel("not found\n"); in assoc_array_delete()
1143 pr_devel("all gone\n"); in assoc_array_delete()
1251 pr_devel("enomem\n"); in assoc_array_delete()
1293 pr_devel("all gone\n"); in assoc_array_clear()
[all …]
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi_lib.c26 pr_devel("HVSI@%x: Handshaking started\n", pv->termno); in hvsi_start_handshake()
61 pr_devel("HVSI@%x Carrier lost, hanging up !\n", in hvsi_cd_change()
139 pr_devel("HVSI@%x: Got packet type %x len %d bytes:\n", in hvsi_check_packet()
225 pr_devel("HVSI@%x: returning -EPIPE\n", pv->termno); in hvsilib_get_chars()
262 pr_devel("HVSI@%x: Querying modem control status...\n", in hvsilib_read_mctrl()
271 pr_devel("HVSI@%x: Error %d...\n", pv->termno, rc); in hvsilib_read_mctrl()
301 pr_devel("HVSI@%x: %s DTR...\n", pv->termno, in hvsilib_write_mctrl()
316 pr_devel("HVSI@%x: Establishing...\n", pv->termno); in hvsilib_establish()
376 pr_devel("HVSI@%x: open !\n", pv->termno); in hvsilib_open()
390 pr_devel("HVSI@%x: close !\n", pv->termno); in hvsilib_close()
[all …]
H A Dhvc_opal.c86 pr_devel("HVSI@%x: do open !\n", hp->vtermno); in hvc_opal_hvsi_open()
99 pr_devel("HVSI@%x: do close !\n", hp->vtermno); in hvc_opal_hvsi_close()
110 pr_devel("HVSI@%x: do hangup !\n", hp->vtermno); in hvc_opal_hvsi_hangup()
131 pr_devel("HVSI@%x: Set modem control, set=%x,clr=%x\n", in hvc_opal_hvsi_tiocmset()
346 pr_devel("hvc_opal: Found consoles in new location\n"); in hvc_opal_init_early()
350 pr_devel("hvc_opal: " in hvc_opal_init_early()
375 pr_devel("hvc_opal: Found RAW console\n"); in hvc_opal_init_early()
385 pr_devel("hvc_opal: Found HVSI console\n"); in hvc_opal_init_early()
H A Dhvc_vio.c161 pr_devel("HVSI@%x: open !\n", pv->termno); in hvterm_hvsi_open()
174 pr_devel("HVSI@%x: do close !\n", pv->termno); in hvterm_hvsi_close()
185 pr_devel("HVSI@%x: do hangup !\n", pv->termno); in hvterm_hvsi_hangup()
206 pr_devel("HVSI@%x: Set modem control, set=%x,clr=%x\n", in hvterm_hvsi_tiocmset()
320 pr_devel("hvc_vio_probe() device %pOF, using %s protocol\n", in hvc_vio_probe()
329 pr_devel("->boot console, using termno 0\n"); in hvc_vio_probe()
336 pr_devel("->non-boot console, using termno %d\n", termno); in hvc_vio_probe()
/openbmc/linux/drivers/misc/cxl/
H A Dirq.c54 pr_devel("CXL interrupt: AFU Error 0x%016llx\n", irq_info->afu_err); in cxl_irq_psl9()
79 pr_devel("CXL interrupt: OS Context Warning\n"); in cxl_irq_psl9()
112 pr_devel("CXL interrupt: PTE not found\n"); in cxl_irq_psl8()
114 pr_devel("CXL interrupt: Storage protection violation\n"); in cxl_irq_psl8()
118 pr_devel("CXL interrupt: Access was afu_wr or afu_zero\n"); in cxl_irq_psl8()
128 pr_devel("Scheduling page fault handling for later pe: %i\n", ctx->pe); in cxl_irq_psl8()
134 pr_devel("CXL interrupt: AURP PTE not found\n"); in cxl_irq_psl8()
139 pr_devel("CXL interrupt: AFU Error 0x%016llx\n", irq_info->afu_err); in cxl_irq_psl8()
165 pr_devel("CXL interrupt: OS Context Warning\n"); in cxl_irq_psl8()
207 pr_devel("Received AFU interrupt %i for pe: %i (virq %i hwirq %lx)\n", in cxl_irq_afu()
[all …]
H A Dfile.c52 pr_devel("afu_open afu%i.%i\n", slice, adapter_num); in __afu_open()
93 pr_devel("afu_open pe: %i\n", ctx->pe); in __afu_open()
154 pr_devel("%s: pe: %i\n", __func__, ctx->pe); in afu_ioctl_start_work()
283 pr_devel("%s: pe: %i\n", __func__, ctx->pe); in afu_ioctl_process_element()
320 pr_devel("afu_ioctl\n"); in afu_ioctl()
373 pr_devel("afu_poll wait done pe: %i\n", ctx->pe); in afu_poll()
463 pr_devel("afu_read going to sleep...\n"); in afu_read()
465 pr_devel("afu_read woken up\n"); in afu_read()
480 pr_devel("afu_read delivering AFU interrupt\n"); in afu_read()
495 pr_devel("afu_read delivering afu error\n"); in afu_read()
[all …]
H A Dmain.c41 pr_devel("cxl_afu_slbia issuing SLBIA command\n"); in cxl_afu_slbia()
65 pr_devel("%s matched mm - card: %i afu: %i pe: %i\n", __func__, in _cxl_slbia()
83 pr_devel("%s called\n", __func__); in cxl_slbia_core()
123 pr_devel("SSTP allocated at 0x%p\n", ctx->sstp); in cxl_alloc_sst()
147pr_devel("Looked up %#llx: slbfee. %#llx (ssize: %x, vsid: %#lx), copied to SSTP0: %#llx, SSTP1: %… in cxl_alloc_sst()
170 pr_devel("%.8x %.8x %.8x %.8x\n", ptr[i], ptr[i + 1], in cxl_dump_debug_buffer()
173 pr_devel("%.8x %.8x %.8x\n", ptr[i], ptr[i + 1], in cxl_dump_debug_buffer()
176 pr_devel("%.8x %.8x\n", ptr[i], ptr[i + 1]); in cxl_dump_debug_buffer()
178 pr_devel("%.8x\n", ptr[i]); in cxl_dump_debug_buffer()
H A Dflash.c96 pr_devel("%pOFn: update property (%s, length: %i, value: %#x)\n", in update_property()
201 pr_devel("device reconfiguration - action: %#x, nodes: %#x\n", in update_devicetree()
334 pr_devel("resetting adapter\n"); in transfer_image()
343 pr_devel("resetting adapter\n"); in transfer_image()
348 pr_devel("remove current afu\n"); in transfer_image()
352 pr_devel("resetting adapter\n"); in transfer_image()
377 pr_devel("%s\n", __func__); in ioctl_transfer_image()
398 pr_devel("in %s\n", __func__); in device_open()
463 pr_devel("in %s\n", __func__); in device_ioctl()
482 pr_devel("in %s\n", __func__); in device_close()
[all …]
H A Dfault.c74 pr_devel("CXL Populating SST[%li]: %#llx %#llx\n", in cxl_load_segment()
117 pr_devel("CXL interrupt: Segment fault pe: %i ea: %#llx\n", ctx->pe, ea); in cxl_handle_segment_miss()
154 pr_devel("copro_handle_mm_fault failed: %#x\n", result); in cxl_handle_mm_fault()
189 pr_devel("Page fault successfully handled for pe: %i!\n", ctx->pe); in cxl_handle_page_fault()
255 pr_devel("CXL BOTTOM HALF handling fault for afu pe: %i. " in cxl_handle_fault()
262 pr_devel("%s: unable to get mm for pe=%d pid=%i\n", in cxl_handle_fault()
267 pr_devel("Handling page fault for pe=%d pid=%i\n", in cxl_handle_fault()
324 pr_devel("cxl_prefault unable to get mm %i\n", in cxl_prefault()
H A Dof.c135 pr_devel("AFU handle: 0x%.16llx\n", afu->guest->handle); in cxl_of_read_afu_handle()
269 pr_devel("AFU handle: %#llx\n", afu->guest->handle); in cxl_of_read_afu_properties()
270 pr_devel("p2n_phys: %#llx (size %#llx)\n", in cxl_of_read_afu_properties()
272 pr_devel("psn_phys: %#llx (size %#llx)\n", in cxl_of_read_afu_properties()
274 pr_devel("Max number of processes virtualised=%i\n", in cxl_of_read_afu_properties()
276 pr_devel("Per-process irqs min=%i, max=%i\n", afu->pp_irqs, in cxl_of_read_afu_properties()
278 pr_devel("Slice error interrupt=%#lx\n", afu->serr_hwirq); in cxl_of_read_afu_properties()
339 pr_devel("Adapter handle: 0x%.16llx\n", adapter->guest->handle); in cxl_of_read_adapter_handle()
460 pr_devel("in %s\n", __func__); in cxl_of_probe()
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c33 pr_devel("==>%s()\n", __func__); in x509_get_sig_params()
98 pr_devel("<==%s() = %d\n", __func__, ret); in x509_get_sig_params()
110 pr_devel("==>%s()\n", __func__); in x509_check_for_self_signed()
147 pr_devel("Cert Self-signature verified"); in x509_check_for_self_signed()
151 pr_devel("<==%s() = %d\n", __func__, ret); in x509_check_for_self_signed()
155 pr_devel("<==%s() = 0 [not]\n", __func__); in x509_check_for_self_signed()
175 pr_devel("Cert Issuer: %s\n", cert->issuer); in x509_key_preparse()
176 pr_devel("Cert Subject: %s\n", cert->subject); in x509_key_preparse()
177 pr_devel("Cert Key Algo: %s\n", cert->pub->pkey_algo); in x509_key_preparse()
178 pr_devel("Cert Valid period: %lld-%lld\n", cert->valid_from, cert->valid_to); in x509_key_preparse()
[all …]
H A Dsignature.c49 pr_devel("==>%s()\n", __func__); in query_asymmetric_key()
62 pr_devel("<==%s() = %d\n", __func__, ret); in query_asymmetric_key()
143 pr_devel("==>%s()\n", __func__); in verify_signature()
156 pr_devel("<==%s() = %d\n", __func__, ret); in verify_signature()
H A Dverify_pefile.h29 pr_devel("==> %s("FMT")\n", __func__, ##__VA_ARGS__)
31 pr_devel("<== %s()"FMT"\n", __func__, ##__VA_ARGS__)
H A Dpkcs7_parser.h13 pr_devel("==> %s("FMT")\n", __func__, ##__VA_ARGS__)
15 pr_devel("<== %s()"FMT"\n", __func__, ##__VA_ARGS__)
/openbmc/linux/security/integrity/platform_certs/
H A Defi_parser.c45 pr_devel("-->%s(,%zu)\n", __func__, size); in parse_efi_signature_list()
56 pr_devel("LIST[%04x] guid=%pUl ls=%x hs=%x ss=%x\n", in parse_efi_signature_list()
67 pr_devel("<--%s() = -EBADMSG [overrun @%x]\n", in parse_efi_signature_list()
77 pr_devel("- bad size combo @%x\n", offs); in parse_efi_signature_list()
96 pr_devel("ELEM[%04x]\n", offs); in parse_efi_signature_list()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-psr.c34 pr_devel("Failed to get token\n"); in psr_show()
48 pr_devel("Failed to wait for the async response\n"); in psr_show()
88 pr_devel("Failed to get token\n"); in psr_store()
101 pr_devel("Failed to wait for the async response\n"); in psr_store()
131 pr_devel("Power-shift-ratio node not found\n"); in opal_psr_init()
159 pr_devel("Failed to create psr sysfs file %s\n", in opal_psr_init()
H A Dopal-powercap.c41 pr_devel("Failed to get token\n"); in powercap_show()
54 pr_devel("Failed to wait for the async response\n"); in powercap_show()
97 pr_devel("Failed to get token\n"); in powercap_store()
110 pr_devel("Failed to wait for the async response\n"); in powercap_store()
149 pr_devel("Powercap node not found\n"); in opal_powercap_init()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c293 pr_devel("H_XIRR\n"); in xive_vm_h_xirr()
462 pr_devel("H_CPPR(cppr=%ld)\n", cppr); in xive_vm_h_cppr()
527 pr_devel("H_EOI(xirr=%08lx)\n", xirr); in xive_vm_h_eoi()
552 pr_devel(" source not found !\n"); in xive_vm_h_eoi()
578 pr_devel(" EOI on saved P...\n"); in xive_vm_h_eoi()
585 pr_devel(" EOI on source...\n"); in xive_vm_h_eoi()
1407 pr_devel("int_on(irq=0x%x)\n", irq); in kvmppc_xive_int_on()
1880 pr_devel("Out of bounds !\n"); in kvmppc_xive_compute_vp_id()
1894 pr_devel("Duplicate !\n"); in kvmppc_xive_compute_vp_id()
1914 pr_devel("Wrong ops !\n"); in kvmppc_xive_connect_vcpu()
[all …]
H A Dbook3s_xive_native.c85 pr_devel("native_cleanup_vcpu(cpu=%d)\n", xc->server_num); in kvmppc_xive_native_cleanup_vcpu()
134 pr_devel("Wrong ops !\n"); in kvmppc_xive_native_connect_vcpu()
259 pr_devel("%s: source %lx invalid !\n", __func__, irq); in xive_native_esb_fault()
349 pr_devel("%s irq=0x%lx\n", __func__, irq); in kvmppc_xive_native_set_source()
394 pr_devel(" LSI ! Asserted=%d\n", state->asserted); in kvmppc_xive_native_set_source()
519 pr_devel("%s irq=0x%lx", __func__, irq); in kvmppc_xive_native_sync_source()
811 pr_devel("%s\n", __func__); in kvmppc_xive_reset()
920 pr_devel("%s\n", __func__); in kvmppc_xive_native_eq_sync()
1021 pr_devel("Releasing xive native device\n"); in kvmppc_xive_native_release()
1096 pr_devel("Creating xive native device\n"); in kvmppc_xive_native_create()
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/
H A Daxon_msi.c88 pr_devel("axon_msi: dcr_write(0x%x, 0x%x)\n", val, dcr_n); in msic_dcr_write()
102 pr_devel("axon_msi: original write_offset 0x%x\n", write_offset); in axon_msi_cascade()
112 pr_devel("axon_msi: woff %x roff %x msi %x\n", in axon_msi_cascade()
127 pr_devel("axon_msi: invalid irq 0x%x!\n", msi); in axon_msi_cascade()
132 pr_devel("axon_msi: late irq 0x%x, retry %d\n", in axon_msi_cascade()
322 pr_devel("axon_msi: disabling %pOF\n", in axon_msi_shutdown()
336 pr_devel("axon_msi: setting up dn %pOF\n", dn); in axon_msi_probe()
388 pr_devel("axon_msi: irq 0x%x setup for axon_msi\n", virq); in axon_msi_probe()
467 pr_devel("axon_msi: couldn't get reg property\n"); in axon_msi_debug_setup()
473 pr_devel("axon_msi: ioremap failed\n"); in axon_msi_debug_setup()
/openbmc/linux/arch/powerpc/mm/
H A Dcopro_fault.c90 pr_devel("%s: 0x%llx -- USER_REGION_ID\n", __func__, ea); in copro_calculate_slb()
99 pr_devel("%s: 0x%llx -- VMALLOC_REGION_ID\n", __func__, ea); in copro_calculate_slb()
106 pr_devel("%s: 0x%llx -- IO_REGION_ID\n", __func__, ea); in copro_calculate_slb()
113 pr_devel("%s: 0x%llx -- LINEAR_MAP_REGION_ID\n", __func__, ea); in copro_calculate_slb()
/openbmc/linux/certs/
H A Dsystem_keyring.c335 pr_devel("PKCS#7 key is on revocation list\n"); in verify_pkcs7_message_sig()
355 pr_devel("PKCS#7 platform keyring is not available\n"); in verify_pkcs7_message_sig()
362 pr_devel("PKCS#7 signature not signed with a trusted key\n"); in verify_pkcs7_message_sig()
372 pr_devel("PKCS#7 message does not contain data\n"); in verify_pkcs7_message_sig()
380 pr_devel("<==%s() = %d\n", __func__, ret); in verify_pkcs7_message_sig()
416 pr_devel("<==%s() = %d\n", __func__, ret); in verify_pkcs7_signature()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c171 pr_devel("Sender context (ID=0x%x) is not owner of src datagram entry (handle=0x%x:0x%x)\n", in dg_dispatch_as_host()
199 pr_devel("Sending to invalid destination (handle=0x%x:0x%x)\n", in dg_dispatch_as_host()
265 pr_devel("Datagram communication between VMs not supported (src=0x%x, dst=0x%x)\n", in dg_dispatch_as_host()
325 pr_devel("Payload (size=%llu bytes) too big to send\n", in vmci_datagram_dispatch()
332 pr_devel("Failed to route datagram (src=0x%x, dst=0x%x, err=%d)\n", in vmci_datagram_dispatch()
363 pr_devel("destination (handle=0x%x:0x%x) doesn't exist\n", in vmci_datagram_invoke_guest_handler()
416 pr_devel("Client callback needed when creating datagram\n"); in vmci_datagram_create_handle_priv()
468 pr_devel("Failed to destroy datagram (handle=0x%x:0x%x)\n", in vmci_datagram_destroy_handle()
H A Dvmci_context.c89 pr_devel("Invalid context ID for VMCI context\n"); in vmci_ctx_create()
95 pr_devel("Invalid flag (flags=0x%x) for VMCI context\n", in vmci_ctx_create()
102 pr_devel("Invalid suer_version %d\n", user_version); in vmci_ctx_create()
305 pr_devel("Datagram too large (bytes=%zu)\n", vmci_dg_size); in vmci_ctx_enqueue_datagram()
312 pr_devel("Invalid context (ID=0x%x)\n", cid); in vmci_ctx_enqueue_datagram()
350 pr_devel("Context (ID=0x%x) receive queue is full\n", cid); in vmci_ctx_enqueue_datagram()
521 pr_devel("No datagrams pending\n"); in vmci_ctx_dequeue_datagram()
799 pr_devel("Invalid cpt state (type=%d)\n", cpt_type); in vmci_ctx_get_chkpt_state()
833 pr_devel("Invalid cpt state (type=%d)\n", cpt_type); in vmci_ctx_set_chkpt_state()
844 pr_devel("Failed to set cpt state (type=%d) (error=%d)\n", in vmci_ctx_set_chkpt_state()
[all …]

12345