Home
last modified time | relevance | path

Searched refs:pr_warn_once (Results 1 – 25 of 204) sorted by relevance

123456789

/linux-6.12.1/arch/x86/xen/
Dpmu.c413 pr_warn_once("%s: pmudata not initialized\n", __func__); in pmu_apic_update()
434 pr_warn_once("%s: pmudata not initialized\n", __func__); in xen_guest_state()
458 pr_warn_once("%s: pmudata not initialized\n", __func__); in xen_get_guest_ip()
499 pr_warn_once("%s: pmudata not initialized\n", __func__); in xen_pmu_irq_handler()
514 pr_warn_once("%s: failed hypercall, err: %d\n", __func__, err); in xen_pmu_irq_handler()
Dmmu_hvm.c26 pr_warn_once("Unexpected HVMOP_get_mem_type failure\n"); in xen_vmcore_pfn_is_ram()
/linux-6.12.1/arch/x86/kernel/cpu/
Dtopology_ext.c96 pr_warn_once(FW_BUG "CPUID leaf 0x%x subleaf %d APIC ID mismatch %x != %x\n", in topo_subleaf()
124 pr_warn_once(FW_BUG "CPUID leaf 0x%x subleaf 0 has shift level 0 but %u CPUs. Fixing it up.\n", in parse_topology_leaf()
Dvmware.c506 pr_warn_once("Incorrect usage\n"); in vmware_tdx_hypercall()
511 pr_warn_once("Out of range command %lx\n", cmd); in vmware_tdx_hypercall()
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log_debugfs.c52 pr_warn_once("preallocated size:%zx for %s exceeded\n", in guc_log_dump_show()
75 pr_warn_once("preallocated size:%zx for %s exceeded\n", in guc_load_err_log_dump_show()
/linux-6.12.1/block/
Dblk-crypto-internal.h221 pr_warn_once("crypto API fallback is disabled\n"); in blk_crypto_fallback_start_using_mode()
227 pr_warn_once("crypto API fallback disabled; failing request.\n"); in blk_crypto_fallback_bio_prep()
/linux-6.12.1/include/linux/iio/timer/
Dstm32-lptim-trigger.h24 pr_warn_once("stm32 lptim_trigger not linked in\n"); in is_stm32_lptim_trigger()
Dstm32-timer-trigger.h81 pr_warn_once("stm32-timer-trigger not linked in\n"); in is_stm32_timer_trigger()
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx_onhyperv.c21 pr_warn_once(#field " unsupported with eVMCS: 0x%llx\n",\
/linux-6.12.1/arch/arm64/kernel/
Dacpi.c271 pr_warn_once("No MAIR allocation for EFI_MEMORY_WT; treating as Normal Non-cacheable\n"); in __acpi_get_writethrough_mem_attribute()
449 pr_warn_once("Unable to map CPU to valid ID\n"); in acpi_map_cpu()
Dparavirt.c120 pr_warn_once("Unexpected revision or attributes in stolen time data\n"); in stolen_time_cpu_online()
/linux-6.12.1/drivers/acpi/
Dreboot.c32 pr_warn_once("PCI configuration space access is not supported\n"); in acpi_pci_reboot()
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Dcore.c337 pr_warn_once("Non Linear delay-bw map not supported but queried\n"); in delay_bw_map()
541 pr_warn_once("Can't find control domain id for CPU:%d scope:%d for resource %s\n", in domain_add_cpu_ctrl()
596 pr_warn_once("Can't find monitor domain id for CPU:%d scope:%d for resource %s\n", in domain_add_cpu_mon()
620 pr_warn_once("Can't find L3 cache for CPU:%d resource %s\n", cpu, r->name); in domain_add_cpu_mon()
661 pr_warn_once("Can't find control domain id for CPU:%d scope:%d for resource %s\n", in domain_remove_cpu_ctrl()
707 pr_warn_once("Can't find monitor domain id for CPU:%d scope:%d for resource %s\n", in domain_remove_cpu_mon()
/linux-6.12.1/arch/arm/kernel/
Dhw_breakpoint.c133 pr_warn_once("CPUID feature registers not supported. " in get_debug_arch()
263 pr_warn_once("Failed to enable monitor mode on CPU %d.\n", in enable_monitor_mode()
1088 pr_warn_once("CPU %d debug is powered down!\n", cpu); in reset_ctrl_regs()
1109 pr_warn_once("CPU %d failed to disable vector catch\n", cpu); in reset_ctrl_regs()
1129 pr_warn_once("CPU %d failed to clear debug register pairs\n", cpu); in reset_ctrl_regs()
/linux-6.12.1/kernel/
Drseq.c211 pr_warn_once("Deprecated flags (%u) in %s ABI structure", test_flags, str); in rseq_warn_flags()
214 pr_warn_once("Unknown flags (%u) in %s ABI structure", test_flags, str); in rseq_warn_flags()
/linux-6.12.1/net/netfilter/
Dxt_CHECKSUM.c62pr_warn_once("CHECKSUM should be avoided. If really needed, restrict with \"-p udp\" and only use… in checksum_tg_check()
/linux-6.12.1/kernel/module/
Dversion.c50 pr_warn_once("%s: no symbol version for %s\n", info->name, symname); in check_version()
/linux-6.12.1/include/linux/ceph/
Dceph_debug.h61 pr_warn_once("[%pU %llu]: " fmt, &client->fsid, \
/linux-6.12.1/net/ipv4/
Dudplite.c24 pr_warn_once("UDP-Lite is deprecated and scheduled to be removed in 2025, " in udplite_sk_init()
/linux-6.12.1/net/ipv6/
Dudplite.c20 pr_warn_once("UDP-Lite is deprecated and scheduled to be removed in 2025, " in udplitev6_sk_init()
/linux-6.12.1/drivers/scsi/
Dscsi_bsg.c24 pr_warn_once("BIDI support in bsg has been removed.\n"); in scsi_bsg_sg_io_fn()
/linux-6.12.1/net/core/
Dlwt_bpf.c60 pr_warn_once("Illegal redirect return code in prog %s\n", in run_lwt_bpf()
76 pr_warn_once("bpf-lwt: Illegal return value %u, expect packet loss\n", ret); in run_lwt_bpf()
154 pr_warn_once("orig_output not set on dst for prog %s\n", in bpf_output()
/linux-6.12.1/net/can/
Daf_can.c680 pr_warn_once("PF_CAN: dropped non conform CAN skbuff: dev type %d, len %d\n", in can_rcv()
695 pr_warn_once("PF_CAN: dropped non conform CAN FD skbuff: dev type %d, len %d\n", in canfd_rcv()
710 pr_warn_once("PF_CAN: dropped non conform CAN XL skbuff: dev type %d, len %d\n", in canxl_rcv()
/linux-6.12.1/drivers/xen/
Dtime.c94 pr_warn_once("%s: memory leak as runstate_delta is not NULL\n", in xen_manage_runstate_time()
/linux-6.12.1/mm/
Dsparse-vmemmap.c112 pr_warn_once("%s: allocations must be multiple of PAGE_SIZE (%ld)\n", in altmap_alloc_block_buf()
140 pr_warn_once("[%lx-%lx] potential offnode page_structs\n", in vmemmap_verify()

123456789