| /kernel/linux/linux-6.6/lib/zstd/common/ |
| H A D | error_private.c | 24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString() 25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString() 26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString() 27 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString() 28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString() 29 case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString() 30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString() 31 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum"; in ERR_getErrorString() 32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString() 33 case PREFIX(parameter_outOfBoun in ERR_getErrorString() [all...] |
| /kernel/linux/linux-5.10/tools/power/pm-graph/ |
| H A D | Makefile | 2 PREFIX ?= /usr macro 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/li [all...] |
| /kernel/linux/linux-6.6/tools/power/pm-graph/ |
| H A D | Makefile | 2 PREFIX ?= /usr macro 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/li [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | hugetlb-read-hwpoison.c | 16 #define PREFIX " ... " macro 61 printf(PREFIX ERROR_PREFIX "check fail: buf[%lu] = %u != %u\n", in verify_chunk() 78 printf(PREFIX PREFIX "init val=%u with offset=0x%lx\n", val, offset); in seek_read_hugepage_filemap() 79 printf(PREFIX PREFIX "expect to read 0x%lx bytes of data in total\n", in seek_read_hugepage_filemap() 82 perror(PREFIX ERROR_PREFIX "seek failed"); in seek_read_hugepage_filemap() 89 printf(PREFIX PREFIX "read reach end of the file\n"); in seek_read_hugepage_filemap() 92 perror(PREFIX ERROR_PREFI in seek_read_hugepage_filemap() [all...] |
| /kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
| H A D | ftrace2bconf.sh | 74 emit_kv $PREFIX.event.kprobes.$event.probes += $args 80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"` 117 emit_kv $PREFIX.event.$group.$event.actions += \'$action\' 121 emit_kv $PREFIX.event.$group.$event.enable 125 emit_kv $PREFIX.event.$group.$event.filter = "$val" 140 # PREFIX and INSTANCE must be set 141 if [ $PREFIX = "ftrace" ]; then 148 emit_kv $PREFIX.event.enable 156 emit_kv $PREFIX.event.$group.enable 212 PREFIX [all...] |
| /kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
| H A D | ftrace2bconf.sh | 74 emit_kv $PREFIX.event.kprobes.$event.probes += $args 80 emit_kv $PREFIX.event.synthetic.$event.fields = `echo $fields | sed "s/;/,/g"` 113 emit_kv $PREFIX.event.$group.$event.actions += \'$action\' 119 emit_kv $PREFIX.event.$group.$event.filter = "$val" 134 # PREFIX and INSTANCE must be set 135 if [ $PREFIX = "ftrace" ]; then 195 PREFIX="ftrace" 198 PREFIX="ftrace.instance.$1" 206 [ "$val" ] && emit_kv $PREFIX.options = "${val#,}" 212 [ $val != "local" ] && emit_kv $PREFIX [all...] |
| /kernel/linux/linux-5.10/drivers/xen/ |
| H A D | xen-acpi-cpuhotplug.c | 22 #define PREFIX "ACPI:xen_cpu_hotplug:" macro 45 pr_err(PREFIX "Evaluating processor object\n"); in xen_acpi_processor_enable() 55 pr_err(PREFIX "Evaluating processor _UID\n"); in xen_acpi_processor_enable() 67 pr_err(PREFIX "Hotadd CPU (acpi_id = %d) failed.\n", in xen_acpi_processor_enable() 94 pr_err(PREFIX "Error when enabling Xen processor\n"); in xen_acpi_processor_add() 133 pr_info(PREFIX "Processor does not support hot plug\n"); in is_processor_present() 135 pr_info(PREFIX "Processor Device is not present"); in is_processor_present() 182 pr_err(PREFIX "Failed to get apic_id for acpi_id %d\n", in xen_hotadd_cpu() 189 pr_err(PREFIX "Failed to get _PXM for acpi_id %d\n", in xen_hotadd_cpu() 201 pr_err(PREFIX "Faile in xen_hotadd_cpu() [all...] |
| H A D | xen-acpi-memhotplug.c | 19 #define PREFIX "ACPI:xen_memory_hotplug:" macro 50 pr_err(PREFIX "Xen Hotplug Memory Add failed on " in xen_hotadd_memory() 170 pr_warn(PREFIX "ACPI namespace scan failed\n"); in acpi_memory_get_device() 177 pr_warn(PREFIX "Missing device object\n"); in acpi_memory_get_device() 185 pr_err(PREFIX "driver data not found\n"); in acpi_memory_get_device() 217 pr_debug(PREFIX "Xen does not support memory hotremove\n"); in acpi_memory_disable_device() 239 pr_err(PREFIX "Cannot find driver data\n"); in acpi_memory_device_notify() 253 pr_err(PREFIX "Device doesn't exist\n"); in acpi_memory_device_notify() 259 pr_err(PREFIX "Driver Data is NULL\n"); in acpi_memory_device_notify() 436 pr_warn(PREFIX "walk_namespac in xen_acpi_memory_device_init() [all...] |
| /kernel/linux/linux-5.10/sound/soc/ti/ |
| H A D | omap3pandora.c | 27 #define PREFIX "ASoC omap3pandora: " macro 43 pr_err(PREFIX "can't set codec system clock\n"); in omap3pandora_hw_params() 52 pr_err(PREFIX "can't set cpu system clock\n"); in omap3pandora_hw_params() 58 pr_err(PREFIX "can't set SRG clock divider\n"); in omap3pandora_hw_params() 234 pr_err(PREFIX "Failed to get DAC power GPIO\n"); in omap3pandora_soc_init() 240 pr_err(PREFIX "Failed to set DAC power GPIO direction\n"); in omap3pandora_soc_init() 246 pr_err(PREFIX "Failed to get amp power GPIO\n"); in omap3pandora_soc_init() 252 pr_err(PREFIX "Failed to set amp power GPIO direction\n"); in omap3pandora_soc_init() 258 pr_err(PREFIX "Platform device allocation failed\n"); in omap3pandora_soc_init() 267 pr_err(PREFIX "Unabl in omap3pandora_soc_init() [all...] |
| /kernel/linux/linux-6.6/sound/soc/ti/ |
| H A D | omap3pandora.c | 27 #define PREFIX "ASoC omap3pandora: " macro 43 pr_err(PREFIX "can't set codec system clock\n"); in omap3pandora_hw_params() 52 pr_err(PREFIX "can't set cpu system clock\n"); in omap3pandora_hw_params() 58 pr_err(PREFIX "can't set SRG clock divider\n"); in omap3pandora_hw_params() 234 pr_err(PREFIX "Failed to get DAC power GPIO\n"); in omap3pandora_soc_init() 240 pr_err(PREFIX "Failed to set DAC power GPIO direction\n"); in omap3pandora_soc_init() 246 pr_err(PREFIX "Failed to get amp power GPIO\n"); in omap3pandora_soc_init() 252 pr_err(PREFIX "Failed to set amp power GPIO direction\n"); in omap3pandora_soc_init() 258 pr_err(PREFIX "Platform device allocation failed\n"); in omap3pandora_soc_init() 267 pr_err(PREFIX "Unabl in omap3pandora_soc_init() [all...] |
| /kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
| H A D | Makefile | 4 PREFIX ?= /usr macro 27 install -d $(DESTDIR)$(PREFIX)/bin 28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
| H A D | Makefile | 4 PREFIX := /usr macro 25 install -d $(DESTDIR)$(PREFIX)/bin 26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
| H A D | Makefile | 4 PREFIX ?= /usr macro 27 install -d $(DESTDIR)$(PREFIX)/bin 28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/ |
| H A D | Makefile | 4 PREFIX := /usr macro 25 install -d $(DESTDIR)$(PREFIX)/bin 26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | pci_link.c | 106 printk(KERN_WARNING PREFIX in acpi_pci_link_check_possible() 124 printk(KERN_WARNING PREFIX in acpi_pci_link_check_possible() 132 printk(KERN_WARNING PREFIX in acpi_pci_link_check_possible() 146 printk(KERN_ERR PREFIX "_PRS resource type 0x%x isn't an IRQ\n", in acpi_pci_link_check_possible() 205 printk(KERN_WARNING PREFIX in acpi_pci_link_check_current() 214 printk(KERN_ERR PREFIX "_CRS resource type 0x%x isn't an IRQ\n", in acpi_pci_link_check_current() 242 printk(KERN_ERR PREFIX "Unable to read status\n"); in acpi_pci_link_get_current() 265 printk(KERN_ERR PREFIX "_CRS returned 0\n"); in acpi_pci_link_get_current() 332 printk(KERN_ERR PREFIX "Invalid Resource_type %d\n", link->irq.resource_type); in acpi_pci_link_set() 353 printk(KERN_ERR PREFIX "Unabl in acpi_pci_link_set() [all...] |
| H A D | processor_throttling.c | 23 #define PREFIX "ACPI: " macro 430 printk(KERN_ERR PREFIX "Invalid _PTC data\n"); in acpi_processor_get_throttling_control() 444 printk(KERN_ERR PREFIX in acpi_processor_get_throttling_control() 461 printk(KERN_ERR PREFIX "Invalid _PTC data (status_register)\n"); in acpi_processor_get_throttling_control() 473 printk(KERN_ERR PREFIX "Invalid _PTC control register\n"); in acpi_processor_get_throttling_control() 480 printk(KERN_ERR PREFIX "Invalid _PTC status register\n"); in acpi_processor_get_throttling_control() 514 printk(KERN_ERR PREFIX "Invalid _TSS data\n"); in acpi_processor_get_throttling_states() 553 printk(KERN_ERR PREFIX in acpi_processor_get_throttling_states() 594 printk(KERN_ERR PREFIX "Invalid _TSD data\n"); in acpi_processor_get_tsd() 600 printk(KERN_ERR PREFIX "Invali in acpi_processor_get_tsd() [all...] |
| /kernel/linux/linux-5.10/drivers/input/serio/ |
| H A D | hp_sdc_mlc.c | 45 #define PREFIX "HP SDC MLC: " macro 69 printk(KERN_WARNING PREFIX "HIL Overflow!\n"); in hp_sdc_mlc_isr() 107 printk(KERN_DEBUG PREFIX "err code %x\n", data); in hp_sdc_mlc_isr() 111 printk(KERN_WARNING PREFIX "Bastard SDC reconfigured loop!\n"); in hp_sdc_mlc_isr() 124 printk(KERN_WARNING PREFIX "Bastard SDC decided to reconfigure loop!\n"); in hp_sdc_mlc_isr() 128 printk(KERN_WARNING PREFIX "Unknown HIL Error status (%x)!\n", data); in hp_sdc_mlc_isr() 159 /* printk(KERN_DEBUG PREFIX ">[%x]\n", mlc->ipacket[0]); */ in hp_sdc_mlc_in() 312 printk(KERN_INFO PREFIX "Registering the System Domain Controller's HIL MLC.\n"); in hp_sdc_mlc_init() 326 printk(KERN_WARNING PREFIX "Failed to register MLC structure with hil_mlc\n"); in hp_sdc_mlc_init() 331 printk(KERN_WARNING PREFIX "Reques in hp_sdc_mlc_init() [all...] |
| H A D | hp_sdc.c | 89 #define PREFIX "HP SDC: " macro 261 printk(KERN_INFO PREFIX "HP SDC reports successful PUP.\n"); in hp_sdc_isr() 282 printk(KERN_WARNING PREFIX "NMI !\n"); in hp_sdc_nmisr() 292 printk(KERN_WARNING PREFIX "HIL NMI\n"); in hp_sdc_nmisr() 321 printk(KERN_WARNING PREFIX "read timeout (%lldus)!\n", in hp_sdc_tasklet() 623 printk(KERN_WARNING PREFIX "No free slot to add transaction.\n"); in __hp_sdc_enqueue_transaction() 627 printk(KERN_WARNING PREFIX "Transaction add failed: transaction already queued?\n"); in __hp_sdc_enqueue_transaction() 887 pr_info(PREFIX "HP SDC at 0x%08lx, IRQ %d (NMI IRQ %d)\n", in hp_sdc_init() 920 printk(KERN_WARNING PREFIX ": %s SDC IO=0x%p IRQ=0x%x NMI=0x%x\n", in hp_sdc_init() 990 printk(KERN_WARNING PREFIX "Erro in hp_sdc_exit() [all...] |
| /kernel/linux/linux-6.6/drivers/input/serio/ |
| H A D | hp_sdc_mlc.c | 45 #define PREFIX "HP SDC MLC: " macro 69 printk(KERN_WARNING PREFIX "HIL Overflow!\n"); in hp_sdc_mlc_isr() 107 printk(KERN_DEBUG PREFIX "err code %x\n", data); in hp_sdc_mlc_isr() 111 printk(KERN_WARNING PREFIX "Bastard SDC reconfigured loop!\n"); in hp_sdc_mlc_isr() 124 printk(KERN_WARNING PREFIX "Bastard SDC decided to reconfigure loop!\n"); in hp_sdc_mlc_isr() 128 printk(KERN_WARNING PREFIX "Unknown HIL Error status (%x)!\n", data); in hp_sdc_mlc_isr() 159 /* printk(KERN_DEBUG PREFIX ">[%x]\n", mlc->ipacket[0]); */ in hp_sdc_mlc_in() 312 printk(KERN_INFO PREFIX "Registering the System Domain Controller's HIL MLC.\n"); in hp_sdc_mlc_init() 326 printk(KERN_WARNING PREFIX "Failed to register MLC structure with hil_mlc\n"); in hp_sdc_mlc_init() 331 printk(KERN_WARNING PREFIX "Reques in hp_sdc_mlc_init() [all...] |
| H A D | hp_sdc.c | 89 #define PREFIX "HP SDC: " macro 261 printk(KERN_INFO PREFIX "HP SDC reports successful PUP.\n"); in hp_sdc_isr() 282 printk(KERN_WARNING PREFIX "NMI !\n"); in hp_sdc_nmisr() 292 printk(KERN_WARNING PREFIX "HIL NMI\n"); in hp_sdc_nmisr() 321 printk(KERN_WARNING PREFIX "read timeout (%lldus)!\n", in hp_sdc_tasklet() 623 printk(KERN_WARNING PREFIX "No free slot to add transaction.\n"); in __hp_sdc_enqueue_transaction() 627 printk(KERN_WARNING PREFIX "Transaction add failed: transaction already queued?\n"); in __hp_sdc_enqueue_transaction() 887 pr_info(PREFIX "HP SDC at 0x%08lx, IRQ %d (NMI IRQ %d)\n", in hp_sdc_init() 920 printk(KERN_WARNING PREFIX ": %s SDC IO=0x%p IRQ=0x%x NMI=0x%x\n", in hp_sdc_init() 990 printk(KERN_WARNING PREFIX "Erro in hp_sdc_exit() [all...] |
| /kernel/linux/linux-6.6/sound/soc/generic/ |
| H A D | simple-card.c | 23 #define PREFIX "simple-audio-card," macro 125 asoc_simple_parse_convert(top, PREFIX, adata); in simple_parse_convert() 126 asoc_simple_parse_convert(node, PREFIX, adata); in simple_parse_convert() 141 snprintf(prop, sizeof(prop), "%smclk-fs", PREFIX); in simple_parse_mclk_fs() 230 prefix = PREFIX; in simple_dai_link_of_dpcm() 271 PREFIX "prefix"); in simple_dai_link_of_dpcm() 317 prefix = PREFIX; in simple_dai_link_of() 371 node = of_get_child_by_name(top, PREFIX "dai-link"); in __simple_for_each_link() 377 add_devs = of_get_child_by_name(top, PREFIX "additional-devs"); in __simple_for_each_link() 395 PREFIX "code in __simple_for_each_link() [all...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/acpi/ |
| H A D | boot.c | 45 #define PREFIX "ACPI: " macro 133 printk(KERN_WARNING PREFIX "Unable to map MADT\n"); in acpi_parse_madt() 140 printk(KERN_DEBUG PREFIX "Local APIC address 0x%08x\n", in acpi_parse_madt() 167 printk(KERN_INFO PREFIX "skipped apicid that is too big\n"); in acpi_register_lapic() 219 pr_warn(PREFIX "x2apic entry ignored\n"); in acpi_parse_x2apic() 225 printk(KERN_WARNING PREFIX "x2apic entry ignored\n"); in acpi_parse_x2apic() 312 printk(KERN_WARNING PREFIX "NMI not connected to LINT 1!\n"); in acpi_parse_x2apic_nmi() 330 printk(KERN_WARNING PREFIX "NMI not connected to LINT 1!\n"); in acpi_parse_lapic_nmi() 520 printk(PREFIX "BIOS IRQ0 override ignored.\n"); in acpi_parse_int_src_ovr() 527 printk(PREFIX "BIO in acpi_parse_int_src_ovr() [all...] |
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| H A D | acpi.c | 32 #define PREFIX "ACPI: " macro 133 pr_warn(PREFIX "nr_cpus/possible_cpus limit of %i reached." in set_processor_mask() 280 pr_err(PREFIX "Invalid BIOS MADT (CPUINTC entries), ACPI disabled\n"); in acpi_process_madt() 290 pr_err(PREFIX "Invalid BIOS MADT (LIOINTC entries), ACPI disabled\n"); in acpi_process_madt() 298 pr_err(PREFIX "Invalid BIOS MADT (EIOINTC entries), ACPI disabled\n"); in acpi_process_madt() 306 pr_err(PREFIX "Invalid BIOS MADT (HTVEC entries), ACPI disabled\n"); in acpi_process_madt() 314 pr_err(PREFIX "Invalid BIOS MADT (PCHPIC entries), ACPI disabled\n"); in acpi_process_madt() 322 pr_err(PREFIX "Invalid BIOS MADT (PCHMSI entries), ACPI disabled\n"); in acpi_process_madt() 330 pr_err(PREFIX "Invalid BIOS MADT (PCHLPC entries), ACPI disabled\n"); in acpi_process_madt() 501 pr_info(PREFIX "Unabl in acpi_map_cpu() [all...] |
| /kernel/linux/linux-5.10/sound/soc/generic/ |
| H A D | simple-card.c | 23 #define PREFIX "simple-audio-card," macro 87 asoc_simple_parse_convert(dev, top, PREFIX, adata); in simple_parse_convert() 88 asoc_simple_parse_convert(dev, node, PREFIX, adata); in simple_parse_convert() 104 snprintf(prop, sizeof(prop), "%smclk-fs", PREFIX); in simple_parse_mclk_fs() 147 prefix = PREFIX; in simple_dai_link_of_dpcm() 213 PREFIX "prefix"); in simple_dai_link_of_dpcm() 280 prefix = PREFIX; in simple_dai_link_of() 364 node = of_get_child_by_name(top, PREFIX "dai-link"); in simple_for_each_link() 380 PREFIX "codec" : "codec"); in simple_for_each_link() 387 PREFIX "pla in simple_for_each_link() [all...] |
| /kernel/linux/linux-6.6/tools/perf/tests/shell/ |
| H A D | test_java_symbol.sh | 29 elif [ -e "$PREFIX/lib64/libperf-jvmti.so" ]; then 30 LIBJVMTI=$PREFIX/lib64/libperf-jvmti.so 31 elif [ -e "$PREFIX/lib/libperf-jvmti.so" ]; then 32 LIBJVMTI=$PREFIX/lib/libperf-jvmti.so
|