genode/repos/base-hw/src/core
Stefan Kalkowski 42db1e112b hw: introduce kernel/user address space split
* introduces central memory map for core/kernel
* on 32-bit platforms the kernel/core starts at 0x80000000
* on 64-bit platforms the kernel/core starts at 0xffffffc000000000
* mark kernel/core mappings as global ones (tagged TLB)
* move the exception vector to begin of core's binary,
  thereby bootstrap knows from where to map it appropriately
* do not map boot modules into core anymore
* constrain core's virtual heap memory area
* differentiate in between user's and core's main thread's UTCB,
  which now resides inside the kernel segment

Ref #2091
2017-10-19 13:31:17 +02:00
..
hw core: install core-<kernel>.o at bin/ 2017-05-02 15:29:02 +02:00
kernel hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
spec hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
capability.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
core_log.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
core_region_map.cc hw: separate bootstrap and core strictly 2017-05-31 13:15:52 +02:00
cpu_session_support.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_thread_allocator.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
env.cc hw: fix capability accounting of kernel/core 2017-06-19 12:35:55 +02:00
io_mem_session_support.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
irq_session_component.cc Streamline exception types 2017-05-31 13:16:07 +02:00
irq_session_component.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
kernel_log.cc Remove UART specific SPEC identifiers (Ref #2403) 2017-05-31 13:16:10 +02:00
map_local.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
native_pd_component.cc hw: fix capability accounting of kernel/core 2017-06-19 12:35:55 +02:00
native_pd_component.h hw: fix capability accounting of kernel/core 2017-06-19 12:35:55 +02:00
native_utcb.cc hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
object.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
pager.cc hw: make address variables 64-bit safe (fix #2503) 2017-08-28 16:49:46 +02:00
pager.h hw: make address variables 64-bit safe (fix #2503) 2017-08-28 16:49:46 +02:00
platform_pd.cc hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
platform_pd.h core: remove unmap from rm_client 2017-08-28 16:49:44 +02:00
platform_thread.cc hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
platform_thread.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
platform.cc hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
platform.h hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
ram_dataspace_support.cc core: split RAM dataspace factory from RAM service 2017-05-31 13:16:12 +02:00
region_map_support.cc core: remove unmap from rm_client 2017-08-28 16:49:44 +02:00
rpc_cap_factory.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
signal_broker.h hw: make address variables 64-bit safe (fix #2503) 2017-08-28 16:49:46 +02:00
signal_source_component.h hw: make address variables 64-bit safe (fix #2503) 2017-08-28 16:49:46 +02:00
stack_area_addr.cc hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
thread_start.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
util.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
vm_root.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00