Lines Matching refs:Aml

333 void build_memory_hotplug_aml(Aml *table, uint32_t nr_mem,  in build_memory_hotplug_aml()
339 Aml *ifctx; in build_memory_hotplug_aml()
340 Aml *method; in build_memory_hotplug_aml()
341 Aml *dev_container; in build_memory_hotplug_aml()
342 Aml *mem_ctrl_dev; in build_memory_hotplug_aml()
348 Aml *crs; in build_memory_hotplug_aml()
376 Aml *field; in build_memory_hotplug_aml()
377 Aml *one = aml_int(1); in build_memory_hotplug_aml()
378 Aml *zero = aml_int(0); in build_memory_hotplug_aml()
379 Aml *ret_val = aml_local(0); in build_memory_hotplug_aml()
380 Aml *slot_arg0 = aml_arg(0); in build_memory_hotplug_aml()
381 Aml *slots_nr = aml_name(MEMORY_SLOTS_NUMBER); in build_memory_hotplug_aml()
382 Aml *ctrl_lock = aml_name(MEMORY_SLOT_LOCK); in build_memory_hotplug_aml()
383 Aml *slot_selector = aml_name(MEMORY_SLOT_SLECTOR); in build_memory_hotplug_aml()
451 Aml *else_ctx; in build_memory_hotplug_aml()
452 Aml *while_ctx; in build_memory_hotplug_aml()
453 Aml *idx = aml_local(0); in build_memory_hotplug_aml()
454 Aml *eject_req = aml_int(3); in build_memory_hotplug_aml()
455 Aml *dev_chk = aml_int(1); in build_memory_hotplug_aml()
473 Aml *ins_evt = aml_name(MEMORY_SLOT_INSERT_EVENT); in build_memory_hotplug_aml()
474 Aml *rm_evt = aml_name(MEMORY_SLOT_REMOVE_EVENT); in build_memory_hotplug_aml()
507 Aml *slot_enabled = aml_name(MEMORY_SLOT_ENABLED); in build_memory_hotplug_aml()
527 Aml *mr64 = aml_name("MR64"); in build_memory_hotplug_aml()
528 Aml *mr32 = aml_name("MR32"); in build_memory_hotplug_aml()
529 Aml *crs_tmpl = aml_resource_template(); in build_memory_hotplug_aml()
530 Aml *minl = aml_name("MINL"); in build_memory_hotplug_aml()
531 Aml *minh = aml_name("MINH"); in build_memory_hotplug_aml()
532 Aml *maxl = aml_name("MAXL"); in build_memory_hotplug_aml()
533 Aml *maxh = aml_name("MAXH"); in build_memory_hotplug_aml()
534 Aml *lenl = aml_name("LENL"); in build_memory_hotplug_aml()
535 Aml *lenh = aml_name("LENH"); in build_memory_hotplug_aml()
619 Aml *proximity = aml_name(MEMORY_SLOT_PROXIMITY); in build_memory_hotplug_aml()
632 Aml *ost_evt = aml_name(MEMORY_SLOT_OST_EVENT); in build_memory_hotplug_aml()
633 Aml *ost_status = aml_name(MEMORY_SLOT_OST_STATUS); in build_memory_hotplug_aml()
646 Aml *eject = aml_name(MEMORY_SLOT_EJECT); in build_memory_hotplug_aml()
658 Aml *dev; in build_memory_hotplug_aml()