Searched +full:sbi +full:- +full:suspend +full:- +full:param (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>11 - Anup Patel <anup@brainfault.org>15 1 - Introduction18 ARM and RISC-V systems contain HW capable of managing power consumption19 dynamically, where cores can be put in different low-power states (ranging22 run-time, can be specified through device tree bindings representing the[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * RISC-V SBI CPU idle driver.9 #define pr_fmt(fmt) "cpuidle-riscv-sbi: " fmt25 #include <asm/sbi.h>27 #include <asm/suspend.h>52 data->available = true; in sbi_set_domain_state()53 data->state = state; in sbi_set_domain_state()60 return data->state; in sbi_get_domain_state()67 data->available = false; in sbi_clear_domain_state()74 return data->available; in sbi_is_domain_state_available()[all …]
2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved.64 /* Describe per-platform limitations. */112 #define vgpu_cfg_space(vgpu) ((vgpu)->cfg_space.virtual_cfg_space)126 #define vgpu_opregion(vgpu) (&(vgpu->opregion))131 struct intel_vgpu_sbi sbi; member207 /* Hypervisor-specific device state. */219 return vgpu->vdev; in intel_vgpu_vdev()224 (((ret_val) == -EBADRQC) || ((ret_val) == -EFAULT))258 /* This reg requires save & restore during host PM suspend/resume */262 /* This reg is in GVT's mmio save-restor list and in hardware[all …]
5 force -- enable ACPI if default was off6 on -- enable ACPI but allow fallback to DT [arm64]7 off -- disable ACPI if default was on8 noirq -- do not use ACPI for IRQ routing9 strict -- Be less tolerant of platforms that are not11 rsdt -- prefer RSDT over (default) XSDT12 copy_dsdt -- copy DSDT to memory26 If set to vendor, prefer vendor-specific driver58 Documentation/firmware-guide/acpi/debug.rst for more information about121 Disable auto-serialization of AML methods[all …]
5 force -- enable ACPI if default was off6 on -- enable ACPI but allow fallback to DT [arm64,riscv64]7 off -- disable ACPI if default was on8 noirq -- do not use ACPI for IRQ routing9 strict -- Be less tolerant of platforms that are not11 rsdt -- prefer RSDT over (default) XSDT12 copy_dsdt -- copy DSDT to memory26 If set to vendor, prefer vendor-specific driver58 Documentation/firmware-guide/acpi/debug.rst for more information about116 Format: <byte> or <bitmap-list>[all …]
1 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig3 --- a/arch/arm/Kconfig5 @@ -322,7 +322,7 @@ config ARCH_MULTIPLATFORM9 - select AUTO_ZRELADDR14 @@ -650,6 +650,8 @@ source "arch/arm/mach-highbank/Kconfig"16 source "arch/arm/mach-hisi/Kconfig"18 +source "arch/arm/mach-hibvt/Kconfig"20 source "arch/arm/mach-imx/Kconfig"22 source "arch/arm/mach-integrator/Kconfig"23 diff --git a/arch/arm/Makefile b/arch/arm/Makefile[all …]