genode/base/src/core/include
Norman Feske 6d837c9e26 Attach affinity information to session requests
This patch extends the 'Parent::session()' and 'Root::session()'
functions with an additional 'affinity' parameter, which is inteded to
express the preferred affinity of the new session. For CPU sessions
provided by core, the values will be used to select the set of CPUs
assigned to the CPU session. For other services, the session affinity
information can be utilized to optimize the locality of the server
thread with the client. For example, to enable the IRQ session to route
an IRQ to the CPU core on which the corresponding device driver (the IRQ
client) is running.
2013-08-13 17:08:25 +02:00
..
address_space.h core: Introduce 'Address_space' interface 2013-03-12 21:53:08 +01:00
cap_root.h Coding style fixes 2013-01-24 11:35:56 +01:00
cap_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
core_env.h Turn 'platform_env.h' into a private header 2013-02-14 13:23:36 +01:00
core_mem_alloc.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
core_parent.h Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
core_rm_session.h base: add remove_client to rm_session 2013-02-11 12:01:25 +01:00
cpu_root.h Coding style fixes 2013-01-24 11:35:56 +01:00
cpu_session_component.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
cpu_thread_allocator.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
dataspace_component.h base: fix dangling session pointers in rm_session 2013-02-11 12:01:26 +01:00
io_mem_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_port_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_port_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_proxy.h Enable re-use of singleton, but closed IRQ session 2013-06-26 14:27:19 +02:00
irq_root.h Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
irq_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lifetime.h core: New utilities for object lifetime management 2013-03-12 21:53:08 +01:00
log_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
log_session_component.h core: remove hardcoded 'init' from Log output 2013-07-05 12:37:42 +02:00
multiboot.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pd_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pd_session_component.h base: hand over Pd_connection label to Platform_pd 2013-04-08 11:42:24 +02:00
platform_generic.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
platform_services.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_session_component.h base: fix deadlock in core_env on base-nova 2013-02-11 12:01:26 +01:00
rm_root.h Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
rm_session_component.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
rom_fs.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rom_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rom_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_root.h Coding style fixes 2013-01-24 11:35:56 +01:00
signal_session_component.h Avoid leakage of signal-source reply capabilities 2013-05-07 21:56:06 +02:00