Searched refs:cpuobj (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/hw/cpu/ |
| H A D | a15mpcore.c | 59 Object *cpuobj; in a15mp_priv_realize() local 74 cpuobj = OBJECT(qemu_get_cpu(0)); in a15mp_priv_realize() 75 has_el3 = object_property_find(cpuobj, "has_el3") && in a15mp_priv_realize() 76 object_property_get_bool(cpuobj, "has_el3", &error_abort); in a15mp_priv_realize() 79 has_el2 = object_property_find(cpuobj, "has_el2") && in a15mp_priv_realize() 80 object_property_get_bool(cpuobj, "has_el2", &error_abort); in a15mp_priv_realize()
|
| H A D | a9mpcore.c | 57 Object *cpuobj; in a9mp_priv_realize() local 65 cpuobj = OBJECT(cpu0); in a9mp_priv_realize() 66 if (strcmp(object_get_typename(cpuobj), ARM_CPU_TYPE_NAME("cortex-a9"))) { in a9mp_priv_realize() 89 has_el3 = object_property_find(cpuobj, "has_el3") && in a9mp_priv_realize() 90 object_property_get_bool(cpuobj, "has_el3", &error_abort); in a9mp_priv_realize()
|
| /openbmc/qemu/hw/arm/ |
| H A D | exynos4210.c | 560 Object *cpuobj = object_new(ARM_CPU_TYPE_NAME("cortex-a9")); in exynos4210_realize() local 562 object_property_add_child(OBJECT(s), "cpu[*]", cpuobj); in exynos4210_realize() 566 if (object_property_find(cpuobj, "has_el3")) { in exynos4210_realize() 567 object_property_set_bool(cpuobj, "has_el3", false, &error_fatal); in exynos4210_realize() 570 s->cpu[n] = ARM_CPU(cpuobj); in exynos4210_realize() 571 object_property_set_int(cpuobj, "mp-affinity", in exynos4210_realize() 573 object_property_set_int(cpuobj, "reset-cbar", in exynos4210_realize() 576 qdev_realize(DEVICE(cpuobj), NULL, &error_fatal); in exynos4210_realize()
|
| H A D | armsse.c | 990 Object *cpuobj = OBJECT(&s->armv7m[i]); in armsse_realize() local 1026 object_property_set_bool(cpuobj, "start-powered-off", true, in armsse_realize() 1030 if (!object_property_set_bool(cpuobj, "vfp", false, errp)) { in armsse_realize() 1035 if (!object_property_set_bool(cpuobj, "dsp", false, errp)) { in armsse_realize() 1039 if (!object_property_set_uint(cpuobj, "mpu-ns-regions", in armsse_realize() 1043 if (!object_property_set_uint(cpuobj, "mpu-s-regions", in armsse_realize() 1055 object_property_set_link(cpuobj, "memory", in armsse_realize() 1057 object_property_set_link(cpuobj, "idau", OBJECT(s), &error_abort); in armsse_realize() 1058 if (!sysbus_realize(SYS_BUS_DEVICE(cpuobj), errp)) { in armsse_realize()
|
| /openbmc/qemu/target/arm/ |
| H A D | kvm-stub.c | 103 void kvm_arm_enable_mte(Object *cpuobj, Error **errp) in kvm_arm_enable_mte() argument
|
| H A D | kvm_arm.h | 262 void kvm_arm_enable_mte(Object *cpuobj, Error **errp);
|
| /openbmc/qemu/hw/misc/ |
| H A D | iotkit-sysctl.c | 96 Object *cpuobj = OBJECT(arm_get_cpu_by_id(cpuid)); in set_init_vtor() local 98 if (cpuobj) { in set_init_vtor() 99 if (object_property_find(cpuobj, "init-svtor")) { in set_init_vtor() 100 object_property_set_uint(cpuobj, "init-svtor", vtor, &error_abort); in set_init_vtor()
|
| /openbmc/qemu/hw/loongarch/ |
| H A D | virt.c | 797 Object *cpuobj; in virt_init() local 815 cpuobj = object_new(machine->cpu_type); in virt_init() 816 if (cpuobj == NULL) { in virt_init() 821 qdev_realize_and_unref(DEVICE(cpuobj), NULL, &error_fatal); in virt_init()
|