/* * \brief RM-session implementation * \author Norman Feske * \date 2009-10-02 */ /* * Copyright (C) 2009-2011 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU General Public License version 2. */ /* core includes */ #include #include /* Codezero includes */ #include using namespace Genode; using namespace Codezero; void Rm_client::unmap(addr_t core_local_base, addr_t virt_base, size_t size) { l4_unmap((void *)virt_base, size >> get_page_size_log2(), badge()); }