Lines Matching refs:aml_store

471             aml_append(method, aml_store(zero, idx));  in build_memory_hotplug_aml()
484 aml_append(while_ctx, aml_store(idx, slot_selector)); in build_memory_hotplug_aml()
490 aml_append(ifctx, aml_store(one, ins_evt)); in build_memory_hotplug_aml()
500 aml_append(ifctx, aml_store(one, rm_evt)); in build_memory_hotplug_aml()
517 aml_append(method, aml_store(zero, ret_val)); in build_memory_hotplug_aml()
520 aml_store(aml_to_integer(slot_arg0), slot_selector)); in build_memory_hotplug_aml()
524 aml_append(ifctx, aml_store(aml_int(0xF), ret_val)); in build_memory_hotplug_aml()
546 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
569 aml_store(aml_name(MEMORY_SLOT_ADDR_HIGH), minh)); in build_memory_hotplug_aml()
571 aml_store(aml_name(MEMORY_SLOT_ADDR_LOW), minl)); in build_memory_hotplug_aml()
573 aml_store(aml_name(MEMORY_SLOT_SIZE_HIGH), lenh)); in build_memory_hotplug_aml()
575 aml_store(aml_name(MEMORY_SLOT_SIZE_LOW), lenl)); in build_memory_hotplug_aml()
610 aml_append(ifctx, aml_store(minl, aml_name("MIN"))); in build_memory_hotplug_aml()
611 aml_append(ifctx, aml_store(maxl, aml_name("MAX"))); in build_memory_hotplug_aml()
612 aml_append(ifctx, aml_store(lenl, aml_name("LEN"))); in build_memory_hotplug_aml()
630 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
632 aml_append(method, aml_store(proximity, ret_val)); in build_memory_hotplug_aml()
644 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
646 aml_append(method, aml_store(aml_arg(1), ost_evt)); in build_memory_hotplug_aml()
647 aml_append(method, aml_store(aml_arg(2), ost_status)); in build_memory_hotplug_aml()
657 aml_append(method, aml_store(aml_to_integer(slot_arg0), in build_memory_hotplug_aml()
659 aml_append(method, aml_store(one, eject)); in build_memory_hotplug_aml()