/Linux-v5.15/drivers/cpufreq/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 <file:Documentation/admin-guide/pm/cpufreq.rst>. 42 default CPU_FREQ_DEFAULT_GOV_SCHEDUTIL if X86_INTEL_PSTATE && SMP 75 depends on !(X86_INTEL_PSTATE && SMP) 80 you to get a full dynamic frequency capable system by simply 81 loading your cpufreq low-level hardware driver. 88 depends on !(X86_INTEL_PSTATE && SMP) 93 you to get a full dynamic frequency capable system by simply 94 loading your cpufreq low-level hardware driver. 101 depends on SMP [all …]
|
D | Kconfig.x86 | 1 # SPDX-License-Identifier: GPL-2.0-only 12 select CPU_FREQ_GOV_SCHEDUTIL if SMP 30 <file:Documentation/admin-guide/pm/cpufreq_drivers.rst>. 33 module will be called pcc-cpufreq. 38 tristate "ACPI Processor P-States driver" 47 module will be called acpi-cpufreq. 49 For details, take a look at <file:Documentation/cpu-freq/>. 58 The powernow-k8 driver used to provide a sysfs knob called "cpb" 76 For details, take a look at <file:Documentation/cpu-freq/>. 86 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/sram/ |
D | sram.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic on-chip SRAM 10 - Rob Herring <robh@kernel.org> 19 Following the generic-names recommended practice, node names should 30 - mmio-sram 31 - amlogic,meson-gxbb-sram 32 - arm,juno-sram-ns 33 - atmel,sama5d2-securam [all …]
|
/Linux-v5.15/arch/parisc/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 53 select HAVE_UNSTABLE_SCHED_CLOCK if SMP 61 select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1) 70 The PA-RISC microprocessor is designed by Hewlett-Packard and used 72 and later HP3000 series). The PA-RISC Linux project home page is 86 default "arch/parisc/configs/generic-32bit_defconfig" if !64BIT 87 default "arch/parisc/configs/generic-64bit_defconfig" if 64BIT 92 depends on SMP && PREEMPTION 117 depends on SMP 120 # unless you want to implement ACPI on PA-RISC ... ;-) [all …]
|
/Linux-v5.15/drivers/cpuidle/ |
D | Kconfig.arm | 1 # SPDX-License-Identifier: GPL-2.0-only 12 at run-time through DT nodes. The CPUidle suspend backend is 23 It provides an idle driver that is capable of detecting and 46 define different C-states for little and big cores through the 75 bool "Cpu Idle Driver for the ST-E u8500 processors" 78 Select this to enable cpuidle for ST-E u8500 processors. 90 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP 103 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
|
/Linux-v5.15/arch/mips/include/asm/ |
D | timex.h | 17 #include <asm/cpu-features.h> 19 #include <asm/cpu-type.h> 31 * Currently only used on SMP for scheduling. 37 * We know that all SMP capable CPUs have cycle counters. 81 * Like get_cycles - but where c0_count is not available we desperately
|
/Linux-v5.15/arch/ia64/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 41 select GENERIC_PENDING_IRQ if SMP 67 The Itanium Processor Family is Intel's 64-bit successor to 68 the 32-bit X86 line. The IA-64 Linux project has a home 70 <linux-ia64@vger.kernel.org>. 127 Select your IA-64 processor type. The default is Itanium. 128 This choice is safe for all IA-64 systems, but may not perform 145 This lets you select the page size of the kernel. For best IA-64 147 IA-32 compatibility, a page size of 4KB should be selected (the vast 148 majority of IA-32 binaries work perfectly fine with a larger page [all …]
|
/Linux-v5.15/arch/arm/mach-omap2/ |
D | omap-smp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * OMAP4 SMP source file. It contains platform specific functions 4 * needed for the linux smp kernel. 11 * Platform file needed for the OMAP4 SMP. This file is based on arm 12 * realview smp platform. 17 #include <linux/smp.h> 19 #include <linux/irqchip/arm-gic.h> 25 #include "omap-secure.h" 26 #include "omap-wakeupgen.h" 87 * BIT(27) - Disables streaming. All write-allocate lines allocate in in omap5_erratum_workaround_801819() [all …]
|
/Linux-v5.15/arch/arm/mach-exynos/ |
D | exynos.c | 1 // SPDX-License-Identifier: GPL-2.0 5 // Copyright (c) 2010-2014 Samsung Electronics Co., Ltd. 15 #include <linux/soc/samsung/exynos-regs-pmu.h> 18 #include <asm/hardware/cache-l2x0.h> 33 .id = -1, 52 for_each_compatible_node(node, NULL, "samsung,exynos4210-sysram") { in exynos_sysram_init() 62 for_each_compatible_node(node, NULL, "samsung,exynos4210-sysram-ns") { in exynos_sysram_init() 78 if (!of_flat_dt_is_compatible(node, "samsung,exynos4210-chipid")) in exynos_fdt_map_chipid() 86 iodesc.length = be32_to_cpu(reg[1]) - 1; in exynos_fdt_map_chipid() 108 * Set or clear the USE_DELAYED_RESET_ASSERTION option. Used by smp code [all …]
|
/Linux-v5.15/arch/xtensa/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 48 Xtensa processors are 32-bit RISC machines designed by Tensilica 53 a home page at <http://www.linux-xtensa.org/>. 88 def_bool $(success,test "$(shell,echo __XTENSA_EB__ | $(CC) -E -P -)" = 1) 100 bool "fsf - default (not generic) configuration" 104 bool "dc232b - Diamond 232L Standard Core Rev.B (LE)" 111 bool "dc233c - Diamond 233L Standard Core Rev.C (LE)" 147 ie: it supports a TLB with auto-loading, page protection. 185 bool "System Supports SMP (MX)" 189 This option is used to indicate that the system-on-a-chip (SOC) [all …]
|
/Linux-v5.15/net/unix/ |
D | scm.c | 1 // SPDX-License-Identifier: GPL-2.0 30 if (S_ISSOCK(inode->i_mode) && !(filp->f_mode & FMODE_PATH)) { in unix_get_socket() 32 struct sock *s = sock->sk; in unix_get_socket() 35 if (s && sock->ops && sock->ops->family == PF_UNIX) in unix_get_socket() 57 if (atomic_long_inc_return(&u->inflight) == 1) { in unix_inflight() 58 BUG_ON(!list_empty(&u->link)); in unix_inflight() 59 list_add_tail(&u->link, &gc_inflight_list); in unix_inflight() 61 BUG_ON(list_empty(&u->link)); in unix_inflight() 65 user->unix_inflight++; in unix_inflight() 78 BUG_ON(!atomic_long_read(&u->inflight)); in unix_notinflight() [all …]
|
/Linux-v5.15/arch/powerpc/platforms/ |
D | Kconfig.cputype | 1 # SPDX-License-Identifier: GPL-2.0 8 bool "64-bit kernel" 11 This option selects whether a 32-bit or a 64-bit kernel 305 This option enables kernel support for larger than 32-bit physical 310 is platform-dependent. 326 any affect on a non-altivec cpu (it does, however add code to the 342 VSX (P7 and above), but does not have any affect on a non-VSX 363 effect on a non-spe cpu (it does, however add code to the kernel). 451 This enables the powerpc-specific perf_event back-end. 454 # Allow platforms to force SMP=y by selecting this [all …]
|
/Linux-v5.15/arch/sh/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 77 <http://www.linux-sh.org/>. 91 depends on SMP && PREEMPTION 210 prompt "Processor sub-type selection" 216 # SH-2 Processor Support 227 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 229 # SH-2A Processor Support 275 bool "Support MX-G processor" 279 Select MX-G if running on an R8A03022BG part. 281 # SH-3 Processor Support [all …]
|
/Linux-v5.15/arch/arm64/kernel/ |
D | hyp-stub.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 35 ventry elx_sync // Synchronous 64-bit EL1 36 ventry el1_irq_invalid // IRQ 64-bit EL1 37 ventry el1_fiq_invalid // FIQ 64-bit EL1 38 ventry el1_error_invalid // Error 64-bit EL1 40 ventry el1_sync_invalid // Synchronous 32-bit EL1 41 ventry el1_irq_invalid // IRQ 32-bit EL1 42 ventry el1_fiq_invalid // FIQ 32-bit EL1 43 ventry el1_error_invalid // Error 32-bit EL1 68 /* Someone called kvm_call_hyp() against the hyp-stub... */ [all …]
|
/Linux-v5.15/arch/mips/kernel/ |
D | rtlx-cmp.c | 14 #include <linux/smp.h> 33 if (info->ap_int_pending == 1 && smp_processor_id() == 0) { in rtlx_interrupt() 38 info->ap_int_pending = 0; in rtlx_interrupt() 53 pr_warn("VPE loader: not a MIPS MT capable processor\n"); in rtlx_module_init() 54 return -ENODEV; in rtlx_module_init() 57 if (num_possible_cpus() - aprp_cpu_index() < 1) { in rtlx_module_init() 61 return -ENODEV; in rtlx_module_init() 80 while (i--) in rtlx_module_init() 96 pr_err("APRP RTLX init on non-vectored-interrupt processor\n"); in rtlx_module_init() 97 err = -ENODEV; in rtlx_module_init()
|
/Linux-v5.15/arch/x86/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 bool "64-bit kernel" if "$(ARCH)" = "x86" 7 Say yes to build a 64-bit kernel - formerly known as x86_64 8 Say no to build a 32-bit kernel - formerly known as i386 13 # Options that are inherently 32-bit kernel only: 27 # Options that are inherently 64-bit kernel only: 53 # ported to 32-bit as well. ) 139 select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP 141 select GENERIC_IRQ_MIGRATION if SMP 145 select GENERIC_PENDING_IRQ if SMP [all …]
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | mpic_msgr.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright 2011-2012, Meador Inge, Mentor Graphics Corporation. 11 #include <asm/smp.h> 69 * The given 32-bit message is written to the given message 75 out_be32(msgr->base, message); in mpic_msgr_write() 82 * Returns the 32-bit value currently in the given message register. 88 return in_be32(msgr->base); in mpic_msgr_read() 113 out_be32(msgr->base, 1 << get_hard_smp_processor_id(cpu_num)); in mpic_msgr_set_destination() 120 * 0 is returned if this message register is not capable of receiving 126 return msgr->irq; in mpic_msgr_get_irq()
|
/Linux-v5.15/arch/arm/mach-mstar/ |
D | mstarv7.c | 1 // SPDX-License-Identifier: GPL-2.0 17 * In the u-boot code the area these registers are in is 22 * for both u-boot and linux share calls to "flush the miu pipe". 24 * the state is right before DMA capable devices try to read 85 return -EINVAL; in mstarv7_boot_secondary() 91 return -ENODEV; in mstarv7_boot_secondary() 128 .smp = smp_ops(mstarv7_smp_ops),
|
/Linux-v5.15/arch/x86/kernel/ |
D | vsmp_64.c | 1 // SPDX-License-Identifier: GPL-2.0-only 15 #include <linux/smp.h> 19 #include <asm/pci-direct.h> 32 /* set vSMP magic bits to indicate vSMP capable kernel */ in set_vsmp_ctl() 58 static int is_vsmp = -1; 75 if (is_vsmp != -1) in is_vsmp_box() 121 maxcpus = (topology & ((1 << node_shift) - 1)) + 1; in vsmp_cap_cpus() 138 apic->phys_pkg_id = apicid_phys_pkg_id; in vsmp_apic_post_init()
|
/Linux-v5.15/kernel/time/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 # cycle update - x86/TSC misfeature 33 # Architecture can handle broadcast in a driver-agnostic way 104 will only trigger on an as-needed basis when the system is idle. 113 depends on SMP 130 the expense of some overhead in user <-> kernel transitions: 148 The major pre-requirement for full dynticks to work is to 181 hardware is not capable then this option only increases
|
/Linux-v5.15/Documentation/admin-guide/ |
D | tainted-kernels.rst | 2 --------------- 16 ('kernel oops') or a non-recoverable error ('kernel panic') and writes debug 29 Oops: 0002 [#1] SMP PTI 30 CPU: 0 PID: 4424 Comm: insmod Tainted: P W O 4.20.0-0.rc6.fc30 #1 43 a warning occurred (``W``), and an externally-built module was loaded (``O``). 53 decode that number is the script ``tools/debugging/kernel-chktaint``, which your 54 distribution might ship as part of a package called ``linux-tools`` or 55 ``kernel-tools``; if it doesn't you can download the script from 56 …git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/debugging/kernel-chktaint>`_ 57 and execute it with ``sh kernel-chktaint``, which would print something like [all …]
|
/Linux-v5.15/Documentation/core-api/ |
D | genericirq.rst | 7 :Copyright: |copy| 2005-2010: Thomas Gleixner 8 :Copyright: |copy| 2005-2006: Ingo Molnar 29 __do_IRQ() super-handler, which is able to deal with every type of 36 - Level type 38 - Edge type 40 - Simple type 44 - Fast EOI type 46 In the SMP world of the __do_IRQ() super-handler another type was 49 - Per CPU type 51 This split implementation of high-level IRQ handlers allows us to [all …]
|
/Linux-v5.15/arch/alpha/kernel/ |
D | smp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * linux/arch/alpha/kernel/smp.c 5 * 2001-07-09 Phil Ezolt (Phillip.Ezolt@compaq.com) 22 #include <linux/smp.h> 53 /* A collection of per-processor data. */ 77 * per-processor storage. 89 * Ideally sets up per-cpu profiling hooks. Doesn't do much now... 141 /* Call platform-specific callin, if specified */ in smp_callin() 147 current->active_mm = &init_mm; in smp_callin() 167 cpuid, current, current->active_mm)); in smp_callin() [all …]
|
/Linux-v5.15/arch/arm/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 55 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 56 select GENERIC_IRQ_IPI if SMP 112 select MMU_GATHER_RCU_TABLE_FREE if SMP && ARM_LPAE 133 The ARM series is a line of low-power-consumption RISC chip designs 135 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer 136 manufactured, but legacy ARM-based PC hardware remains popular in 239 Patch phys-to-virt and virt-to-phys translation functions at 243 This can only be used with non-XIP MMU kernels where the base 288 bool "MMU-based Paged Memory Management Support" [all …]
|
/Linux-v5.15/kernel/ |
D | sys.c | 1 // SPDX-License-Identifier: GPL-2.0 25 #include <linux/posix-timers.h> 78 # define SET_UNALIGN_CTL(a, b) (-EINVAL) 81 # define GET_UNALIGN_CTL(a, b) (-EINVAL) 84 # define SET_FPEMU_CTL(a, b) (-EINVAL) 87 # define GET_FPEMU_CTL(a, b) (-EINVAL) 90 # define SET_FPEXC_CTL(a, b) (-EINVAL) 93 # define GET_FPEXC_CTL(a, b) (-EINVAL) 96 # define GET_ENDIAN(a, b) (-EINVAL) 99 # define SET_ENDIAN(a, b) (-EINVAL) [all …]
|