Home
last modified time | relevance | path

Searched full:cpu0 (Results 1 – 20 of 20) sorted by relevance

/qemu/hw/tricore/
H A Dtc27x_soc.c105 make_ram(&s->cpu0mem.dspr, "CPU0.DSPR", in tc27x_soc_init_memory_mapping()
107 make_ram(&s->cpu0mem.pspr, "CPU0.PSPR", in tc27x_soc_init_memory_mapping()
137 make_ram(&s->cpu0mem.pcache, "CPU0.PCACHE", in tc27x_soc_init_memory_mapping()
139 make_ram(&s->cpu0mem.ptag, "CPU0.PTAG", in tc27x_soc_init_memory_mapping()
143 * TriCore QEMU executes CPU0 only, thus it is sufficient to map in tc27x_soc_init_memory_mapping()
/qemu/tests/functional/
H A Dtest_x86_64_hotplug_cpu.py44 'cd /sys/devices/system/cpu/cpu0',
45 'cpu0#')
H A Dtest_s390x_topology.py237 ' syspath="/sys/devices/system/cpu/cpu0/polarization"',
/qemu/hw/cpu/
H A Da9mpcore.c56 CPUState *cpu0; in a9mp_priv_realize() local
64 cpu0 = qemu_get_cpu(0); in a9mp_priv_realize()
65 cpuobj = OBJECT(cpu0); in a9mp_priv_realize()
/qemu/qapi/
H A Dmisc-i386.json194 # @cpu0-id: Unique ID of CPU0 (base64 encoded) (since 7.1)
206 'cpu0-id': 'str',
228 # "cpu0-id": "2lvmGwo+...61iEinw==",
/qemu/include/hw/arm/
H A Darmsse.h56 * (matching the hardware) is that for CPU0 in an IoTKit and CPU1 in an
57 * SSE-200 both are present; CPU0 in an SSE-200 has neither.
/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c12 QDict *cpu0; in get_cpu0_qom_path() local
19 cpu0 = qobject_to(QDict, qlist_peek(ret)); in get_cpu0_qom_path()
20 path = g_strdup(qdict_get_str(cpu0, "qom-path")); in get_cpu0_qom_path()
/qemu/include/hw/xen/interface/hvm/
H A Dparams.h34 * How should CPU0 event-channel notifications be delivered?
36 * If val == 0 then CPU0 event-channel notifications are not delivered.
/qemu/hw/alpha/
H A Dtyphoon.c114 /* DIM0: Device Interrupt Mask Register, CPU0. */ in cchip_read()
122 /* DIR0: Device Interrupt Request Register, CPU0. */ in cchip_read()
139 /* IIC0: Interval Ignore Count Register, CPU0. */ in cchip_read()
377 /* DIM: Device Interrupt Mask Register, CPU0. */ in cchip_write()
/qemu/docs/system/arm/
H A Dmps2.rst71 CPU0, and the second UART is accessible only by CPU1. The
/qemu/docs/system/
H A Dgeneric-loader.rst107 An example of loading an ELF file which CPU0 will boot is shown below::
/qemu/hw/arm/
H A Dmusca.c385 * CPU0 and yes for CPU1); Musca-B1 explicitly enables them for CPU0. in musca_init()
H A Dfsl-imx6ul.c38 object_initialize_child(obj, "cpu0", &s->cpu, in fsl_imx6ul_init()
H A Darmsse.c605 sys_config = deposit32(sys_config, 16, 3, 3); /* CPU0 = Cortex-M55 */ in armsse_sys_config_value()
1021 * start CPU0 and leave CPU1 powered off, we hard-code that in in armsse_realize()
/qemu/hw/ppc/
H A Dspapr_cpu_core.c315 * All CPUs start halted. CPU0 is unhalted from the machine level reset code in spapr_create_vcpu()
/qemu/include/hw/xen/interface/
H A Darch-arm.h128 * HYPERVISOR_vcpu_op sub-op VCPUOP_register_vcpu_info, including cpu0
/qemu/hw/hppa/
H A Dmachine.c312 cpu[0], "cpu0-io-rtc", 2 * sizeof(uint64_t)); in machine_HP_common_init_cpus()
/qemu/tests/unit/
H A Dtest-qga.c1120 if (!access("/sys/devices/system/cpu/cpu0", F_OK)) { in main()
/qemu/accel/kvm/
H A Dkvm-all.c821 * CPU0 CPU1 CPU2 in dirty_gfn_set_collected()
831 * The synchronization goes from CPU2 to CPU0 to CPU1. in dirty_gfn_set_collected()
/qemu/hw/i386/kvm/
H A Dxen_evtchn.c320 * signalling CPU0's events via GSI or PCI INTx instead of the in xen_evtchn_create()