Home
last modified time | relevance | path

Searched refs:ma64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dmaple_tree.h293 struct maple_arange_64 ma64; member
/openbmc/linux/lib/
H A Dmaple_tree.c651 return node->ma64.pivot; in ma_pivots()
673 return node->ma64.gap; in ma_gaps()
701 return node->ma64.pivot[piv]; in mas_pivot()
768 node->ma64.pivot[piv] = val; in mte_set_pivot()
788 return mn->ma64.slot; in ma_slots()
880 return &mn->ma64.meta; in ma_meta()
962 return mn->ma64.meta.gap; in ma_meta_gap()
1063 mte_to_node(mn)->ma64.gap[gap] = val; in mte_set_gap()
6816 struct maple_arange_64 *node = &mte_to_node(entry)->ma64; in mt_dump_arange64()