/qemu/include/hw/arm/ |
H A D | allwinner-a10.h | 57 * the SoC is powered on. The Boot ROM is responsible
|
H A D | allwinner-r40.h | 141 * the SoC is powered on. The Boot ROM is responsible
|
H A D | allwinner-h3.h | 157 * the SoC is powered on. The Boot ROM is responsible
|
H A D | boot.h | 98 * start-powered-off properties on the CPUs accordingly.
|
/qemu/hw/arm/ |
H A D | bcm2836.c | 139 /* start powered off if not enabled */ in bcm2836_realize() 141 "start-powered-off", in bcm2836_realize()
|
H A D | bcm2838.c | 97 /* start powered off if not enabled */ in bcm2838_realize() 99 "start-powered-off", in bcm2838_realize()
|
H A D | fsl-imx7.c | 196 * Secondary CPUs start in powered-down state (and can be in fsl_imx7_realize() 197 * powered up via the SRC system reset controller) in fsl_imx7_realize() 199 object_property_set_bool(o, "start-powered-off", true, in fsl_imx7_realize()
|
H A D | xlnx-zynqmp.c | 238 * Secondary CPUs start in powered-down state. in xlnx_zynqmp_create_rpu() 241 "start-powered-off", true, &error_abort); in xlnx_zynqmp_create_rpu() 521 * Secondary CPUs start in powered-down state. in xlnx_zynqmp_realize() 524 "start-powered-off", true, &error_abort); in xlnx_zynqmp_realize()
|
H A D | fsl-imx8mp.c | 291 * Secondary CPUs start in powered-down state (and can be in fsl_imx8mp_realize() 292 * powered up via the SRC system reset controller) in fsl_imx8mp_realize() 294 object_property_set_bool(OBJECT(&s->cpu[i]), "start-powered-off", in fsl_imx8mp_realize()
|
H A D | xlnx-versal.c | 50 /* Secondary CPUs start in powered-down state */ in versal_create_apu_cpus() 51 object_property_set_bool(obj, "start-powered-off", true, in versal_create_apu_cpus() 153 object_property_set_bool(obj, "start-powered-off", true, in versal_create_rpu_cpus()
|
H A D | armv7m.c | 335 object_property_set_bool(OBJECT(s->cpu), "start-powered-off", in armv7m_realize() 549 DEFINE_PROP_BOOL("start-powered-off", ARMv7MState, start_powered_off,
|
H A D | armsse.c | 1017 * CPUs start powered down if the corresponding bit in the CPUWAIT in armsse_realize() 1021 * start CPU0 and leave CPU1 powered off, we hard-code that in in armsse_realize() 1026 object_property_set_bool(cpuobj, "start-powered-off", true, in armsse_realize()
|
H A D | fsl-imx6.c | 139 object_property_set_bool(OBJECT(&s->cpu[i]), "start-powered-off", in fsl_imx6_realize()
|
H A D | boot.c | 1294 /* Secondary CPUs start in PSCI powered-down state. */ in arm_load_kernel() 1296 object_property_set_bool(cpuobj, "start-powered-off", true, in arm_load_kernel()
|
/qemu/target/arm/ |
H A D | arm-powerctl.c | 161 * If another CPU has powered the target on we are in the state in arm_set_cpu_on() 227 * If another CPU has powered the target on we are in the state in arm_set_cpu_on_and_reset()
|
/qemu/hw/usb/ |
H A D | dev-smartcard-reader.c | 286 * powered - defaults to true, changed by PowerOn/PowerOff messages 313 uint8_t powered; member 717 ? (s->powered ? in ccid_card_status() 1021 s->powered = true; in ccid_handle_bulk_out() 1030 s->powered = false; in ccid_handle_bulk_out() 1328 s->powered = true; in ccid_realize() 1411 VMSTATE_UINT8(powered, USBCCIDState),
|
H A D | trace-events | 72 usb_ohci_hub_power_up(void) "powered up all ports" 73 usb_ohci_hub_power_down(void) "powered down all ports"
|
/qemu/include/hw/misc/ |
H A D | npcm_gcr.h | 25 * 12: SPI0 powered by VSBV3 at 1.8V
|
/qemu/chardev/ |
H A D | msmouse.c | 131 /* Ignore events if serial mouse powered down. */ in msmouse_input_event() 159 /* Ignore events if serial mouse powered down. */ in msmouse_input_sync()
|
/qemu/hw/mips/ |
H A D | cps.c | 84 object_property_set_bool(OBJECT(cpu), "start-powered-off", true, in mips_cps_realize()
|
/qemu/hw/vmapple/ |
H A D | vmapple.c | 482 /* Secondary CPUs start in PSCI powered-down state */ in mach_vmapple_init() 484 object_property_set_bool(cpu, "start-powered-off", true, in mach_vmapple_init()
|
/qemu/hw/core/ |
H A D | cpu-system.c | 179 object_class_property_add_bool(oc, "start-powered-off", in cpu_class_init_props()
|
/qemu/hw/ppc/ |
H A D | spapr_cpu_core.c | 318 qdev_prop_set_bit(DEVICE(obj), "start-powered-off", true); in spapr_create_vcpu()
|
/qemu/pc-bios/ |
HD | hppa-firmware.img | ... memory-end !H !<SeaBIOS: Machine powered off via power switch button. *ERROR* in ... |
/qemu/hw/pci/ |
H A D | pcie.c | 655 /* slot is powered off -> unplug without round-trip to the guest */ in pcie_cap_slot_unplug_request_cb() 885 * control of powered off slots before powering them on. in pcie_cap_slot_write_config()
|