Home
last modified time | relevance | path

Searched refs:has_job (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/acpi/
H A Dcpu.c492 Aml *has_job = aml_local(4); in build_cpus_aml() local
510 aml_append(method, aml_store(one, has_job)); in build_cpus_aml()
516 while_ctx2 = aml_while(aml_equal(has_job, one)); in build_cpus_aml()
518 aml_append(while_ctx2, aml_store(zero, has_job)); in build_cpus_aml()
557 aml_append(ifctx, aml_store(one, has_job)); in build_cpus_aml()