Lines Matching refs:aml_store

463             aml_append(method, aml_store(zero, idx));  in build_memory_hotplug_aml()
476 aml_append(while_ctx, aml_store(idx, slot_selector)); in build_memory_hotplug_aml()
482 aml_append(ifctx, aml_store(one, ins_evt)); in build_memory_hotplug_aml()
492 aml_append(ifctx, aml_store(one, rm_evt)); in build_memory_hotplug_aml()
509 aml_append(method, aml_store(zero, ret_val)); in build_memory_hotplug_aml()
512 aml_store(aml_to_integer(slot_arg0), slot_selector)); in build_memory_hotplug_aml()
516 aml_append(ifctx, aml_store(aml_int(0xF), ret_val)); in build_memory_hotplug_aml()
538 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
561 aml_store(aml_name(MEMORY_SLOT_ADDR_HIGH), minh)); in build_memory_hotplug_aml()
563 aml_store(aml_name(MEMORY_SLOT_ADDR_LOW), minl)); in build_memory_hotplug_aml()
565 aml_store(aml_name(MEMORY_SLOT_SIZE_HIGH), lenh)); in build_memory_hotplug_aml()
567 aml_store(aml_name(MEMORY_SLOT_SIZE_LOW), lenl)); in build_memory_hotplug_aml()
602 aml_append(ifctx, aml_store(minl, aml_name("MIN"))); in build_memory_hotplug_aml()
603 aml_append(ifctx, aml_store(maxl, aml_name("MAX"))); in build_memory_hotplug_aml()
604 aml_append(ifctx, aml_store(lenl, aml_name("LEN"))); in build_memory_hotplug_aml()
622 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
624 aml_append(method, aml_store(proximity, ret_val)); in build_memory_hotplug_aml()
636 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
638 aml_append(method, aml_store(aml_arg(1), ost_evt)); in build_memory_hotplug_aml()
639 aml_append(method, aml_store(aml_arg(2), ost_status)); in build_memory_hotplug_aml()
649 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
651 aml_append(method, aml_store(one, eject)); in build_memory_hotplug_aml()