core: add map method to pd_session interface

The method can be used to trigger the eager insertion of page frames into
page tables. Intention: to be used for memory used for DMA.

Issue #2209
This commit is contained in:
Alexander Boettcher
2017-08-02 17:30:49 +02:00
committed by Christian Helmuth
parent 5f35175644
commit 58e4f6cf9d
15 changed files with 47 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ SRC_CC += stack_area.cc \
pager_object.cc \
rpc_cap_factory_l4.cc \
ram_dataspace_factory.cc \
pd_assign_pci.cc \
pd_session_support.cc \
platform.cc \
platform_pd.cc \
platform_services.cc \
@@ -60,7 +60,7 @@ vpath rpc_cap_factory_l4.cc $(GEN_CORE_DIR)
vpath ram_dataspace_factory.cc $(GEN_CORE_DIR)
vpath core_rpc_cap_alloc.cc $(GEN_CORE_DIR)
vpath core_region_map.cc $(GEN_CORE_DIR)
vpath pd_assign_pci.cc $(GEN_CORE_DIR)
vpath pd_session_support.cc $(GEN_CORE_DIR)
vpath pd_upgrade_ram_quota.cc $(GEN_CORE_DIR)
vpath region_map_component.cc $(GEN_CORE_DIR)
vpath io_mem_session_component.cc $(GEN_CORE_DIR)