Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c527 Aml *mr64 = aml_name("MR64"); in build_memory_hotplug_aml() local
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()
612 aml_append(method, aml_return(mr64)); in build_memory_hotplug_aml()
/openbmc/linux/include/linux/
H A Dmaple_tree.h292 struct maple_range_64 mr64; member
/openbmc/linux/lib/
H A Dmaple_tree.c654 return node->mr64.pivot; in ma_pivots()
704 return node->mr64.pivot[piv]; in mas_pivot()
765 node->mr64.pivot[piv] = val; in mte_set_pivot()
791 return mn->mr64.slot; in ma_slots()
882 return &mn->mr64.meta; in ma_meta()
920 pivots = mn->mr64.pivot; in mt_clear_meta()
922 slots = mn->mr64.slot; in mt_clear_meta()
6772 struct maple_range_64 *node = &mte_to_node(entry)->mr64; in mt_dump_range64()
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c35876 node->mr64.pivot[0] = 0; in farmer_tests()
35877 node->mr64.pivot[1] = 1; in farmer_tests()
35878 node->mr64.pivot[2] = 0; in farmer_tests()