Lines Matching refs:uend
1688 pfn_t uend) in mblock_update_del() argument
1695 MPO_DEBUG("mblock_update_del(0x%lx, 0x%lx)\n", ubase, uend); in mblock_update_del()
1727 if (base == ubase && end == uend) { in mblock_update_del()
1733 } else if (base < ubase && end > uend) { in mblock_update_del()
1738 mblock[i + 1].base = ptob(uend + 1); in mblock_update_del()
1739 mblock[i + 1].size = ptob(end - uend); in mblock_update_del()
1740 mblock[i + 1].base_pfn = uend + 1; in mblock_update_del()
1746 mblock[i].base = ptob(uend + 1); in mblock_update_del()
1747 mblock[i].size -= ptob(uend - ubase + 1); in mblock_update_del()
1748 base = uend + 1; in mblock_update_del()
1753 } else if (end == uend) { in mblock_update_del()
1756 mblock[i].size -= ptob(uend - ubase + 1); in mblock_update_del()
1887 mnode_update(mpo_config_t *mc, pfn_t ubase, pfn_t uend, update_t utype) in mnode_update() argument
1893 MPO_DEBUG("mnode_udpate: basepfn: %lx endpfn: %lx\n", ubase, uend); in mnode_update()
1897 mpo_mem_node_add_slice(ubase, uend); in mnode_update()
1899 mpo_mem_node_del_slice(ubase, uend); in mnode_update()
1925 INTERSECT(ubase, uend, base, end); in mnode_update()
1934 INTERSECT(ubase, uend, base, end); in mnode_update()
1959 if (uend >= mem_node_config[i].physbase && in mnode_update()
1960 uend <= mem_node_config[i].physmax) in mnode_update()
1969 ASSERT(maxpfn >= uend); in mnode_update()