Lines Matching refs:aml_int
368 aml_int(memhp_io_base), MEMORY_HOTPLUG_IO_LEN) 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()
393 aml_name_decl(MEMORY_SLOTS_NUMBER, aml_int(nr_mem)) in build_memory_hotplug_aml()
444 aml_append(method, aml_return(aml_int(0xB))); 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()
516 aml_append(ifctx, aml_store(aml_int(0xF), ret_val)); in build_memory_hotplug_aml()
548 aml_create_dword_field(mr64, aml_int(14), "MINL")); in build_memory_hotplug_aml()
550 aml_create_dword_field(mr64, aml_int(18), "MINH")); in build_memory_hotplug_aml()
552 aml_create_dword_field(mr64, aml_int(38), "LENL")); in build_memory_hotplug_aml()
554 aml_create_dword_field(mr64, aml_int(42), "LENH")); in build_memory_hotplug_aml()
556 aml_create_dword_field(mr64, aml_int(22), "MAXL")); in build_memory_hotplug_aml()
558 aml_create_dword_field(mr64, aml_int(26), "MAXH")); in build_memory_hotplug_aml()
597 aml_create_dword_field(mr32, aml_int(10), "MIN")); in build_memory_hotplug_aml()
599 aml_create_dword_field(mr32, aml_int(14), "MAX")); in build_memory_hotplug_aml()
601 aml_create_dword_field(mr32, aml_int(22), "LEN")); in build_memory_hotplug_aml()
701 ifctx = aml_if(aml_equal(aml_arg(0), aml_int(i))); in build_memory_hotplug_aml()