Home
last modified time | relevance | path

Searched full:disabling (Results 1 – 25 of 1634) sorted by relevance

12345678910>>...66

/kernel/linux/linux-5.10/arch/x86/
DKconfig.cpu411 Intel CPU. Disabling this option on other types of CPUs
412 makes the kernel a tiny bit smaller. Disabling it on an Intel
425 Cyrix CPU. Disabling this option on other types of CPUs
426 makes the kernel a tiny bit smaller. Disabling it on a Cyrix
438 AMD CPU. Disabling this option on other types of CPUs
439 makes the kernel a tiny bit smaller. Disabling it on an AMD
452 Hygon CPU. Disabling this option on other types of CPUs
453 makes the kernel a tiny bit smaller. Disabling it on an Hygon
465 Centaur CPU. Disabling this option on other types of CPUs
466 makes the kernel a tiny bit smaller. Disabling it on a Centaur
[all …]
/kernel/linux/linux-5.10/Documentation/locking/
Dpreempt-locking.rst35 protect these situations by disabling preemption around them.
72 Data protection under preemption is achieved by disabling preemption for the
93 disabling preemption - any cond_resched() or cond_resched_lock() might trigger
95 reschedule. So use this implicit preemption-disabling property only if you
125 Preventing preemption using interrupt disabling
132 in doubt, rely on locking or explicit preemption disabling.
134 Note in 2.5 interrupt disabling is now only per-CPU (e.g. local).
Dlocktypes.rst59 preemption and interrupt disabling primitives. Contrary to other locking
60 mechanisms, disabling preemption or interrupts are pure CPU local
162 by disabling preemption or interrupts.
165 interrupt disabling and enabling primitives:
200 local_lock should be used in situations where disabling preemption or
219 core code, low-level interrupt handling and places where disabling
256 avoid migration by disabling preemption. PREEMPT_RT kernels instead
418 interrupt disabling and locking must remain separate, PREEMPT_RT offers a
468 On a non-PREEMPT_RT kernel this protects against reentrancy by disabling
/kernel/linux/linux-5.10/tools/power/cpupower/man/
Dcpupower-idle-set.111 sleep state, specific options offered by the kernel. One example is disabling
32 Cpuidle Governors Policy on Disabling Sleep States
45 example, it is not coherent, i.e. if one is disabling a light state,
50 Disabling the Lightest Sleep State may not have any Affect
/kernel/linux/linux-5.10/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset59 responsible for enabling and disabling SR-IOV devices when the
63 first disabling all VFs attached to that PF. s-Par handles this
78 responsible for enabling and disabling SR-IOV devices when the
82 first disabling all VFs attached to that PF. s-Par handles this
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc9 # Ftrace allows to add triggers to functions, such as enabling or disabling
10 # tracing, enabling or disabling trace events, or recording a stack trace
13 # This test is designed to test enabling and disabling tracing triggers
23 echo "Testing function probes with enabling disabling tracing:"
Dfunc_event_triggers.tc9 # Ftrace allows to add triggers to functions, such as enabling or disabling
10 # tracing, enabling or disabling trace events, or recording a stack trace
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt41 supports disabling and resuming devices at any time.
46 This sleep controller only supports disabling devices during system
53 disabling. This sleep controller does not support configuring devices
/kernel/linux/linux-5.10/arch/mips/pci/
Dfixup-sb1250.c49 dev_dbg(&dev->dev, "not disabling DAC for device"); in sb1250_bus_dma_limit()
54 dev_dbg(&dev->dev, "not disabling DAC for [bus %02x-%02x]", in sb1250_bus_dma_limit()
57 dev_dbg(&dev->dev, "disabling DAC for device"); in sb1250_bus_dma_limit()
/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/
Dl1tf.rst238 scenario. Disabling SMT might be a viable alternative for particular
279 completely. Disabling SMT can have a significant performance impact, but
281 The impact of disabling SMT needs also to be weighted against the impact
348 5. Disabling EPT
351 Disabling EPT for virtual machines provides full mitigation for L1TF even
353 managed and sanitized by the hypervisor. Though disabling EPT has a
360 address the performance impact of disabling SMT or EPT.
531 - Disabling SMT:
533 Disabling SMT and enforcing the L1D flushing provides the maximum
543 - Disabling EPT:
[all …]
/kernel/linux/linux-5.10/drivers/thermal/qcom/
DKconfig8 up in Sysfs as a thermal zone with multiple trip points. Disabling the
9 thermal zone device via the mode file results in disabling the sensor.
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-selinux-disable11 The preferred method of disabling SELinux is via the "selinux=0" boot
20 and only one of the major distributions, Fedora, supports disabling
/kernel/linux/linux-5.10/arch/arm/include/asm/
DbL_switcher.h26 * Register here to be notified about runtime enabling/disabling of
44 * Use these functions to temporarily prevent enabling/disabling of
/kernel/linux/linux-5.10/include/drm/
Ddrm_vblank.h101 * @disable_timer: Disable timer for the delayed vblank disabling
102 * hysteresis logic. Vblank disabling is controlled through the
203 * avoid double-disabling and hence corrupting saved state. Needed by
205 * disabling functions multiple times.
/kernel/linux/linux-5.10/drivers/media/
DKconfig35 user needs, and disabling core support for unused APIs.
88 support both analog and digital TV. Disabling this option
114 support radio reception. Disabling this option will
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dcache.S103 /* When disabling L2, code must be in L1 */
137 /* When disabling L2, code must be in L1 */
276 /* When disabling/locking L2, code must be in L1 */
297 /* When disabling L2, code must be in L1 */
/kernel/linux/linux-5.10/mm/
Dmmu_gather.c115 * directories. The chosen means to accomplish that is by disabling IRQs over
119 * since we unlink the page, flush TLBs, free the page. Since the disabling of
127 * We use the sched RCU variant, as that guarantees that IRQ/preempt disabling
149 * IRQ disabling. in tlb_remove_table_sync_one()
/kernel/linux/linux-5.10/drivers/bus/
Darm-cci.c124 * Code disabling CCI cpu ports runs with D-cache invalidated
127 * avoid one more data access while disabling the CCI port.
188 * Port index look-up speeds up the function disabling ports by CPU, in cci_ace_init_ports()
256 * Disabling a CCI port for a CPU implies disabling the CCI port
257 * controlling that CPU cluster. Code disabling CPU CCI ports
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/chelsio/
Dcxgb.rst55 After disabling adaptive-rx, the timer latency value will be set to 50us.
56 You may set the timer latency after disabling adaptive-rx::
64 You may also provide a timer latency value while disabling adaptive-rx::
125 Disabling TCP timestamp::
129 Disabling SACK::
/kernel/linux/linux-5.10/tools/perf/util/
Dtrace-event-scripting.c81 pr_err("Error registering Python script extension: disabling it\n"); in register_python_scripting()
144 pr_err("Error registering Perl script extension: disabling it\n"); in register_perl_scripting()
/kernel/linux/linux-5.10/drivers/dma/
Diop-adma.c881 "Self-test copy timed out, disabling\n"); in iop_adma_memcpy_self_test()
891 "Self-test copy failed compare, disabling\n"); in iop_adma_memcpy_self_test()
981 "Self-test xor timed out, disabling\n"); in iop_adma_xor_val_self_test()
993 "Self-test xor failed compare, disabling\n"); in iop_adma_xor_val_self_test()
1027 "Self-test zero sum timed out, disabling\n"); in iop_adma_xor_val_self_test()
1034 "Self-test zero sum failed compare, disabling\n"); in iop_adma_xor_val_self_test()
1056 "Self-test non-zero sum timed out, disabling\n"); in iop_adma_xor_val_self_test()
1063 "Self-test non-zero sum failed compare, disabling\n"); in iop_adma_xor_val_self_test()
1151 dev_err(dev, "Self-test pq timed out, disabling\n"); in iop_adma_pq_zero_sum_self_test()
1160 dev_err(dev, "Self-test p failed compare, disabling\n"); in iop_adma_pq_zero_sum_self_test()
[all …]
/kernel/linux/linux-5.10/drivers/clk/davinci/
Dpsc-dm646x.c52 /* REVIST: disabling hangs system */
54 /* REVIST: disabling hangs system */
/kernel/linux/linux-5.10/arch/x86/platform/olpc/
Dolpc_ofw.c34 printk(KERN_ERR "failed to remap OFW's pgd - disabling OFW!\n"); in setup_olpc_ofw_pgd()
105 printk(KERN_ERR "OFW detected, but cif has invalid address 0x%lx - disabling.\n", in olpc_ofw_detect()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_irq.h61 * dpu_core_irq_disable - IRQ helper function for disabling one of more IRQs
65 * @return: 0 for success disabling IRQ, otherwise failure
/kernel/linux/linux-5.10/include/linux/platform_data/
Dmmc-omap.h91 /* Call back before enabling / disabling regulators */
94 /* Call back after enabling / disabling regulators */

12345678910>>...66