Lines Matching refs:aml_int

138     Aml *zero = aml_int(0);  in build_legacy_cpu_hotplug_aml()
139 Aml *one = aml_int(1); in build_legacy_cpu_hotplug_aml()
157 aml_append(method, aml_store(cpu_id, aml_index(madt, aml_int(2)))); in build_legacy_cpu_hotplug_aml()
158 aml_append(method, aml_store(apic_id, aml_index(madt, aml_int(3)))); in build_legacy_cpu_hotplug_aml()
159 aml_append(method, aml_store(cpu_on, aml_index(madt, aml_int(4)))); in build_legacy_cpu_hotplug_aml()
173 aml_append(if_ctx, aml_return(aml_int(0xF))); in build_legacy_cpu_hotplug_aml()
190 Aml *bus_check_evt = aml_int(1); in build_legacy_cpu_hotplug_aml()
191 Aml *remove_evt = aml_int(3); in build_legacy_cpu_hotplug_aml()
207 if_ctx = aml_if(aml_and(idx, aml_int(0x07), NULL)); in build_legacy_cpu_hotplug_aml()
218 aml_shiftright(idx, aml_int(3), NULL))), byte)); in build_legacy_cpu_hotplug_aml()
263 aml_append(dev, aml_name_decl("_STA", aml_int(0xB))); in build_legacy_cpu_hotplug_aml()
272 "PRST", AML_SYSTEM_IO, aml_int(io_base), ACPI_GPE_PROC_LEN)); in build_legacy_cpu_hotplug_aml()
288 aml_int(cpu_apic_id), aml_int(i)) in build_legacy_cpu_hotplug_aml()
294 aml_return(aml_call1(CPU_STATUS_METHOD, aml_int(cpu_apic_id)))); in build_legacy_cpu_hotplug_aml()
299 aml_return(aml_call2(CPU_EJECT_METHOD, aml_int(cpu_apic_id), in build_legacy_cpu_hotplug_aml()
315 if_ctx = aml_if(aml_equal(aml_arg(0), aml_int(cpu_apic_id))); in build_legacy_cpu_hotplug_aml()
337 aml_append(pkg, aml_int(0)); in build_legacy_cpu_hotplug_aml()
339 aml_append(pkg, aml_int(apic_ids->cpus[i].cpu ? 1 : 0)); in build_legacy_cpu_hotplug_aml()