Lines Matching refs:OBJECT

80     object_property_set_uint(OBJECT(&s->cpu), "base-vectors",  in xlnx_zynqmp_pmu_soc_realize()
82 object_property_set_bool(OBJECT(&s->cpu), "use-stack-protection", true, in xlnx_zynqmp_pmu_soc_realize()
84 object_property_set_uint(OBJECT(&s->cpu), "use-fpu", 0, &error_abort); in xlnx_zynqmp_pmu_soc_realize()
85 object_property_set_uint(OBJECT(&s->cpu), "use-hw-mul", 0, &error_abort); in xlnx_zynqmp_pmu_soc_realize()
86 object_property_set_bool(OBJECT(&s->cpu), "use-barrel", true, in xlnx_zynqmp_pmu_soc_realize()
88 object_property_set_bool(OBJECT(&s->cpu), "use-msr-instr", true, in xlnx_zynqmp_pmu_soc_realize()
90 object_property_set_bool(OBJECT(&s->cpu), "use-pcmp-instr", true, in xlnx_zynqmp_pmu_soc_realize()
92 object_property_set_bool(OBJECT(&s->cpu), "use-mmu", false, &error_abort); in xlnx_zynqmp_pmu_soc_realize()
93 object_property_set_bool(OBJECT(&s->cpu), "endianness", true, in xlnx_zynqmp_pmu_soc_realize()
95 object_property_set_str(OBJECT(&s->cpu), "version", "8.40.b", in xlnx_zynqmp_pmu_soc_realize()
97 object_property_set_uint(OBJECT(&s->cpu), "pvr", 0, &error_abort); in xlnx_zynqmp_pmu_soc_realize()
102 object_property_set_uint(OBJECT(&s->intc), "intc-intr-size", 0x10, in xlnx_zynqmp_pmu_soc_realize()
104 object_property_set_uint(OBJECT(&s->intc), "intc-level-edge", 0x0, in xlnx_zynqmp_pmu_soc_realize()
106 object_property_set_uint(OBJECT(&s->intc), "intc-positive", 0xffff, in xlnx_zynqmp_pmu_soc_realize()
168 object_initialize_child(OBJECT(machine), "pmu", pmu, in type_init()