Searched +full:non +full:- +full:retentive (Results 1 – 2 of 2) 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 …]
4 * Copyright (c) 2006-2007 CodeSourcery.20 #include "hw/qdev-properties.h"24 #include "target/arm/cpu-features.h"25 #include "exec/exec-all.h"33 * the num-irq property counts the number of external IRQ lines44 * for (i = 1; i < s->num_irq; i++) to avoid the unused slot 0.56 #define NVIC_MAX_IRQ (NVIC_MAX_VECTORS - NVIC_FIRST_IRQ)62 /* Maximum priority of non-secure exceptions when AIRCR.PRIS is set */71 if (qemu_irq_is_connected(s->sysresetreq)) { in signal_sysresetreq()72 qemu_irq_pulse(s->sysresetreq); in signal_sysresetreq()[all …]