Searched +full:vcpu +full:- +full:stall +full:- +full:detector (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/misc/qemu,vcpu-stall-detector.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: VCPU stall detector10 This binding describes a CPU stall detector mechanism for virtual CPUs14 - Sebastian Ene <sebastianene@google.com>19 - qemu,vcpu-stall-detector24 clock-frequency:27 The internal clock of the stall detector peripheral measure in Hz used[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 // VCPU stall detector.47 /* The vcpu stall configuration structure which applies to all the CPUs */50 #define vcpu_stall_reg_write(vcpu, reg, value) \ argument53 (vcpu) * VCPU_STALL_REG_LEN + (reg)))63 /* Reload the stall detector counter register every in vcpu_stall_detect_timer_fn()83 panic("vCPU stall detector"); in vcpu_stall_detector_irq()92 struct hrtimer *vcpu_hrtimer = &vcpu_stall_detector->vcpu_hrtimer; in start_stall_detector_cpu()97 /* Compute the number of ticks required for the stall detector in start_stall_detector_cpu()105 /* Enable the internal clock and start the stall detector */ in start_stall_detector_cpu()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only27 See Documentation/misc-devices/ad525x_dpot.rst for the40 module will be called ad525x_dpot-i2c.51 module will be called ad525x_dpot-spi.65 This option enables device driver support for in-band access to the78 website <https://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>112 UFS. Provides interface for in-kernel security controllers to access199 called smpro-errmon.209 called smpro-misc.212 tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"[all …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nospcr -- disable console in ACPI SPCR table as41 If set to vendor, prefer vendor-specific driver73 Documentation/firmware-guide/acpi/debug.rst for more information about[all …]